We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd3625 commit 3d9b663Copy full SHA for 3d9b663
package.json
@@ -85,16 +85,13 @@
85
"test": "vitest",
86
"typecheck": "tsc --noEmit"
87
},
88
- "peerDependencies": {
89
- "vue": "^2.7.0-0"
90
- },
91
"dependencies": {
92
"unplugin": "^1.3.1"
93
94
"devDependencies": {
95
"@antfu/ni": "^0.21.3",
96
"@babel/types": "^7.21.4",
97
- "@so1ve/eslint-config": "^0.93.0",
+ "@so1ve/eslint-config": "^0.99.0",
98
"@types/fs-extra": "^9.0.13",
99
"@types/node": "^18.15.11",
100
"bumpp": "^9.1.0",
@@ -119,5 +116,8 @@
119
116
"vitest": "^0.31.0",
120
117
"vue": "^2.7.0-beta.8",
121
118
"webpack": "^5.79.0"
+ },
+ "peerDependencies": {
+ "vue": "^2.7.0-0"
122
}
123
0 commit comments