@nuxt/test-utils-nightly 3.20.2-20251204-154029-b80ca5e → 3.20.2-20251204-154833-5c126e1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/test-utils-nightly",
|
|
3
|
-
"version": "3.20.2-20251204-
|
|
3
|
+
"version": "3.20.2-20251204-154833-5c126e1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/nuxt/test-utils.git"
|
|
@@ -129,6 +129,7 @@
|
|
|
129
129
|
"peerDependencies": {
|
|
130
130
|
"@cucumber/cucumber": "^10.3.1 || >=11.0.0",
|
|
131
131
|
"@jest/globals": "^29.5.0 || >=30.0.0",
|
|
132
|
+
"@nuxt/kit": ">=3.20.1",
|
|
132
133
|
"@playwright/test": "^1.43.1",
|
|
133
134
|
"@testing-library/vue": "^7.0.0 || ^8.0.1",
|
|
134
135
|
"@vue/test-utils": "^2.4.2",
|
|
@@ -144,6 +145,9 @@
|
|
|
144
145
|
"@jest/globals": {
|
|
145
146
|
"optional": true
|
|
146
147
|
},
|
|
148
|
+
"@nuxt/kit": {
|
|
149
|
+
"optional": true
|
|
150
|
+
},
|
|
147
151
|
"@playwright/test": {
|
|
148
152
|
"optional": true
|
|
149
153
|
},
|