Skip to content

Commit 2de53d8

Browse files
committed
fix: downgrade @nuxt/devtools and update @types/node, @vue/language-plugin-pug, @vueuse/core, @vueuse/nuxt, vue, vue-router, and vue-tsc to compatible versions
1 parent 206f8a2 commit 2de53d8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@
4343
"yaml": "^2.8.1"
4444
},
4545
"devDependencies": {
46-
"@nuxt/devtools": "^2.6.3",
46+
"@nuxt/devtools": "^1.3.9",
4747
"@nuxt/eslint-config": "^1.9.0",
48-
"@types/node": "^24.4.0",
48+
"@types/node": "^18.17.3",
4949
"@typescript-eslint/eslint-plugin": "^8.43.0",
5050
"@typescript-eslint/parser": "^8.43.0",
51-
"@vue/language-plugin-pug": "^3.0.7",
52-
"@vueuse/core": "^13.9.0",
53-
"@vueuse/nuxt": "^13.9.0",
51+
"@vue/language-plugin-pug": "^1.8.27",
52+
"@vueuse/core": "^10.7.2",
53+
"@vueuse/nuxt": "^10.7.2",
5454
"dayjs-nuxt": "^2.1.11",
5555
"eslint": "^9.35.0",
5656
"memfs": "^4.39.0",
@@ -61,9 +61,9 @@
6161
"prettier": "^3.6.2",
6262
"typescript": "^5.9.2",
6363
"vite-plugin-pug": "^0.4.1",
64-
"vue": "^3.5.21",
65-
"vue-router": "^4.5.1",
66-
"vue-tsc": "^3.0.7"
64+
"vue": "^3.4.14",
65+
"vue-router": "^4.2.5",
66+
"vue-tsc": "^1.8.27"
6767
},
6868
"resolutions": {
6969
"string-width": "^1.0.2 || 2 || 3 || 4"

0 commit comments

Comments
 (0)