Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jun 26, 2024
1 parent 8d93112 commit 0da2d1f
Show file tree
Hide file tree
Showing 8 changed files with 3,049 additions and 2,931 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,35 +30,35 @@
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-terser": "^0.4.4",
"@types/lodash.kebabcase": "^4.1.9",
"@types/node": "^20.12.7",
"@vitest/coverage-v8": "^1.5.0",
"@vue/compiler-sfc": "^3.4.23",
"@vue/server-renderer": "^3.4.23",
"@types/node": "^20.14.9",
"@vitest/coverage-v8": "^1.6.0",
"@vue/compiler-sfc": "^3.4.30",
"@vue/server-renderer": "^3.4.30",
"chalk": "^5.3.0",
"conventional-changelog-cli": "^2.2.2",
"enquirer": "^2.4.1",
"execa": "^8.0.1",
"execa": "^9.3.0",
"globby": "^14.0.1",
"happy-dom": "^14.7.1",
"lint-staged": "^15.2.2",
"happy-dom": "^14.12.3",
"lint-staged": "^15.2.7",
"lodash.kebabcase": "^4.1.1",
"minimist": "^1.2.8",
"p-series": "^3.0.0",
"pascalcase": "^2.0.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rollup": "^4.14.3",
"rimraf": "^5.0.7",
"rollup": "^4.18.0",
"rollup-plugin-typescript2": "^0.36.0",
"semver": "^7.6.0",
"semver": "^7.6.2",
"simple-git-hooks": "^2.11.1",
"typedoc": "^0.25.13",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "~5.3.3",
"vitest": "^1.5.0",
"vue": "^3.4.23"
"vitest": "^1.6.0",
"vue": "^3.4.30"
},
"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 @@ -14,9 +14,9 @@
},
"dependencies": {
"@chenfengyuan/vue-countdown": "^2.1.2",
"@vueuse/core": "^10.9.0",
"@vueuse/core": "^10.11.0",
"pinia": "workspace:*",
"vitepress": "1.1.0",
"vitepress": "1.2.3",
"vitepress-translation-helper": "^0.2.1"
}
}
10 changes: 5 additions & 5 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l @pinia/nuxt -r 1"
},
"dependencies": {
"@nuxt/kit": "^3.11.2",
"@nuxt/kit": "^3.12.2",
"pinia": ">=2.1.7"
},
"devDependencies": {
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.11.2",
"@nuxt/test-utils": "^3.12.1",
"nuxt": "^3.11.2",
"@nuxt/module-builder": "^0.8.0",
"@nuxt/schema": "^3.12.2",
"@nuxt/test-utils": "^3.13.1",
"nuxt": "^3.12.2",
"typescript": "^5.4.3",
"vue-tsc": "^2.0.13"
},
Expand Down
8 changes: 4 additions & 4 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.4",
"execa": "^8.0.1",
"vite": "^5.2.9"
"@vitejs/plugin-vue": "^5.0.5",
"execa": "^9.3.0",
"vite": "^5.3.1"
},
"dependencies": {
"@vue/repl": "^3.0.0",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"pinia": "workspace:*",
"vue": "^3.4.23"
"vue": "^3.4.30"
}
}
6 changes: 3 additions & 3 deletions packages/pinia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@
"license": "MIT",
"devDependencies": {
"@microsoft/api-extractor": "7.43.1",
"@vue/test-utils": "^2.4.5"
"@vue/test-utils": "^2.4.6"
},
"dependencies": {
"@vue/devtools-api": "^6.6.1",
"vue-demi": ">=0.14.7"
"@vue/devtools-api": "^6.6.3",
"vue-demi": "^0.14.8"
},
"peerDependencies": {
"@vue/composition-api": "^1.4.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"serve": "vite preview"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.2.9"
"@vitejs/plugin-vue": "^5.0.5",
"vite": "^5.3.1"
},
"dependencies": {
"@vueuse/core": "^10.9.0",
"mande": "^2.0.8",
"@vueuse/core": "^10.11.0",
"mande": "^2.0.9",
"pinia": "workspace:*",
"swrv": "^1.0.4",
"vue-promised": "^2.2.0",
"vue-router": "^4.3.0"
"vue-router": "^4.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l @pinia/testing -r 1"
},
"dependencies": {
"vue-demi": ">=0.14.7"
"vue-demi": "^0.14.8"
},
"devDependencies": {
"pinia": "workspace:*",
Expand Down
Loading

0 comments on commit 0da2d1f

Please sign in to comment.