@nuxt/test-utils-nightly 3.20.2-20251204-154833-5c126e1 → 3.20.2-20251204-163623-bf2541b

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.
Files changed (1) hide show
  1. package/package.json +1 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/test-utils-nightly",
3
- "version": "3.20.2-20251204-154833-5c126e1",
3
+ "version": "3.20.2-20251204-163623-bf2541b",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/test-utils.git"
@@ -129,7 +129,6 @@
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",
133
132
  "@playwright/test": "^1.43.1",
134
133
  "@testing-library/vue": "^7.0.0 || ^8.0.1",
135
134
  "@vue/test-utils": "^2.4.2",
@@ -145,9 +144,6 @@
145
144
  "@jest/globals": {
146
145
  "optional": true
147
146
  },
148
- "@nuxt/kit": {
149
- "optional": true
150
- },
151
147
  "@playwright/test": {
152
148
  "optional": true
153
149
  },