Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed May 11, 2023
1 parent cdcb5e3 commit 766595e
Show file tree
Hide file tree
Showing 3 changed files with 415 additions and 675 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,23 +60,23 @@
"devDependencies": {
"@sxzz/eslint-config-prettier": "^2.4.6",
"@sxzz/eslint-config-vue": "^2.4.6",
"@types/node": "^18.16.5",
"@vue/reactivity": "^3.2.47",
"@vue/shared": "^3.2.47",
"@types/node": "^20.1.2",
"@vue/reactivity": "^3.3.1",
"@vue/shared": "^3.3.1",
"bumpp": "^9.1.0",
"esbuild": "^0.17.18",
"eslint": "^8.40.0",
"eslint-define-config": "^1.20.0",
"expect-type": "^0.15.0",
"fast-glob": "^3.2.12",
"prettier": "^2.8.8",
"rollup": "^3.21.5",
"rollup": "^3.21.6",
"tsup": "^6.7.0",
"tsx": "^3.12.7",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"vitest": "^0.31.0",
"vue": "^3.2.47"
"vue": "^3.3.1"
},
"engines": {
"node": ">=14.19.0"
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
},
"dependencies": {
"@vueuse/core": "^10.1.2",
"vue": "^3.2.47",
"vue": "^3.3.1",
"vue-functional-ref": "workspace:*"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.1",
"@vitejs/plugin-vue": "^4.2.2",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"vue-tsc": "^1.6.4"
Expand Down

0 comments on commit 766595e

Please sign in to comment.