|
40 | 40 | "coverage": "codecov"
|
41 | 41 | },
|
42 | 42 | "peerDependencies": {
|
43 |
| - "react": "^18.0.0-rc" |
| 43 | + "react": "^18.0.0" |
44 | 44 | },
|
45 | 45 | "peerDependenciesMeta": {
|
46 | 46 | "react-dom": {
|
|
55 | 55 | "@types/hoist-non-react-statics": "^3.3.1",
|
56 | 56 | "@types/use-sync-external-store": "^0.0.3",
|
57 | 57 | "hoist-non-react-statics": "^3.3.2",
|
58 |
| - "react-is": "^18.0.0-rc.0", |
59 |
| - "use-sync-external-store": "^1.0.0-rc.0" |
| 58 | + "react-is": "^18.0.0", |
| 59 | + "use-sync-external-store": "^1.0.0" |
60 | 60 | },
|
61 | 61 | "devDependencies": {
|
62 | 62 | "@babel/cli": "^7.12.1",
|
|
76 | 76 | "@rollup/plugin-replace": "^2.3.3",
|
77 | 77 | "@testing-library/jest-dom": "^5.11.5",
|
78 | 78 | "@testing-library/jest-native": "^3.4.3",
|
79 |
| - "@testing-library/react": "13.0.0-alpha.4", |
| 79 | + "@testing-library/react": "13.0.0", |
80 | 80 | "@testing-library/react-12": "npm:@testing-library/react@^12",
|
81 | 81 | "@testing-library/react-hooks": "^3.4.2",
|
82 | 82 | "@testing-library/react-native": "^7.1.0",
|
83 | 83 | "@types/object-assign": "^4.0.30",
|
84 |
| - "@types/react": "^17.0.35", |
85 |
| - "@types/react-dom": "^17.0.11", |
86 |
| - "@types/react-is": "^17.0.1", |
| 84 | + "@types/react": "^17.0.43", |
| 85 | + "@types/react-dom": "^17.0.14", |
| 86 | + "@types/react-is": "^17.0.3", |
87 | 87 | "@types/react-native": "^0.64.12",
|
88 | 88 | "@types/react-redux": "^7.1.18",
|
89 | 89 | "@typescript-eslint/eslint-plugin": "^4.28.0",
|
|
100 | 100 | "glob": "^7.1.6",
|
101 | 101 | "jest": "^26.6.1",
|
102 | 102 | "prettier": "^2.1.2",
|
103 |
| - "react": "18.0.0-beta-fdc1d617a-20211118", |
| 103 | + "react": "18.0.0", |
104 | 104 | "react-17": "npm:react@^17",
|
105 |
| - "react-dom": "18.0.0-beta-fdc1d617a-20211118", |
| 105 | + "react-dom": "18.0.0", |
106 | 106 | "react-dom-17": "npm:react-dom@^17",
|
107 | 107 | "react-native": "^0.64.1",
|
108 |
| - "react-test-renderer": "18.0.0-beta-fdc1d617a-20211118", |
| 108 | + "react-test-renderer": "18.0.0", |
109 | 109 | "react-test-renderer-17": "npm:react-test-renderer@^17",
|
110 | 110 | "redux": "^4.0.5",
|
111 | 111 | "rimraf": "^3.0.2",
|
|
0 commit comments