Skip to content

Commit

Permalink
chore: up test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Oct 25, 2024
1 parent 20fa641 commit 3f650f9
Show file tree
Hide file tree
Showing 3 changed files with 1,616 additions and 1,395 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,21 +90,21 @@
}
},
"devDependencies": {
"@vitest/coverage-v8": "^2.0.5",
"@vitest/ui": "^2.0.5",
"@vitest/coverage-v8": "^2.1.3",
"@vitest/ui": "^2.1.3",
"@vue/test-utils": "^2.4.6",
"chalk": "^5.3.0",
"consola": "^3.2.3",
"conventional-changelog-cli": "^2.0.34",
"enquirer": "^2.4.1",
"execa": "^9.3.1",
"execa": "^9.4.1",
"firebase": "^10.13.0",
"firebase-admin": "^12.3.1",
"firebase-tools": "^13.15.2",
"focus-visible": "^5.2.1",
"globby": "^14.0.0",
"happy-dom": "^14.12.3",
"lint-staged": "^15.2.9",
"happy-dom": "^15.7.4",
"lint-staged": "^15.2.10",
"minimist": "^1.2.8",
"p-series": "^3.0.0",
"prettier": "^3.3.3",
Expand All @@ -114,9 +114,9 @@
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "~5.5.4",
"unbuild": "^2.0.0",
"vitepress": "1.3.2",
"vitest": "^2.0.5",
"vue": "^3.4.38"
"vitepress": "1.4.1",
"vitest": "^2.1.3",
"vue": "^3.5.12"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
Expand Down
14 changes: 7 additions & 7 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"pinia": "^2.2.2",
"vue": "^3.4.38",
"vue-router": "^4.4.3",
"pinia": "^2.2.4",
"vue": "^3.5.12",
"vue-router": "^4.4.5",
"vuefire": "workspace:*",
"vuex": "^4.1.0"
},
"devDependencies": {
"@firebase/app-types": "^0.9.0",
"@types/node": "^20.11.20",
"@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/tsconfig": "^0.5.1",
"@vueuse/core": "^10.8.0",
"npm-run-all": "^4.1.5",
"typescript": "~5.5.4",
"unplugin-vue-router": "^0.10.6",
"vite": "^5.4.1",
"vue-tsc": "^2.0.29"
"unplugin-vue-router": "^0.10.8",
"vite": "^5.4.10",
"vue-tsc": "^2.1.6"
}
}
Loading

0 comments on commit 3f650f9

Please sign in to comment.