Skip to content

Commit

Permalink
chore: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Dec 4, 2024
1 parent 1e45f33 commit f6bd737
Show file tree
Hide file tree
Showing 6 changed files with 458 additions and 347 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,30 +37,30 @@
"@rollup/plugin-terser": "^0.4.4",
"@types/lodash.kebabcase": "^4.1.9",
"@types/node": "^20.14.12",
"@vitest/coverage-v8": "^2.1.5",
"@vitest/ui": "^2.1.5",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
"@vue/compiler-sfc": "~3.5.13",
"@vue/server-renderer": "~3.5.13",
"chalk": "^5.3.0",
"conventional-changelog-cli": "^2.2.2",
"execa": "^9.5.1",
"globby": "^14.0.1",
"happy-dom": "^15.11.6",
"happy-dom": "^15.11.7",
"lint-staged": "^15.2.10",
"lodash.kebabcase": "^4.1.1",
"minimist": "^1.2.8",
"p-series": "^3.0.0",
"pascalcase": "^2.0.0",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"rollup": "^4.22.5",
"rollup": "^4.28.0",
"rollup-plugin-typescript2": "^0.36.0",
"semver": "^7.6.3",
"simple-git-hooks": "^2.11.1",
"typedoc": "^0.26.11",
"typedoc-plugin-markdown": "^4.2.10",
"typescript": "~5.6.3",
"vitest": "^2.1.5",
"vitest": "^2.1.8",
"vue": "~3.5.13"
},
"simple-git-hooks": {
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,10 +14,10 @@
},
"dependencies": {
"@chenfengyuan/vue-countdown": "^2.1.2",
"@vueuse/core": "^11.2.0",
"@vueuse/core": "^12.0.0",
"pinia": "workspace:*",
"vitepress": "1.5.0",
"vitepress-translation-helper": "^0.2.1",
"vitepress-translation-helper": "^0.2.2",
"vue-use-spring": "^0.3.3"
}
}
4 changes: 2 additions & 2 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.14.1592"
"@nuxt/kit": "^3.9.0"
},
"peerDependencies": {
"pinia": "workspace:^"
},
"devDependencies": {
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.14.1592",
"@nuxt/schema": "^3.9.0",
"@nuxt/test-utils": "^3.14.4",
"nuxt": "^3.14.1592",
"pinia": "workspace:^",
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 @@ -9,9 +9,9 @@
"serve": "vite preview"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.0",
"@vitejs/plugin-vue": "^5.2.1",
"execa": "^9.5.1",
"vite": "^5.4.11"
"vite": "^6.0.2"
},
"dependencies": {
"@vue/repl": "^3.0.0",
Expand Down
8 changes: 4 additions & 4 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.2.0",
"vite": "^5.4.11"
"@vitejs/plugin-vue": "^5.2.1",
"vite": "^6.0.2"
},
"dependencies": {
"@vueuse/core": "^11.2.0",
"@vueuse/core": "^12.0.0",
"mande": "^2.0.9",
"pinia": "workspace:*",
"swrv": "^1.0.4",
"vue-promised": "^2.2.0",
"vue-router": "^4.4.5"
"vue-router": "^4.5.0"
}
}
Loading

0 comments on commit f6bd737

Please sign in to comment.