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 30, 2023
1 parent 40f8f22 commit 033b8c3
Show file tree
Hide file tree
Showing 5 changed files with 436 additions and 149 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"@rollup/plugin-alias": "^5.0.1",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.4",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@types/lodash.kebabcase": "^4.1.7",
"@types/node": "^20.8.6",
"@types/lodash.kebabcase": "^4.1.8",
"@types/node": "^20.8.9",
"@vitest/coverage-v8": "^0.34.6",
"@vue/compiler-sfc": "^3.3.4",
"@vue/server-renderer": "^3.3.4",
Expand All @@ -36,15 +36,15 @@
"enquirer": "^2.4.1",
"execa": "^8.0.1",
"globby": "^13.2.2",
"happy-dom": "^12.9.1",
"lint-staged": "^15.0.1",
"happy-dom": "^12.10.3",
"lint-staged": "^15.0.2",
"lodash.kebabcase": "^4.1.1",
"minimist": "^1.2.8",
"p-series": "^3.0.0",
"pascalcase": "^2.0.0",
"prettier": "^2.8.8",
"rimraf": "^5.0.5",
"rollup": "^4.1.4",
"rollup": "^4.1.5",
"rollup-plugin-typescript2": "^0.36.0",
"semver": "^7.5.4",
"typedoc": "^0.25.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"@chenfengyuan/vue-countdown": "^2.1.2",
"@vueuse/core": "^10.5.0",
"pinia": "workspace:^2.0.18",
"vitepress": "1.0.0-rc.22"
"vitepress": "1.0.0-rc.24"
}
}
2 changes: 1 addition & 1 deletion packages/online-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^4.4.0",
"execa": "^8.0.1",
"vite": "^4.4.11"
"vite": "^4.5.0"
},
"dependencies": {
"@vue/repl": "^2.5.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.4.0",
"vite": "^4.4.11"
"vite": "^4.5.0"
},
"dependencies": {
"@vueuse/core": "^10.5.0",
Expand Down
Loading

0 comments on commit 033b8c3

Please sign in to comment.