Skip to content

Commit 9f3f467

Browse files
committed
chore: up vue nuxt
1 parent b527b1b commit 9f3f467

File tree

5 files changed

+1201
-2445
lines changed

5 files changed

+1201
-2445
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
},
9292
"devDependencies": {
9393
"@vitest/coverage-v8": "^1.3.1",
94-
"@vue/runtime-core": "^3.4.3",
94+
"@vue/runtime-core": "^3.4.19",
9595
"@vue/test-utils": "^2.4.4",
9696
"chalk": "^5.3.0",
9797
"consola": "^3.2.3",
@@ -113,9 +113,9 @@
113113
"typedoc-plugin-markdown": "^3.17.1",
114114
"typescript": "~5.3.3",
115115
"unbuild": "^2.0.0",
116-
"vitepress": "1.0.0-rc.34",
116+
"vitepress": "1.0.0-rc.44",
117117
"vitest": "^1.3.1",
118-
"vue": "^3.4.3"
118+
"vue": "^3.4.19"
119119
},
120120
"simple-git-hooks": {
121121
"pre-commit": "pnpm lint-staged",

packages/nuxt/package.json

Lines changed: 4 additions & 4 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.9.0",
41+
"@nuxt/kit": "^3.10.2",
4242
"@posva/lru-cache": "^10.0.1",
4343
"strip-json-comments": "^5.0.1"
4444
},
@@ -64,13 +64,13 @@
6464
"@firebase/app-types": "^0.9.0",
6565
"@nuxt/eslint-config": "^0.2.0",
6666
"@nuxt/module-builder": "^0.5.5",
67-
"@nuxt/schema": "^3.9.0",
68-
"@nuxt/test-utils": "^3.9.0",
67+
"@nuxt/schema": "^3.10.2",
68+
"@nuxt/test-utils": "^3.11.0",
6969
"eslint": "^8.56.0",
7070
"firebase": "^10.7.0",
7171
"firebase-admin": "^11.11.1",
7272
"firebase-functions": "^4.5.0",
73-
"nuxt": "^3.9.0",
73+
"nuxt": "^3.10.2",
7474
"vuefire": "workspace:*"
7575
}
7676
}

packages/nuxt/playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"prepare": "nuxi prepare"
99
},
1010
"devDependencies": {
11-
"@nuxt/devtools": "^1.0.6",
12-
"nuxt": "^3.9.0"
11+
"@nuxt/devtools": "^1.0.8",
12+
"nuxt": "^3.10.2"
1313
},
1414
"dependencies": {
1515
"@firebase/app-types": "^0.9.0",

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"pinia": "^2.1.7",
15-
"vue": "^3.4.3",
15+
"vue": "^3.4.19",
1616
"vue-router": "^4.2.5",
1717
"vuefire": "workspace:*",
1818
"vuex": "^4.1.0"
@@ -22,7 +22,7 @@
2222
"@types/node": "^20.11.19",
2323
"@vitejs/plugin-vue": "^5.0.4",
2424
"@vue/tsconfig": "^0.5.1",
25-
"@vueuse/core": "^10.7.1",
25+
"@vueuse/core": "^10.8.0",
2626
"npm-run-all": "^4.1.5",
2727
"typescript": "~5.3.3",
2828
"unplugin-vue-router": "^0.7.0",

0 commit comments

Comments
 (0)