Skip to content

Commit 3f650f9

Browse files
committed
chore: up test deps
1 parent 20fa641 commit 3f650f9

File tree

3 files changed

+1616
-1395
lines changed

3 files changed

+1616
-1395
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -90,21 +90,21 @@
9090
}
9191
},
9292
"devDependencies": {
93-
"@vitest/coverage-v8": "^2.0.5",
94-
"@vitest/ui": "^2.0.5",
93+
"@vitest/coverage-v8": "^2.1.3",
94+
"@vitest/ui": "^2.1.3",
9595
"@vue/test-utils": "^2.4.6",
9696
"chalk": "^5.3.0",
9797
"consola": "^3.2.3",
9898
"conventional-changelog-cli": "^2.0.34",
9999
"enquirer": "^2.4.1",
100-
"execa": "^9.3.1",
100+
"execa": "^9.4.1",
101101
"firebase": "^10.13.0",
102102
"firebase-admin": "^12.3.1",
103103
"firebase-tools": "^13.15.2",
104104
"focus-visible": "^5.2.1",
105105
"globby": "^14.0.0",
106-
"happy-dom": "^14.12.3",
107-
"lint-staged": "^15.2.9",
106+
"happy-dom": "^15.7.4",
107+
"lint-staged": "^15.2.10",
108108
"minimist": "^1.2.8",
109109
"p-series": "^3.0.0",
110110
"prettier": "^3.3.3",
@@ -114,9 +114,9 @@
114114
"typedoc-plugin-markdown": "^3.17.1",
115115
"typescript": "~5.5.4",
116116
"unbuild": "^2.0.0",
117-
"vitepress": "1.3.2",
118-
"vitest": "^2.0.5",
119-
"vue": "^3.4.38"
117+
"vitepress": "1.4.1",
118+
"vitest": "^2.1.3",
119+
"vue": "^3.5.12"
120120
},
121121
"simple-git-hooks": {
122122
"pre-commit": "pnpm lint-staged",

playground/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@
1212
"type-check": "vue-tsc --noEmit"
1313
},
1414
"dependencies": {
15-
"pinia": "^2.2.2",
16-
"vue": "^3.4.38",
17-
"vue-router": "^4.4.3",
15+
"pinia": "^2.2.4",
16+
"vue": "^3.5.12",
17+
"vue-router": "^4.4.5",
1818
"vuefire": "workspace:*",
1919
"vuex": "^4.1.0"
2020
},
2121
"devDependencies": {
2222
"@firebase/app-types": "^0.9.0",
2323
"@types/node": "^20.11.20",
24-
"@vitejs/plugin-vue": "^5.1.2",
24+
"@vitejs/plugin-vue": "^5.1.4",
2525
"@vue/tsconfig": "^0.5.1",
2626
"@vueuse/core": "^10.8.0",
2727
"npm-run-all": "^4.1.5",
2828
"typescript": "~5.5.4",
29-
"unplugin-vue-router": "^0.10.6",
30-
"vite": "^5.4.1",
31-
"vue-tsc": "^2.0.29"
29+
"unplugin-vue-router": "^0.10.8",
30+
"vite": "^5.4.10",
31+
"vue-tsc": "^2.1.6"
3232
}
3333
}

0 commit comments

Comments
 (0)