Skip to content

Commit

Permalink
chore: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Oct 31, 2023
1 parent 033b8c3 commit 0d67b84
Show file tree
Hide file tree
Showing 5 changed files with 1,392 additions and 460 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@types/lodash.kebabcase": "^4.1.8",
"@types/node": "^20.8.9",
"@types/node": "^20.8.10",
"@vitest/coverage-v8": "^0.34.6",
"@vue/compiler-sfc": "^3.3.4",
"@vue/server-renderer": "^3.3.4",
"@vue/compiler-sfc": "^3.3.7",
"@vue/server-renderer": "^3.3.7",
"chalk": "^5.3.0",
"conventional-changelog-cli": "^2.2.2",
"enquirer": "^2.4.1",
Expand All @@ -44,14 +44,14 @@
"pascalcase": "^2.0.0",
"prettier": "^2.8.8",
"rimraf": "^5.0.5",
"rollup": "^4.1.5",
"rollup": "^4.2.0",
"rollup-plugin-typescript2": "^0.36.0",
"semver": "^7.5.4",
"typedoc": "^0.25.2",
"typedoc-plugin-markdown": "^3.16.0",
"typescript": "^5.2.2",
"vitest": "^0.34.6",
"vue": "^3.3.4",
"vue": "^3.3.7",
"yorkie": "^2.0.0"
},
"gitHooks": {
Expand Down
10 changes: 5 additions & 5 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l @pinia/nuxt -r 1"
},
"dependencies": {
"@nuxt/kit": "^3.7.4",
"@nuxt/kit": "^3.8.0",
"pinia": ">=2.1.7"
},
"devDependencies": {
"@nuxt/module-builder": "^0.5.2",
"@nuxt/schema": "^3.7.4",
"@nuxt/test-utils": "^3.7.4",
"nuxt": "^3.7.4",
"@nuxt/schema": "^3.8.0",
"@nuxt/test-utils": "^3.8.0",
"nuxt": "^3.8.0",
"typescript": "^5.2.2",
"vue-tsc": "^1.8.19"
"vue-tsc": "^1.8.22"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/online-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"vite": "^4.5.0"
},
"dependencies": {
"@vue/repl": "^2.5.8",
"@vue/repl": "^2.6.1",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"pinia": "workspace:*",
"vue": "^3.3.4"
"vue": "^3.3.7"
}
}
2 changes: 1 addition & 1 deletion packages/pinia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
],
"license": "MIT",
"devDependencies": {
"@microsoft/api-extractor": "7.38.0",
"@microsoft/api-extractor": "7.38.1",
"@vue/test-utils": "^2.4.1"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 0d67b84

Please sign in to comment.