Skip to content

Commit

Permalink
chore(deps): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wingkwong committed Feb 13, 2024
1 parent eaf808a commit 5d6b52b
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 253 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"release": "pnpm build && bumpp --commit --tag --push"
},
"dependencies": {
"vue": "^3.3.4"
"vue": "^3.4.18"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.47"
"vue": "^3.4.18"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.0",
"vite": "^4.5.2",
"vite-plugin-windicss": "^1.9.1"
"vite": "^5.0.0",
"vite-plugin-windicss": "^1.9.3"
}
}
Loading

0 comments on commit 5d6b52b

Please sign in to comment.