Skip to content

Commit

Permalink
Bump version to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nagix committed Feb 16, 2024
1 parent 219a7c1 commit e6a70a3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 25 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "mini-tokyo-3d",
"version": "3.3.1",
"version": "3.4.0",
"description": "A real-time 3D digital map of Tokyo's public transport system",
"main": "dist/mini-tokyo-3d.js",
"module": "dist/mini-tokyo-3d.esm.js",
"style": "dist/mini-tokyo-3d.css",
"dependencies": {
"@deck.gl/core": "^8.9.7",
"@deck.gl/geo-layers": "^8.9.7",
"@deck.gl/layers": "^8.9.7",
"@deck.gl/mapbox": "^8.9.7",
"@fortawesome/fontawesome-free": "^6.4.0",
"@deck.gl/core": "^8.9.34",
"@deck.gl/geo-layers": "^8.9.34",
"@deck.gl/layers": "^8.9.34",
"@deck.gl/mapbox": "^8.9.34",
"@fortawesome/fontawesome-free": "^6.5.1",
"@turf/along": "^5.1.5",
"@turf/bearing": "^5.1.5",
"@turf/buffer": "^5.1.5",
Expand All @@ -28,36 +28,36 @@
"@turf/truncate": "^5.1.5",
"@turf/union": "^5.1.5",
"csscolorparser": "^1.0.3",
"fflate": "^0.7.4",
"fflate": "^0.8.2",
"japanese-holidays": "^1.0.10",
"loaders.css": "^0.1.2",
"mapbox-gl": "^2.14.1",
"mapbox-gl": "^2.15.0",
"mapbox-gl-animated-popup": "^0.4.0",
"suncalc": "^1.9.0",
"swiper": "^11.0.6",
"three": "^0.161.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-image": "^3.0.2",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-strip": "^3.0.2",
"@rollup/plugin-terser": "^0.4.1",
"@vuepress/plugin-google-analytics": "1.9.9",
"eslint": "^8.38.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-strip": "^3.0.4",
"@rollup/plugin-terser": "^0.4.4",
"@vuepress/plugin-google-analytics": "1.9.10",
"eslint": "^8.56.0",
"eslint-config-mourner": "^3.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^41.1.1",
"node-sass": "^8.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.1.0",
"node-sass": "^9.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.21",
"postcss-import": "^15.1.0",
"postcss": "^8.4.35",
"postcss-import": "^16.0.1",
"postcss-inline-svg": "^6.0.0",
"rollup": "^3.20.2",
"rollup": "^4.12.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-visualizer": "^5.9.0",
"vuepress": "^1.9.9",
"rollup-plugin-visualizer": "^5.12.0",
"vuepress": "^1.9.10",
"vuepress-plugin-flexsearch": "^0.3.0"
},
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion public/CNAME

This file was deleted.

0 comments on commit e6a70a3

Please sign in to comment.