@nuxt/test-utils
Advanced tools
Comparing version 3.3.3 to 3.4.0
{ | ||
"name": "@nuxt/test-utils", | ||
"version": "3.3.3", | ||
"version": "3.4.0", | ||
"repository": "nuxt/nuxt", | ||
@@ -12,2 +12,6 @@ "license": "MIT", | ||
"import": "./dist/index.mjs" | ||
}, | ||
"./experimental": { | ||
"types": "./dist/experimental.d.ts", | ||
"import": "./dist/experimental.mjs" | ||
} | ||
@@ -19,3 +23,3 @@ }, | ||
"dependencies": { | ||
"consola": "^2.15.3", | ||
"consola": "^3.0.1", | ||
"defu": "^6.1.2", | ||
@@ -27,9 +31,10 @@ "execa": "^7.1.1", | ||
"pathe": "^1.1.0", | ||
"@nuxt/kit": "3.3.3", | ||
"@nuxt/schema": "3.3.3" | ||
"ufo": "^1.1.1", | ||
"@nuxt/schema": "3.4.0", | ||
"@nuxt/kit": "3.4.0" | ||
}, | ||
"devDependencies": { | ||
"playwright": "^1.32.1", | ||
"playwright": "^1.32.3", | ||
"unbuild": "latest", | ||
"vitest": "^0.29.8" | ||
"vitest": "^0.30.1" | ||
}, | ||
@@ -36,0 +41,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21081
10
472
11
+ Addedufo@^1.1.1
+ Added@nuxt/kit@3.4.0(transitive)
+ Added@nuxt/schema@3.4.0(transitive)
- Removed@nuxt/kit@3.3.3(transitive)
- Removed@nuxt/schema@3.3.3(transitive)
- Removedconsola@2.15.3(transitive)
Updated@nuxt/kit@3.4.0
Updated@nuxt/schema@3.4.0
Updatedconsola@^3.0.1