Skip to content

Commit 5c126e1

Browse files
committed
chore: add back @nuxt/kit as peer dep
1 parent b80ca5e commit 5c126e1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

knip.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"nuxt-vitest-environment-options",
1919
"vitest-environment-nuxt",
2020
"@cucumber/cucumber",
21+
"@nuxt/kit",
2122
"@jest/globals",
2223
"@playwright/test",
2324
"@testing-library/vue",

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@
129129
"peerDependencies": {
130130
"@cucumber/cucumber": "^10.3.1 || >=11.0.0",
131131
"@jest/globals": "^29.5.0 || >=30.0.0",
132+
"@nuxt/kit": ">=3.20.1",
132133
"@playwright/test": "^1.43.1",
133134
"@testing-library/vue": "^7.0.0 || ^8.0.1",
134135
"@vue/test-utils": "^2.4.2",
@@ -144,6 +145,9 @@
144145
"@jest/globals": {
145146
"optional": true
146147
},
148+
"@nuxt/kit": {
149+
"optional": true
150+
},
147151
"@playwright/test": {
148152
"optional": true
149153
},

0 commit comments

Comments
 (0)