Skip to content

Commit b9dd9ad

Browse files
committed
fix: test breaking on updating deps
1 parent 48699b8 commit b9dd9ad

File tree

3 files changed

+86
-278
lines changed

3 files changed

+86
-278
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
"vue": ">=3.0.0"
8080
},
8181
"dependencies": {
82-
"@vueuse/core": "~10.10.0",
83-
"@vueuse/shared": "~10.10.0",
82+
"@vueuse/core": "^11.1.0",
83+
"@vueuse/shared": "^11.1.0",
8484
"csstype": "^3.1.3",
8585
"framesync": "^6.1.2",
8686
"popmotion": "^11.0.5",
@@ -111,7 +111,7 @@
111111
"unbuild": "^2.0.0",
112112
"vite": "5.2.12",
113113
"vitest": "^1.6.0",
114-
"vue": "~3.4.38",
114+
"vue": "^3.5.11",
115115
"yorkie": "^2.0.0"
116116
},
117117
"pnpm": {

0 commit comments

Comments
 (0)