@tramvai/test-react 2.66.2 → 2.67.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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -14,6 +14,12 @@ If you are using jest for testing, consider to add a library [@testing-library/j
14
14
  npm i --save-dev @tramvai/test-react
15
15
  ```
16
16
 
17
+ :::caution
18
+
19
+ Only React >= 18 version is supported
20
+
21
+ :::
22
+
17
23
  ## Explanation
18
24
 
19
25
  ### act
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/test-react",
3
- "version": "2.66.2",
3
+ "version": "2.67.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -20,15 +20,15 @@
20
20
  "dependencies": {
21
21
  "@testing-library/react": "^13.3.0",
22
22
  "@tinkoff/router": "0.2.7",
23
- "@tramvai/react": "2.66.2",
24
- "@tramvai/state": "2.66.2",
25
- "@tramvai/test-jsdom": "2.66.2",
26
- "@tramvai/test-mocks": "2.66.2",
27
- "@tramvai/tokens-common": "2.66.2",
23
+ "@tramvai/react": "2.67.0",
24
+ "@tramvai/state": "2.67.0",
25
+ "@tramvai/test-jsdom": "2.67.0",
26
+ "@tramvai/test-mocks": "2.67.0",
27
+ "@tramvai/tokens-common": "2.67.0",
28
28
  "tslib": "^2.4.0"
29
29
  },
30
30
  "peerDependencies": {
31
- "react": "*"
31
+ "react": ">=18"
32
32
  },
33
33
  "devDependencies": {},
34
34
  "license": "Apache-2.0",