Skip to content

Commit f6a710f

Browse files
committed
chore: React 17 and dependencies update
1 parent f9f1927 commit f6a710f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,25 @@
2727
"@coreui/coreui": "^3.4.0",
2828
"@coreui/icons": "^2.0.0-rc.0",
2929
"@coreui/icons-react": "^1.0.2",
30-
"@coreui/react": "^3.3.4",
30+
"@coreui/react": "^3.4.0",
3131
"@coreui/react-chartjs": "^1.0.1",
3232
"@coreui/utils": "^1.3.1",
3333
"classnames": "^2.2.6",
34-
"core-js": "^3.8.0",
34+
"core-js": "^3.8.1",
3535
"enzyme": "^3.11.0",
36-
"enzyme-adapter-react-16": "^1.15.5",
36+
"@wojtekmaj/enzyme-adapter-react-17": "^0.3.2",
3737
"node-sass": "^4.14.1",
3838
"prop-types": "^15.7.2",
39-
"react": "^16.14.0",
39+
"react": "^17.0.1",
4040
"react-app-polyfill": "^2.0.0",
41-
"react-dom": "^16.14.0",
41+
"react-dom": "^17.0.1",
4242
"react-redux": "^7.2.2",
4343
"react-router-dom": "^5.2.0",
4444
"redux": "4.0.5"
4545
},
4646
"devDependencies": {
4747
"auto-changelog": "~2.2.1",
48-
"react-scripts": "~4.0.1"
48+
"react-scripts": "^4.0.1"
4949
},
5050
"scripts": {
5151
"start": "react-scripts start",

0 commit comments

Comments
 (0)