Skip to content

Commit 184e830

Browse files
committed
fix: update @vueuse/core peer dependency version constraint to allow any version >=10.0.0
1 parent 6568100 commit 184e830

File tree

3 files changed

+25
-35
lines changed

3 files changed

+25
-35
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"test:e2e:report": "playwright show-report"
3535
},
3636
"dependencies": {
37-
"@vueuse/core": "^13.5.0",
37+
"@vueuse/core": "^10.0.0",
3838
"vite": "^5.4.8",
3939
"vue": "^3.5.17"
4040
},

packages/motion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"pub:release": "pnpm publish --access public"
7171
},
7272
"peerDependencies": {
73-
"@vueuse/core": "^10.0.0",
73+
"@vueuse/core": ">=10.0.0",
7474
"vue": ">=3.0.0"
7575
},
7676
"dependencies": {

pnpm-lock.yaml

Lines changed: 23 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)