Skip to content

Commit 4247abe

Browse files
switch some dependencies to prod
1 parent 1400dff commit 4247abe

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

package-lock.json

Lines changed: 8 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,13 @@
2020
"eslint-plugin-vuetify": "^2.5.2",
2121
"happy-dom": "^17.4.6",
2222
"jsdom": "^26.1.0",
23-
"nuxt": "^3.13.2",
2423
"playwright-core": "^1.52.0",
2524
"prettier": "3.3.3",
2625
"resize-observer-polyfill": "^1.5.1",
2726
"vite": "^6.3.5",
2827
"vite-plugin-vuetify": "^2.1.1",
2928
"vitest": "^3.1.2",
30-
"vitest-environment-nuxt": "^1.0.1",
31-
"vuetify": "^3.8.3",
32-
"wslink": "1.12.4"
29+
"vitest-environment-nuxt": "^1.0.1"
3330
},
3431
"overrides": {
3532
"vue": "latest"
@@ -50,12 +47,15 @@
5047
"ajv": "^8.17.1",
5148
"is-electron": "^2.2.2",
5249
"js-file-download": "^0.4.12",
50+
"nuxt": "^3.13.2",
5351
"pinia": "^2.3.1",
5452
"sass": "^1.87.0",
5553
"semver": "^7.7.1",
5654
"uuid": "^11.1.0",
5755
"vue-recaptcha": "^2.0.3",
58-
"vue3-carousel": "^0.3.3"
56+
"vue3-carousel": "^0.3.3",
57+
"vuetify": "^3.8.3",
58+
"wslink": "1.12.4"
5959
},
6060
"repository": {
6161
"type": "git",

0 commit comments

Comments
 (0)