|
9 | 9 | "test:size": "npm-run-all build size", |
10 | 10 | "test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watch", |
11 | 11 | "test": "jest", |
12 | | - "test:react18": "jest -c jest-react18.config.js", |
13 | 12 | "test:typescript": "yarn workspaces foreach --verbose --exclude emotion-monorepo run test:typescript", |
14 | 13 | "test:ci": "jest --coverage --no-cache --ci --runInBand", |
15 | | - "test:react18:ci": "yarn test:react18 --coverage --no-cache --ci --runInBand", |
16 | 14 | "test:dist": "yarn build && jest -c jest.dist.js --no-cache --ci --runInBand", |
17 | 15 | "test:prod": "jest -c jest.prod.js --no-cache --ci --runInBand", |
18 | 16 | "lint:check": "eslint .", |
|
188 | 186 | "@testing-library/react": "13.0.0-alpha.5", |
189 | 187 | "@types/jest": "^29.5.12", |
190 | 188 | "@types/node": "^12.20.37", |
191 | | - "@types/react": "18.3.12", |
| 189 | + "@types/react": "19.0.1", |
192 | 190 | "@typescript-eslint/eslint-plugin": "^7.13.0", |
193 | 191 | "@typescript-eslint/parser": "^7.13.0", |
194 | 192 | "babel-check-duplicated-nodes": "^1.0.0", |
|
229 | 227 | "polished": "^1.2.1", |
230 | 228 | "prettier": "^3.3.2", |
231 | 229 | "raf": "^3.4.0", |
232 | | - "react": "16.14.0", |
233 | | - "react-dom": "16.14.0", |
| 230 | + "react": "19.0.0", |
| 231 | + "react-dom": "19.0.0", |
234 | 232 | "react-native": "^0.63.2", |
235 | 233 | "react-primitives": "^0.8.1", |
236 | | - "react-test-renderer": "16.8.6", |
237 | | - "react18": "npm:react@18.0.0-rc.0-next-aa8f2bdbc-20211215", |
238 | | - "react18-dom": "npm:react-dom@18.0.0-rc.0-next-aa8f2bdbc-20211215", |
239 | | - "react18-test-renderer": "npm:react-test-renderer@18.0.0-rc.0-next-aa8f2bdbc-20211215", |
| 234 | + "react-test-renderer": "19.0.0", |
240 | 235 | "svg-tag-names": "^1.1.1", |
241 | 236 | "through": "^2.3.8", |
242 | 237 | "typescript": "^5.4.5", |
|
0 commit comments