Skip to content

Commit

Permalink
feat: migrate to vue 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Sep 28, 2024
1 parent 3fb26e1 commit a1a57a7
Show file tree
Hide file tree
Showing 6 changed files with 233 additions and 504 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"unocss": "^0.60.4",
"unplugin-vue-components": "^0.27.4",
"vitepress": "^1.3.4",
"vue": "3.4.27"
"vue": "^3.5.10"
}
}
4 changes: 2 additions & 2 deletions packages/reactivity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"prepublishOnly": "pnpm typecheck && pnpm build"
},
"devDependencies": {
"@vue/reactivity": "3.4.27",
"@vue/shared": "3.4.27",
"@vue/reactivity": "^3.5.10",
"@vue/shared": "^3.5.10",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-plugin-dts": "^4.2.1"
Expand Down
Loading

0 comments on commit a1a57a7

Please sign in to comment.