Skip to content

Commit 008452d

Browse files
authored
fix(nuxt): update vue version to fix button slot error (#2026)
1 parent 28977e3 commit 008452d

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
@@ -197,7 +197,7 @@
197197
"shx": "^0.3.4",
198198
"typescript": "^5.0.0",
199199
"vite": "^4.3.8",
200-
"vue": "^3.4.23",
200+
"vue": "^3.4.38",
201201
"vue-tsc": "^1.6.5"
202202
},
203203
"pnpm": {
@@ -206,10 +206,10 @@
206206
"tsup@7.2.0": "patches/tsup@7.2.0.patch"
207207
},
208208
"overrides": {
209-
"@vue/compiler-sfc@3": "3.4.23",
210-
"@vue/runtime-core@3": "3.4.23",
211-
"@vue/runtime-dom@3": "3.4.23",
212-
"@vue/shared@3": "3.4.23",
209+
"@vue/compiler-sfc@3": "3.4.38",
210+
"@vue/runtime-core@3": "3.4.38",
211+
"@vue/runtime-dom@3": "3.4.38",
212+
"@vue/shared@3": "3.4.38",
213213
"@playwright/test": "1.42.1",
214214
"cropperjs": "1.5.12",
215215
"echarts": "5.4.1",
@@ -226,10 +226,10 @@
226226
"vue-template-compiler@2.7": "2.7.10",
227227
"vue@2.6": "2.6.14",
228228
"vue@2.7": "2.7.10",
229-
"vue@3": "3.4.23",
229+
"vue@3": "3.4.38",
230230
"vue2": "npm:vue@2.6.14",
231231
"vue2.7": "npm:vue@2.7.10",
232-
"vue3": "npm:vue@3.4.23",
232+
"vue3": "npm:vue@3.4.38",
233233
"vite": "^4.3.8"
234234
},
235235
"packageExtensions": {
@@ -250,7 +250,7 @@
250250
},
251251
"vite-plugin-dts": {
252252
"peerDependencies": {
253-
"vue": "^3.4.23"
253+
"vue": "^3.4.38"
254254
}
255255
},
256256
"vite-plugin-md": {

0 commit comments

Comments
 (0)