Skip to content

Commit d10285c

Browse files
committed
update libs
1 parent 8e1e2dc commit d10285c

File tree

2 files changed

+226
-178
lines changed

2 files changed

+226
-178
lines changed

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
"@turf/nearest-point-on-line": "^6.5.0",
4444
"@vueuse/core": "^10.11.1",
4545
"aws-amplify": "^6.5.3",
46-
"axios": "^1.7.7",
47-
"chart.js": "^4.4.5",
46+
"axios": "^1.7.9",
47+
"chart.js": "^4.4.7",
4848
"chartjs-adapter-luxon": "^1.3.1",
49-
"chartjs-plugin-zoom": "^2.0.1",
49+
"chartjs-plugin-zoom": "^2.2.0",
5050
"chroma-js": "^2.6.0",
5151
"file-saver": "^2.0.5",
5252
"jszip": "^3.10.1",
@@ -58,21 +58,21 @@
5858
"markdown-it": "^14.1.0",
5959
"ngraph.graph": "^20.0.1",
6060
"ngraph.path": "^1.5.0",
61-
"pinia": "^2.2.4",
61+
"pinia": "^2.3.0",
6262
"seedrandom": "^3.0.5",
6363
"sha256-uint8array": "^0.10.7",
6464
"short-uuid": "^4.2.2",
6565
"turf-linestring": "^1.0.2",
6666
"turf-point": "^2.0.1",
6767
"turf-polygon": "^1.0.3",
68-
"vue": "^3.5.12",
69-
"vue-chartjs": "^5.3.1",
70-
"vue-i18n": "^9.14.1",
68+
"vue": "^3.5.13",
69+
"vue-chartjs": "^5.3.2",
70+
"vue-i18n": "^9.14.2",
7171
"vue-mapbox3": "^0.8.1",
72-
"vue-router": "^4.4.5",
72+
"vue-router": "^4.5.0",
7373
"vue3-gettext": "=3.0.0-beta.4",
7474
"vue3-json-viewer": "^2.2.2",
75-
"vuetify": "^3.7.3"
75+
"vuetify": "^3.7.5"
7676
},
7777
"devDependencies": {
7878
"@babel/core": "^7.24.7",
@@ -81,16 +81,16 @@
8181
"@stylistic/eslint-plugin": "^1.8.1",
8282
"@vitejs/plugin-vue": "^5.1.4",
8383
"@vitest/coverage-v8": "^0.34.5",
84-
"@vue/compiler-sfc": "^3.5.12",
84+
"@vue/compiler-sfc": "^3.5.13",
8585
"@vue/test-utils": "^2.4.6",
8686
"babel-plugin-root-import": "^6.6.0",
8787
"easygettext": "^2.17.0",
88-
"eslint": "^8.54.0",
88+
"eslint": "^8.57.1",
8989
"eslint-config-standard": "^17.1.0",
90-
"eslint-plugin-import": "^2.28.1",
90+
"eslint-plugin-import": "^2.31.0",
9191
"eslint-plugin-n": "^16.3.1",
92-
"eslint-plugin-promise": "^6.2.0",
93-
"eslint-plugin-vue": "^9.26.0",
92+
"eslint-plugin-promise": "^6.6.0",
93+
"eslint-plugin-vue": "^9.32.0",
9494
"eslint-plugin-vuetify": "^2.4.0",
9595
"jsdom": "^22.1.0",
9696
"postcss-html": "^1.7.0",
@@ -99,7 +99,7 @@
9999
"stylelint": "^16.6.1",
100100
"stylelint-config-recommended-vue": "^1.5.0",
101101
"stylelint-config-standard-scss": "^13.1.0",
102-
"vite": "^5.4.9",
102+
"vite": "^5.4.11",
103103
"vite-plugin-style-import": "^2.0.0",
104104
"vite-plugin-stylelint": "^4.3.0",
105105
"vite-plugin-vue-devtools": "^7.4.6",

0 commit comments

Comments
 (0)