|
57 | 57 | "tippy.js": "^6.2.7"
|
58 | 58 | },
|
59 | 59 | "peerDependencies": {
|
60 |
| - "react": "^16.14.0", |
61 |
| - "react-dom": "^16.14.0", |
| 60 | + "react": "^17.0.1", |
| 61 | + "react-dom": "^17.0.1", |
62 | 62 | "react-router-dom": "^5.2.0"
|
63 | 63 | },
|
64 | 64 | "devDependencies": {
|
|
72 | 72 | "@babel/preset-react": "^7.12.7",
|
73 | 73 | "@coreui/coreui": "^3.4.0",
|
74 | 74 | "@rollup/plugin-babel": "^5.2.2",
|
75 |
| - "@rollup/plugin-commonjs": "^15.1.0", |
76 |
| - "@rollup/plugin-node-resolve": "^9.0.0", |
| 75 | + "@rollup/plugin-commonjs": "^17.0.0", |
| 76 | + "@rollup/plugin-node-resolve": "^10.0.0", |
77 | 77 | "@rollup/plugin-replace": "^2.3.4",
|
78 | 78 | "@storybook/addon-knobs": "^6.1.10",
|
79 | 79 | "@storybook/addon-storysource": "^6.1.10",
|
|
85 | 85 | "cross-env": "^7.0.3",
|
86 | 86 | "del-cli": "^3.0.1",
|
87 | 87 | "enzyme": "^3.11.0",
|
88 |
| - "enzyme-adapter-react-16": "^1.15.5", |
| 88 | + "@wojtekmaj/enzyme-adapter-react-17": "^0.3.2", |
89 | 89 | "enzyme-to-json": "^3.6.1",
|
90 | 90 | "eslint": "^7.15.0",
|
91 | 91 | "eslint-plugin-import": "^2.22.1",
|
92 | 92 | "eslint-plugin-react": "^7.21.5",
|
93 | 93 | "expect": "^26.6.2",
|
94 | 94 | "jest": "^26.6.3",
|
95 |
| - "react": "^16.14.0", |
| 95 | + "postcss": "^8.2.1", |
| 96 | + "react": "^17.0.1", |
96 | 97 | "react-app-polyfill": "^2.0.0",
|
97 |
| - "react-dom": "^16.14.0", |
| 98 | + "react-dom": "^17.0.1", |
98 | 99 | "react-router-dom": "^5.2.0",
|
99 |
| - "react-test-renderer": "^16.14.0", |
| 100 | + "react-test-renderer": "^17.0.1", |
100 | 101 | "rollup": "^2.34.2",
|
101 | 102 | "rollup-plugin-peer-deps-external": "~2.2.4",
|
102 |
| - "rollup-plugin-postcss": "~3.1.8", |
| 103 | + "rollup-plugin-postcss": "^4.0.0", |
103 | 104 | "sinon": "^9.2.1",
|
104 | 105 | "webpack": "^4.44.2"
|
105 | 106 | },
|
|
0 commit comments