|
16 | 16 | "devDependencies": {
|
17 | 17 | "@babel/core": "7.12.13",
|
18 | 18 | "@babel/preset-typescript": "7.12.13",
|
19 |
| - "@heetch/flamingo-react": "^5.2.0", |
| 19 | + "@heetch/flamingo-react": "^4.1.3", |
20 | 20 | "@nrwl/cli": "15.2.1",
|
21 | 21 | "@nrwl/eslint-plugin-nx": "15.2.1",
|
22 | 22 | "@nrwl/jest": "15.2.1",
|
|
38 | 38 | "@svgr/webpack": "^6.4.0",
|
39 | 39 | "@testing-library/react": "13.4.0",
|
40 | 40 | "@types/jest": "28.1.1",
|
41 |
| - "@types/node": "18.7.18", |
42 |
| - "@types/react": "18.0.20", |
43 |
| - "@types/react-dom": "18.0.6", |
| 41 | + "@types/node": "16.11.68", |
| 42 | + "@types/react": "17.0.39", |
| 43 | + "@types/react-dom": "17.0.17", |
44 | 44 | "@types/react-is": "17.0.3",
|
45 | 45 | "@types/styled-components": "5.1.26",
|
46 | 46 | "@typescript-eslint/eslint-plugin": "5.40.0",
|
|
60 | 60 | "jest-environment-jsdom": "28.1.1",
|
61 | 61 | "nx": "15.2.1",
|
62 | 62 | "prettier": "^2.6.2",
|
63 |
| - "react-test-renderer": "18.2.0", |
| 63 | + "react-test-renderer": "17.0.2", |
64 | 64 | "rollup-plugin-terser": "^7.0.2",
|
65 | 65 | "styled-components": "^5.1.0",
|
66 | 66 | "ts-jest": "28.0.5",
|
|
81 | 81 | "packageManager": "[email protected]",
|
82 | 82 | "dependencies": {
|
83 | 83 | "core-js": "^3.6.5",
|
84 |
| - "react": "18.2.0", |
85 |
| - "react-dom": "18.2.0", |
86 |
| - "react-is": "18.2.0", |
| 84 | + "react": "17.0.2", |
| 85 | + "react-dom": "17.0.2", |
| 86 | + "react-is": "17.0.2", |
87 | 87 | "regenerator-runtime": "0.13.7",
|
88 | 88 | "tslib": "^2.3.0"
|
89 | 89 | }
|
|
0 commit comments