Skip to content

Commit

Permalink
chore: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Aug 16, 2024
1 parent ad462bd commit e51e59c
Show file tree
Hide file tree
Showing 3 changed files with 1,020 additions and 960 deletions.
23 changes: 11 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,34 +90,33 @@
}
},
"devDependencies": {
"@vitest/coverage-v8": "^2.0.2",
"@vitest/ui": "^2.0.2",
"@vue/runtime-core": "^3.4.19",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/ui": "^2.0.5",
"@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.0",
"execa": "^9.3.1",
"firebase": "^10.8.0",
"firebase-admin": "^12.0.0",
"firebase-tools": "^13.13.2",
"focus-visible": "^5.2.0",
"focus-visible": "^5.2.1",
"globby": "^14.0.0",
"happy-dom": "^14.12.3",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.9",
"minimist": "^1.2.8",
"p-series": "^3.0.0",
"prettier": "^3.2.5",
"semver": "^7.6.0",
"prettier": "^3.3.3",
"semver": "^7.6.3",
"simple-git-hooks": "^2.9.0",
"typedoc": "^0.25.8",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "~5.5.3",
"typescript": "~5.5.4",
"unbuild": "^2.0.0",
"vitepress": "1.3.0",
"vitest": "^2.0.2",
"vue": "^3.4.19"
"vitepress": "1.3.2",
"vitest": "^2.0.5",
"vue": "^3.4.38"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
Expand Down
16 changes: 8 additions & 8 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.1.7",
"vue": "^3.4.19",
"vue-router": "^4.3.0",
"pinia": "^2.2.2",
"vue": "^3.4.38",
"vue-router": "^4.4.3",
"vuefire": "workspace:*",
"vuex": "^4.1.0"
},
"devDependencies": {
"@firebase/app-types": "^0.9.0",
"@types/node": "^20.11.20",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.1.2",
"@vue/tsconfig": "^0.5.1",
"@vueuse/core": "^10.8.0",
"npm-run-all": "^4.1.5",
"typescript": "~5.5.3",
"unplugin-vue-router": "^0.10.0",
"vite": "^5.1.4",
"vue-tsc": "^2.0.26"
"typescript": "~5.5.4",
"unplugin-vue-router": "^0.10.6",
"vite": "^5.4.1",
"vue-tsc": "^2.0.29"
}
}
Loading

0 comments on commit e51e59c

Please sign in to comment.