@nuxt/test-utils-nightly 3.8.0-28293680.633ef85d → 3.8.0-28294029.5652346d

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -50,7 +50,7 @@ Here are a few ways you can get involved:
50
50
 
51
51
  ## Local Development
52
52
 
53
- Follow the docs to [Set Up Your Local Development Environment](https://nuxt.com/docs/community/framework-contribution#set-up-your-local-development-environment) to contribute to the framework and documentation.
53
+ Follow the docs to [Set Up Your Local Development Environment](https://nuxt.com/docs/community/framework-contribution#setup) to contribute to the framework and documentation.
54
54
 
55
55
  ## Nuxt 2
56
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/test-utils-nightly",
3
- "version": "3.8.0-28293680.633ef85d",
3
+ "version": "3.8.0-28294029.5652346d",
4
4
  "repository": "nuxt/nuxt",
5
5
  "description": "Test utilities for Nuxt",
6
6
  "license": "MIT",
@@ -20,8 +20,8 @@
20
20
  "dist"
21
21
  ],
22
22
  "dependencies": {
23
- "@nuxt/kit": "npm:@nuxt/kit-nightly@3.8.0-28293680.633ef85d",
24
- "@nuxt/schema": "npm:@nuxt/schema-nightly@3.8.0-28293680.633ef85d",
23
+ "@nuxt/kit": "npm:@nuxt/kit-nightly@3.8.0-28294029.5652346d",
24
+ "@nuxt/schema": "npm:@nuxt/schema-nightly@3.8.0-28294029.5652346d",
25
25
  "consola": "^3.2.3",
26
26
  "defu": "^6.1.2",
27
27
  "execa": "^8.0.1",