Skip to content

Commit

Permalink
Bump version to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nagix committed Oct 6, 2024
1 parent 89c51f7 commit b4bdb0f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mini-tokyo-3d",
"version": "3.4.0",
"version": "3.5.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",
Expand All @@ -10,7 +10,7 @@
"@deck.gl/geo-layers": "^8.9.36",
"@deck.gl/layers": "^8.9.36",
"@deck.gl/mapbox": "^8.9.36",
"@fortawesome/fontawesome-free": "^6.5.1",
"@fortawesome/fontawesome-free": "^6.6.0",
"@turf/along": "^5.1.5",
"@turf/bearing": "^5.1.5",
"@turf/buffer": "^5.1.5",
Expand All @@ -34,26 +34,26 @@
"mapbox-gl": "^2.15.0",
"mapbox-gl-animated-popup": "^0.4.0",
"suncalc": "^1.9.0",
"swiper": "^11.0.6",
"three": "^0.161.0"
"swiper": "^11.1.14",
"three": "^0.169.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-strip": "^3.0.4",
"@rollup/plugin-terser": "^0.4.4",
"eslint": "^8.56.0",
"eslint": "^8.57.1",
"eslint-config-mourner": "^3.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^50.3.1",
"node-sass": "^9.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.35",
"postcss-import": "^16.0.1",
"postcss": "^8.4.47",
"postcss-import": "^16.1.0",
"postcss-inline-svg": "^6.0.0",
"rollup": "^4.12.0",
"rollup": "^4.24.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-visualizer": "^5.12.0",
"vuepress": "^1.9.10",
Expand Down

0 comments on commit b4bdb0f

Please sign in to comment.