@rstest/browser-react 0.8.5 → 0.9.1

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 +9 -9
package/README.md CHANGED
@@ -262,7 +262,7 @@ interface RenderConfiguration {
262
262
 
263
263
  - React 17, 18, and 19
264
264
  - Rstest browser mode (experimental)
265
- - Node.js >= 18.12.0
265
+ - Node.js >= 20.19.0
266
266
 
267
267
  ## License
268
268
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rstest/browser-react",
3
- "version": "0.8.5",
3
+ "version": "0.9.1",
4
4
  "type": "module",
5
5
  "description": "React component testing support for Rstest browser mode",
6
6
  "license": "MIT",
@@ -25,17 +25,17 @@
25
25
  "peerDependencies": {
26
26
  "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
27
27
  "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
28
- "@rstest/core": "^0.8.5"
28
+ "@rstest/core": "^0.9.1"
29
29
  },
30
30
  "devDependencies": {
31
- "@rslib/core": "^0.19.0",
32
- "@types/react": "^19.2.7",
31
+ "@rslib/core": "^0.19.6",
32
+ "@types/react": "^19.2.14",
33
33
  "@types/react-dom": "^19.2.3",
34
- "react": "^19.2.3",
35
- "react-dom": "^19.2.3",
34
+ "react": "^19.2.4",
35
+ "react-dom": "^19.2.4",
36
36
  "typescript": "^5.9.3",
37
- "@rstest/tsconfig": "0.0.1",
38
- "@rstest/core": "0.8.5"
37
+ "@rstest/core": "0.9.1",
38
+ "@rstest/tsconfig": "0.0.1"
39
39
  },
40
40
  "keywords": [
41
41
  "rstest",
@@ -53,7 +53,7 @@
53
53
  "directory": "packages/browser-react"
54
54
  },
55
55
  "engines": {
56
- "node": ">=18.12.0"
56
+ "node": "^20.19.0 || >=22.12.0"
57
57
  },
58
58
  "publishConfig": {
59
59
  "access": "public",