Skip to content

Commit

Permalink
Update dependencies (minor versions)
Browse files Browse the repository at this point in the history
  • Loading branch information
zqianem authored and gravinamike committed Sep 30, 2024
1 parent 6981420 commit f1b327b
Show file tree
Hide file tree
Showing 3 changed files with 398 additions and 418 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,50 +19,50 @@
"tera:clean": "cli-confirm \"Are you sure? (y/N):\" && rimraf public/tera backend/atomic backend/cache backend/state"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-terser": "0.4.4",
"@sveltejs/vite-plugin-svelte": "^2",
"chokidar": "^3.5.3",
"@sveltejs/vite-plugin-svelte": "^2.5.3",
"chokidar": "^3.6.0",
"cli-confirm": "^1.0.1",
"csv-parse": "^5.5.3",
"dedent": "^1.5.1",
"csv-parse": "^5.5.6",
"dedent": "^1.5.3",
"mapshaper": "0.6.61",
"node-stream-zip": "^1.15.0",
"rimraf": "^5.0.5",
"rollup": "^3",
"rimraf": "^5.0.10",
"rollup": "^3.29.5",
"rollup-plugin-glslify": "^1.3.1",
"rollup-plugin-license": "^3.2.0",
"rollup-plugin-svelte": "^7.1.6",
"svelte": "^4.2.9",
"rollup-plugin-license": "^3.5.3",
"rollup-plugin-svelte": "^7.2.2",
"svelte": "^4.2.19",
"uuid": "^9.0.1",
"vite": "^4"
"vite": "^4.5.5"
},
"dependencies": {
"@petamoriken/float16": "^3.8.4",
"@petamoriken/float16": "^3.8.7",
"@slightlyoff/lite-vimeo": "^0.1.2",
"carbon-icons-svelte": "^12.4.2",
"carbon-icons-svelte": "^12.11.0",
"d3-axis": "^3.0.0",
"d3-color": "^3.1.0",
"d3-geo": "^3.1.0",
"d3-geo": "^3.1.1",
"d3-geo-projection": "^4.0.0",
"d3-interpolate": "^3.0.1",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.0.0",
"d3-scale-chromatic": "^3.1.0",
"d3-selection": "^3.0.0",
"debounce": "^1",
"dotenv": "^16.3.2",
"debounce": "^1.2.1",
"dotenv": "^16.4.5",
"esm-seedrandom": "github:shanewholloway/js-esm-seedrandom",
"focus-trap": "^7.5.4",
"interactjs": "^1.10.26",
"focus-trap": "^7.6.0",
"interactjs": "^1.10.27",
"js-quantities": "^1.8.0",
"pretty-bytes": "^6.1.1",
"pretty-ms": "^8",
"pretty-ms": "^8.0.0",
"svelte-range-slider-pips": "2.2.3",
"svelte-toggle": "^4.0.0",
"svelte-toggle": "^4.0.1",
"tippy.js": "^6.3.7",
"topojson-client": "^3.1.0",
"twgl.js": "^5.5.3",
"twgl.js": "^5.5.4",
"wcag-contrast": "^3.0.0"
},
"engines": {
Expand All @@ -76,7 +76,7 @@
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"[email protected].9": "patches/[email protected].9.patch",
"[email protected].19": "patches/[email protected].19.patch",
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]"
},
Expand Down
File renamed without changes.
Loading

0 comments on commit f1b327b

Please sign in to comment.