Skip to content

Commit

Permalink
test: fix h3 bundle in sf (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus89 authored Jul 2, 2024
1 parent ff38eeb commit 3e47dee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion clouds/snowflake/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"markdownlint-cli": "^0.32.2",
"rollup": "^2.47.0",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-polyfill-node": "^0.13.0",
"rollup-plugin-terser": "^7.0.2",
"snowflake-sdk": "1.9.3"
}
Expand Down
3 changes: 0 additions & 3 deletions clouds/snowflake/common/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import resolve from '@rollup/plugin-node-resolve';
import json from '@rollup/plugin-json';
import { terser } from 'rollup-plugin-terser';
import bundleSize from 'rollup-plugin-bundle-size';
import nodePolyfills from 'rollup-plugin-polyfill-node';


// Find final input path from dirs array
let input;
Expand Down Expand Up @@ -40,7 +38,6 @@ export default {
plugins: [
resolve(),
commonjs({ requireReturnsDefault: 'auto' }),
nodePolyfills(),
json(),
terser(),
bundleSize()
Expand Down
5 changes: 4 additions & 1 deletion clouds/snowflake/libraries/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@
"license": "BSD-3-Clause",
"private": true,
"dependencies": {
"@math.gl/web-mercator": "^3.6.2",
"@math.gl/web-mercator": "3.6.3",
"@mapbox/tile-cover": "3.0.2",
"@mapbox/tilebelt": "1.0.2",
"long": "4.0.0",
"@turf/turf": "6.3.0",
"h3-js": "3.7.2",
"@placekey/placekey": "1.0.3"
},
"resolutions": {
"@turf/bbox": "6.5.0"
}
}

0 comments on commit 3e47dee

Please sign in to comment.