@nuxt/test-utils 3.7.4 → 3.8.0
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/README.md +2 -2
- package/package.json +7 -6
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ It provides a number of features that make it easy to build fast, SEO-friendly,
|
|
|
17
17
|
- Automatic routing with code-splitting
|
|
18
18
|
- State management
|
|
19
19
|
- SEO Optimization
|
|
20
|
-
-
|
|
20
|
+
- Extensible with [100+ modules](https://nuxt.com/modules)
|
|
21
21
|
- Deployment to a variety of hosting platforms
|
|
22
22
|
- ...[and much more](https://nuxt.com) 🚀
|
|
23
23
|
|
|
@@ -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#
|
|
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,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/test-utils",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.8.0",
|
|
4
4
|
"repository": "nuxt/nuxt",
|
|
5
|
+
"description": "Test utilities for Nuxt",
|
|
5
6
|
"license": "MIT",
|
|
6
7
|
"type": "module",
|
|
7
8
|
"types": "./dist/index.d.ts",
|
|
@@ -21,17 +22,17 @@
|
|
|
21
22
|
"dependencies": {
|
|
22
23
|
"consola": "^3.2.3",
|
|
23
24
|
"defu": "^6.1.2",
|
|
24
|
-
"execa": "^
|
|
25
|
+
"execa": "^8.0.1",
|
|
25
26
|
"get-port-please": "^3.1.1",
|
|
26
27
|
"ofetch": "^1.3.3",
|
|
27
28
|
"pathe": "^1.1.1",
|
|
28
|
-
"ufo": "^1.3.
|
|
29
|
-
"@nuxt/kit": "3.
|
|
30
|
-
"@nuxt/schema": "3.
|
|
29
|
+
"ufo": "^1.3.1",
|
|
30
|
+
"@nuxt/kit": "3.8.0",
|
|
31
|
+
"@nuxt/schema": "3.8.0"
|
|
31
32
|
},
|
|
32
33
|
"devDependencies": {
|
|
33
34
|
"@jest/globals": "29.7.0",
|
|
34
|
-
"playwright-core": "1.
|
|
35
|
+
"playwright-core": "1.39.0",
|
|
35
36
|
"unbuild": "latest",
|
|
36
37
|
"vitest": "0.33.0"
|
|
37
38
|
},
|