Skip to content

Commit cce2829

Browse files
committed
fix(Dependencies): hard code versions of dependencies
1 parent 7024ca1 commit cce2829

File tree

1 file changed

+42
-40
lines changed

1 file changed

+42
-40
lines changed

package.json

Lines changed: 42 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,27 @@
77
"geode_objects": "node scripts/generate_geode_objects.js && prettier ./assets/geode_objects.js --write"
88
},
99
"devDependencies": {
10-
"@nuxt/test-utils": "^3.15.1",
11-
"@pinia/testing": "^0.1.7",
12-
"@vitejs/plugin-vue": "^5.2.1",
13-
"@vue/test-utils": "^2.4.6",
14-
"eslint": "^8.57.0",
15-
"eslint-plugin-import": "^2.29.1",
16-
"eslint-plugin-nuxt": "^4.0.0",
17-
"eslint-plugin-prettier": "^5.1.3",
18-
"eslint-plugin-prettier-vue": "^5.0.0",
19-
"eslint-plugin-vue": "^9.26.0",
20-
"eslint-plugin-vuetify": "^2.4.0",
21-
"happy-dom": "^15.11.7",
22-
"jsdom": "^24.1.3",
23-
"nuxt": "^3.13.2",
24-
"playwright-core": "^1.44.1",
25-
"prettier": "3.3.2",
26-
"resize-observer-polyfill": "^1.5.1",
27-
"vite": "^6.2.1",
28-
"vite-plugin-vuetify": "^2.0.4",
29-
"vitest": "^3.0.8",
30-
"vitest-environment-nuxt": "^1.0.1",
31-
"vuetify": "^3.7.5",
32-
"wslink": "1.12.4"
10+
"@nuxt/test-utils": "3.18.0",
11+
"@pinia/testing": "0.1.7",
12+
"@vitejs/plugin-vue": "5.2.3",
13+
"@vue/test-utils": "2.4.6",
14+
"eslint": "9.26.0",
15+
"eslint-plugin-import": "2.31.0",
16+
"eslint-plugin-nuxt": "4.0.0",
17+
"eslint-plugin-prettier": "5.4.0",
18+
"eslint-plugin-prettier-vue": "5.0.0",
19+
"eslint-plugin-vue": "10.1.0",
20+
"eslint-plugin-vuetify": "2.5.2",
21+
"happy-dom": "17.4.6",
22+
"jsdom": "26.1.0",
23+
"nuxt": "3.13.2",
24+
"playwright-core": "1.52.0",
25+
"prettier": "3.3.3",
26+
"resize-observer-polyfill": "1.5.1",
27+
"vite": "6.3.5",
28+
"vite-plugin-vuetify": "2.1.1",
29+
"vitest": "3.1.2",
30+
"vitest-environment-nuxt": "1.0.1"
3331
},
3432
"overrides": {
3533
"vue": "latest"
@@ -39,22 +37,26 @@
3937
"version": "0.0.0-semantically-released",
4038
"main": "./nuxt.config.js",
4139
"dependencies": {
42-
"@geode/opengeodeweb-back": "5.6.2",
43-
"@geode/opengeodeweb-viewer": "1.4.0",
44-
"@kitware/vtk.js": "30.3.1",
45-
"@mdi/font": "^7.4.47",
46-
"@pinia/nuxt": "^0.5.4",
47-
"@types/node": "^22.5.1",
48-
"@vueuse/components": "^11.0.3",
49-
"@vueuse/nuxt": "^11.0.3",
50-
"ajv": "^8.17.1",
51-
"is-electron": "^2.2.2",
52-
"js-file-download": "^0.4.12",
53-
"pinia": "^2.2.2",
54-
"sass": "^1.77.8",
55-
"semver": "^7.6.3",
56-
"vue-recaptcha": "^2.0.3",
57-
"vue3-carousel": "^0.3.3"
40+
"@geode/opengeodeweb-back": "5.8.1",
41+
"@geode/opengeodeweb-viewer": "1.9.0",
42+
"@kitware/vtk.js": "33.3.0",
43+
"@mdi/font": "7.4.47",
44+
"@pinia/nuxt": "0.5.4",
45+
"@types/node": "22.15.3",
46+
"@vueuse/components": "13.1.0",
47+
"@vueuse/nuxt": "13.1.0",
48+
"ajv": "8.17.1",
49+
"is-electron": "2.2.2",
50+
"js-file-download": "0.4.12",
51+
"nuxt": "3.13.2",
52+
"pinia": "2.3.1",
53+
"sass": "1.87.0",
54+
"semver": "7.7.1",
55+
"uuid": "11.1.0",
56+
"vue-recaptcha": "2.0.3",
57+
"vue3-carousel": "0.3.3",
58+
"vuetify": "3.8.12",
59+
"wslink": "1.12.4"
5860
},
5961
"repository": {
6062
"type": "git",
@@ -73,4 +75,4 @@
7375
"publishConfig": {
7476
"access": "public"
7577
}
76-
}
78+
}

0 commit comments

Comments
 (0)