|
43 | 43 | "@rollup/plugin-replace": "^3.0.0", |
44 | 44 | "@storybook/addon-controls": "^6.4.13", |
45 | 45 | "@storybook/react": "^6.4.13", |
46 | | - "@types/react": "^16.0.36", |
| 46 | + "@types/react": "^17.0.38", |
47 | 47 | "babel-jest": "^27.0.6", |
48 | 48 | "babel-loader": "^8.2.2", |
49 | 49 | "babel-plugin-add-module-exports": "^1.0.4", |
50 | 50 | "babel-plugin-transform-react-remove-prop-types": "^0.4.24", |
51 | | - "enzyme": "^3.3.0", |
52 | | - "enzyme-adapter-react-16": "^1.1.1", |
53 | 51 | "eslint": "^8.7.0", |
54 | 52 | "eslint-plugin-filenames": "^1.3.2", |
55 | 53 | "eslint-plugin-import": "^2.25.4", |
56 | 54 | "eslint-plugin-prettier": "^4.0.0", |
57 | 55 | "eslint-plugin-react": "^7.28.0", |
58 | 56 | "jest": "^27.0.6", |
59 | 57 | "prettier": "^2.5.1", |
60 | | - "react": "^16.8.0", |
61 | | - "react-dom": "^16.8.0", |
| 58 | + "react": "^17.0.2", |
| 59 | + "react-dom": "^17.0.2", |
| 60 | + "react-test-renderer": "^17.0.2", |
62 | 61 | "rollup": "^2.55.1", |
63 | 62 | "rollup-plugin-filesize": "^9.1.1", |
64 | 63 | "rollup-plugin-terser": "^7.0.2", |
|
95 | 94 | ], |
96 | 95 | "jest": { |
97 | 96 | "rootDir": "./src", |
98 | | - "setupFiles": [ |
99 | | - "../jest.setup.js" |
100 | | - ], |
101 | 97 | "testURL": "http://localhost/" |
102 | 98 | }, |
103 | 99 | "sideEffects": false |
|
0 commit comments