Skip to content

Commit

Permalink
chore: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed May 18, 2023
1 parent 670993b commit dd54e01
Show file tree
Hide file tree
Showing 3 changed files with 219 additions and 230 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,31 +28,31 @@
"@rollup/plugin-terser": "^0.4.1",
"@types/lodash.kebabcase": "^4.1.7",
"@types/node": "^18.15.11",
"@vitest/coverage-c8": "^0.31.0",
"@vue/compiler-sfc": "^3.3.2",
"@vue/server-renderer": "^3.3.2",
"@vitest/coverage-c8": "^0.31.1",
"@vue/compiler-sfc": "^3.3.4",
"@vue/server-renderer": "^3.3.4",
"c8": "^7.13.0",
"chalk": "^5.2.0",
"conventional-changelog-cli": "^2.2.2",
"enquirer": "^2.3.6",
"execa": "^7.1.1",
"globby": "^13.1.4",
"happy-dom": "^9.8.1",
"lint-staged": "^13.2.1",
"happy-dom": "^9.18.3",
"lint-staged": "^13.2.2",
"lodash.kebabcase": "^4.1.1",
"minimist": "^1.2.8",
"p-series": "^3.0.0",
"pascalcase": "^2.0.0",
"prettier": "^2.8.7",
"rimraf": "^5.0.0",
"rollup": "^3.20.5",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"rollup": "^3.22.0",
"rollup-plugin-typescript2": "^0.34.1",
"semver": "^7.5.0",
"semver": "^7.5.1",
"typedoc": "^0.23.28",
"typedoc-plugin-markdown": "^3.14.0",
"typescript": "^5.0.4",
"vitest": "^0.31.0",
"vue": "^3.3.2",
"vitest": "^0.31.1",
"vue": "^3.3.4",
"yorkie": "^2.0.0"
},
"gitHooks": {
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.2.3",
"vite": "^4.3.7"
"vite": "^4.3.8"
},
"dependencies": {
"@vueuse/core": "^10.1.2",
Expand Down

0 comments on commit dd54e01

Please sign in to comment.