Skip to content

Commit e805a20

Browse files
authored
fix: remove hard dependency on nuxt, close #606 (#610)
1 parent 12dc293 commit e805a20

File tree

2 files changed

+179
-53
lines changed

2 files changed

+179
-53
lines changed

package.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -84,16 +84,19 @@
8484
},
8585
"peerDependencies": {
8686
"@babel/parser": "^7.15.8",
87-
"vue": "2 || 3"
87+
"vue": "2 || 3",
88+
"@nuxt/kit": "^3.2.2"
8889
},
8990
"peerDependenciesMeta": {
9091
"@babel/parser": {
9192
"optional": true
93+
},
94+
"@nuxt/kit": {
95+
"optional": true
9296
}
9397
},
9498
"dependencies": {
9599
"@antfu/utils": "^0.7.2",
96-
"@nuxt/kit": "^3.2.0",
97100
"@rollup/pluginutils": "^5.0.2",
98101
"chokidar": "^3.5.3",
99102
"debug": "^4.3.4",
@@ -108,7 +111,7 @@
108111
"@antfu/eslint-config": "^0.35.2",
109112
"@babel/parser": "^7.20.15",
110113
"@babel/types": "^7.20.7",
111-
"@nuxt/schema": "^3.2.0",
114+
"@nuxt/kit": "^3.2.2",
112115
"@types/debug": "^4.1.7",
113116
"@types/minimatch": "^5.1.2",
114117
"@types/node": "^18.13.0",

0 commit comments

Comments
 (0)