Skip to content

Commit e2de3ad

Browse files
committed
chore: up vue
1 parent 3798caf commit e2de3ad

File tree

5 files changed

+772
-2497
lines changed

5 files changed

+772
-2497
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
},
9292
"devDependencies": {
9393
"@vitest/coverage-v8": "^1.1.1",
94-
"@vue/runtime-core": "^3.3.11",
94+
"@vue/runtime-core": "^3.4.3",
9595
"@vue/test-utils": "^2.4.3",
9696
"chalk": "^5.3.0",
9797
"consola": "^3.2.3",
@@ -115,7 +115,7 @@
115115
"unbuild": "^2.0.0",
116116
"vitepress": "1.0.0-rc.31",
117117
"vitest": "^1.1.1",
118-
"vue": "^3.3.11"
118+
"vue": "^3.4.3"
119119
},
120120
"simple-git-hooks": {
121121
"pre-commit": "pnpm lint-staged",

packages/nuxt/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"dev:prepare": "nuxt-module-build --stub"
3939
},
4040
"dependencies": {
41-
"@nuxt/kit": "^3.8.2",
41+
"@nuxt/kit": "^3.9.0",
4242
"@posva/lru-cache": "^10.0.1",
4343
"strip-json-comments": "^5.0.1"
4444
},
@@ -63,14 +63,14 @@
6363
"devDependencies": {
6464
"@firebase/app-types": "^0.9.0",
6565
"@nuxt/eslint-config": "^0.2.0",
66-
"@nuxt/module-builder": "^0.5.4",
67-
"@nuxt/schema": "^3.8.2",
68-
"@nuxt/test-utils": "^3.8.1",
66+
"@nuxt/module-builder": "^0.5.5",
67+
"@nuxt/schema": "^3.9.0",
68+
"@nuxt/test-utils": "^3.9.0",
6969
"eslint": "^8.55.0",
7070
"firebase": "^10.7.0",
7171
"firebase-admin": "^11.11.1",
7272
"firebase-functions": "^4.5.0",
73-
"nuxt": "^3.8.2",
73+
"nuxt": "^3.9.0",
7474
"vuefire": "workspace:*"
7575
}
7676
}

packages/nuxt/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"@nuxt/devtools": "^1.0.6",
12-
"nuxt": "^3.8.2"
12+
"nuxt": "^3.9.0"
1313
},
1414
"dependencies": {
1515
"@firebase/app-types": "^0.9.0",

playground/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@
1212
},
1313
"dependencies": {
1414
"pinia": "^2.1.7",
15-
"vue": "^3.3.11",
15+
"vue": "^3.4.3",
1616
"vue-router": "^4.2.5",
1717
"vuefire": "workspace:*",
1818
"vuex": "^4.1.0"
1919
},
2020
"devDependencies": {
2121
"@firebase/app-types": "^0.9.0",
2222
"@types/node": "^20.10.4",
23-
"@vitejs/plugin-vue": "^4.5.2",
24-
"@vue/tsconfig": "^0.4.0",
25-
"@vueuse/core": "^10.7.0",
23+
"@vitejs/plugin-vue": "^5.0.2",
24+
"@vue/tsconfig": "^0.5.1",
25+
"@vueuse/core": "^10.7.1",
2626
"npm-run-all": "^4.1.5",
2727
"typescript": "~5.3.3",
2828
"unplugin-vue-router": "^0.7.0",
2929
"vite": "^5.0.10",
30-
"vue-tsc": "^1.8.25"
30+
"vue-tsc": "^1.8.27"
3131
}
3232
}

0 commit comments

Comments
 (0)