|
40 | 40 | "coverage": "codecov" |
41 | 41 | }, |
42 | 42 | "peerDependencies": { |
43 | | - "react": "^18.0.0-alpha || ^18.0.0-beta" |
| 43 | + "react": "^18.0.0-beta" |
44 | 44 | }, |
45 | 45 | "peerDependenciesMeta": { |
46 | 46 | "react-dom": { |
|
52 | 52 | }, |
53 | 53 | "dependencies": { |
54 | 54 | "@babel/runtime": "^7.12.1", |
| 55 | + "@testing-library/react-12": "npm:@testing-library/react@^12", |
55 | 56 | "@types/hoist-non-react-statics": "^3.3.1", |
56 | | - "@types/use-sync-external-store": "^0.0.0", |
| 57 | + "@types/use-sync-external-store": "^0.0.3", |
57 | 58 | "hoist-non-react-statics": "^3.3.2", |
58 | | - "loose-envify": "^1.4.0", |
59 | | - "react-is": "^16.13.1", |
60 | | - "use-sync-external-store": "1.0.0-alpha-5cccacd13-20211101" |
| 59 | + "react-17": "npm:react@^17", |
| 60 | + "react-dom-17": "npm:react-dom@^17", |
| 61 | + "react-is": "^18.0.0-beta-fdc1d617a-20211118", |
| 62 | + "react-test-renderer-17": "npm:react-test-renderer@^17", |
| 63 | + "use-sync-external-store": "1.0.0-beta-fdc1d617a-20211118" |
61 | 64 | }, |
62 | 65 | "devDependencies": { |
63 | 66 | "@babel/cli": "^7.12.1", |
|
80 | 83 | "@testing-library/react": "13.0.0-alpha.4", |
81 | 84 | "@testing-library/react-hooks": "^3.4.2", |
82 | 85 | "@testing-library/react-native": "^7.1.0", |
83 | | - "@types/create-react-class": "^15.6.3", |
84 | 86 | "@types/object-assign": "^4.0.30", |
85 | | - "@types/react": "17.0.19", |
86 | | - "@types/react-dom": "^17.0.9", |
| 87 | + "@types/react": "^17.0.35", |
| 88 | + "@types/react-dom": "^17.0.11", |
87 | 89 | "@types/react-is": "^17.0.1", |
88 | 90 | "@types/react-native": "^0.64.12", |
89 | 91 | "@types/react-redux": "^7.1.18", |
|
92 | 94 | "babel-eslint": "^10.1.0", |
93 | 95 | "babel-jest": "^26.6.1", |
94 | 96 | "codecov": "^3.8.0", |
95 | | - "create-react-class": "^15.7.0", |
96 | 97 | "cross-env": "^7.0.2", |
97 | | - "es3ify": "^0.2.0", |
98 | 98 | "eslint": "^7.12.0", |
99 | 99 | "eslint-config-prettier": "^6.14.0", |
100 | 100 | "eslint-plugin-import": "^2.22.1", |
|
103 | 103 | "glob": "^7.1.6", |
104 | 104 | "jest": "^26.6.1", |
105 | 105 | "prettier": "^2.1.2", |
106 | | - "react": "18.0.0-alpha-5cccacd13-20211101", |
107 | | - "react-dom": "18.0.0-alpha-5cccacd13-20211101", |
| 106 | + "react": "18.0.0-beta-fdc1d617a-20211118", |
| 107 | + "react-dom": "18.0.0-beta-fdc1d617a-20211118", |
108 | 108 | "react-native": "^0.64.1", |
109 | | - "react-test-renderer": "18.0.0-alpha-5cccacd13-20211101", |
| 109 | + "react-test-renderer": "18.0.0-beta-fdc1d617a-20211118", |
110 | 110 | "redux": "^4.0.5", |
111 | 111 | "rimraf": "^3.0.2", |
112 | 112 | "rollup": "^2.32.1", |
113 | 113 | "rollup-plugin-terser": "^7.0.2", |
114 | 114 | "ts-jest": "26.5.6", |
115 | 115 | "typescript": "^4.3.4" |
116 | | - }, |
117 | | - "browserify": { |
118 | | - "transform": [ |
119 | | - "loose-envify" |
120 | | - ] |
121 | 116 | } |
122 | 117 | } |
0 commit comments