Skip to content

Commit

Permalink
chore: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jul 26, 2024
1 parent 66715d2 commit ee7b4f2
Show file tree
Hide file tree
Showing 9 changed files with 1,559 additions and 2,548 deletions.
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__build__
dist
coverage
.vitepress/cache
packages/docs/.vitepress/cache
temp
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-terser": "^0.4.4",
"@types/lodash.kebabcase": "^4.1.9",
"@types/node": "^20.14.9",
"@types/node": "^20.14.12",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"@vue/compiler-sfc": "^3.4.30",
"@vue/server-renderer": "^3.4.30",
"@vue/compiler-sfc": "^3.4.34",
"@vue/server-renderer": "^3.4.34",
"chalk": "^5.3.0",
"conventional-changelog-cli": "^2.2.2",
"enquirer": "^2.4.1",
Expand All @@ -50,17 +50,17 @@
"minimist": "^1.2.8",
"p-series": "^3.0.0",
"pascalcase": "^2.0.0",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"rollup": "^4.18.0",
"rollup-plugin-typescript2": "^0.36.0",
"semver": "^7.6.2",
"semver": "^7.6.3",
"simple-git-hooks": "^2.11.1",
"typedoc": "^0.26.2",
"typedoc-plugin-markdown": "^4.1.0",
"typescript": "~5.5.2",
"typedoc": "^0.26.5",
"typedoc-plugin-markdown": "^4.2.3",
"typescript": "~5.5.4",
"vitest": "^1.6.0",
"vue": "^3.4.30"
"vue": "^3.4.34"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@chenfengyuan/vue-countdown": "^2.1.2",
"@vueuse/core": "^10.11.0",
"pinia": "workspace:*",
"vitepress": "1.2.3",
"vitepress": "1.3.1",
"vitepress-translation-helper": "^0.2.1",
"vue-use-spring": "^0.1.1"
"vue-use-spring": "^0.3.3"
}
}
8 changes: 4 additions & 4 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
"pinia": "workspace:*"
},
"devDependencies": {
"@nuxt/module-builder": "^0.8.0",
"@nuxt/module-builder": "^0.8.1",
"@nuxt/schema": "^3.9.0",
"@nuxt/test-utils": "^3.13.1",
"nuxt": "^3.12.2",
"typescript": "^5.5.2",
"vue-tsc": "^2.0.22"
"nuxt": "^3.12.4",
"typescript": "^5.5.4",
"vue-tsc": "^2.0.29"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/online-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"serve": "vite preview"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue": "^5.1.0",
"execa": "^9.3.0",
"vite": "^5.3.1"
"vite": "^5.3.5"
},
"dependencies": {
"@vue/repl": "^3.0.0",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"pinia": "workspace:*",
"vue": "^3.4.30"
"vue": "^3.4.34"
}
}
4 changes: 2 additions & 2 deletions packages/pinia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@
],
"license": "MIT",
"devDependencies": {
"@microsoft/api-extractor": "7.47.0",
"@microsoft/api-extractor": "7.47.3",
"@vue/test-utils": "^2.4.6"
},
"dependencies": {
"@vue/devtools-api": "^6.6.3",
"vue-demi": "^0.14.8"
"vue-demi": "^0.14.10"
},
"peerDependencies": {
"@vue/composition-api": "^1.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"serve": "vite preview"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"vite": "^5.3.1"
"@vitejs/plugin-vue": "^5.1.0",
"vite": "^5.3.5"
},
"dependencies": {
"@vueuse/core": "^10.11.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l @pinia/testing -r 1"
},
"dependencies": {
"vue-demi": "^0.14.8"
"vue-demi": "^0.14.10"
},
"devDependencies": {
"pinia": "workspace:*",
"tsup": "^8.1.0"
"tsup": "^8.2.3"
},
"peerDependencies": {
"pinia": ">=2.2.0"
Expand Down
Loading

0 comments on commit ee7b4f2

Please sign in to comment.