@nuxt/test-utils 3.5.1 → 3.5.2

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 +5 -5
package/README.md CHANGED
@@ -115,7 +115,7 @@ Follow the docs to [Set Up Your Local Development Environment](https://nuxt.com/
115
115
 
116
116
  ## Nuxt 2
117
117
 
118
- You can find the code for Nuxt 2 on the [`2.x` branch](https://github.com/nuxt/nuxt/tree/2.x) and the documentation at [nuxtjs.org](https://nuxtjs.org).
118
+ You can find the code for Nuxt 2 on the [`2.x` branch](https://github.com/nuxt/nuxt/tree/2.x) and the documentation at [v2.nuxt.com](https://v2.nuxt.com).
119
119
 
120
120
  ## Follow us
121
121
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/test-utils",
3
- "version": "3.5.1",
3
+ "version": "3.5.2",
4
4
  "repository": "nuxt/nuxt",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -26,18 +26,18 @@
26
26
  "ofetch": "^1.0.1",
27
27
  "pathe": "^1.1.0",
28
28
  "ufo": "^1.1.2",
29
- "@nuxt/kit": "3.5.1",
30
- "@nuxt/schema": "3.5.1"
29
+ "@nuxt/kit": "3.5.2",
30
+ "@nuxt/schema": "3.5.2"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@jest/globals": "^29.5.0",
34
- "playwright": "^1.34.0",
34
+ "playwright": "^1.34.3",
35
35
  "unbuild": "latest",
36
36
  "vitest": "^0.31.1"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@jest/globals": "^29.5.0",
40
- "playwright": "^1.34.0",
40
+ "playwright": "^1.34.3",
41
41
  "vitest": "^0.31.1",
42
42
  "vue": "^3.3.4"
43
43
  },