Skip to content

Commit b8ee120

Browse files
committed
feat!: require vue 3.5+
1 parent c327966 commit b8ee120

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,7 @@
6767
"prepublishOnly": "pnpm run build"
6868
},
6969
"peerDependencies": {
70-
"vue": "^3.2.0"
71-
},
72-
"peerDependenciesMeta": {
73-
"vue": {
74-
"optional": true
75-
}
70+
"vue": "^3.5.0"
7671
},
7772
"dependencies": {
7873
"@rollup/pluginutils": "^5.1.0"

0 commit comments

Comments
 (0)