Skip to content

Commit 29984fc

Browse files
committed
chore: update dependencies and devDependencies
1 parent f689c07 commit 29984fc

File tree

2 files changed

+1159
-1160
lines changed

2 files changed

+1159
-1160
lines changed

package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -26,35 +26,35 @@
2626
"url": "[email protected]:coreui/coreui-free-react-admin-template.git"
2727
},
2828
"dependencies": {
29-
"@coreui/chartjs": "next",
30-
"@coreui/coreui": "next",
29+
"@coreui/chartjs": "3.0.0",
30+
"@coreui/coreui": "4.0.0",
3131
"@coreui/icons": "^2.0.1",
32-
"@coreui/icons-react": "^1.1.0",
33-
"@coreui/react": "4.0.0-alpha.1",
34-
"@coreui/react-chartjs": "next",
32+
"@coreui/icons-react": "^2.0.0-rc.0",
33+
"@coreui/react": "4.0.0-beta.2",
34+
"@coreui/react-chartjs": "2.0.0-rc.0",
3535
"@coreui/utils": "^1.3.1",
36-
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.1",
37-
"chart.js": "^3.1.0",
36+
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.2",
37+
"chart.js": "^3.4.1",
3838
"classnames": "^2.3.1",
39-
"core-js": "^3.10.1",
39+
"core-js": "^3.15.2",
4040
"enzyme": "^3.11.0",
4141
"prop-types": "^15.7.2",
4242
"react": "^17.0.2",
4343
"react-app-polyfill": "^2.0.0",
4444
"react-dom": "^17.0.2",
45-
"react-redux": "^7.2.3",
45+
"react-redux": "^7.2.4",
4646
"react-router-dom": "^5.2.0",
47-
"redux": "4.0.5",
48-
"simplebar-react": "^2.3.3"
47+
"redux": "4.1.0",
48+
"simplebar-react": "^2.3.4"
4949
},
5050
"devDependencies": {
51-
"auto-changelog": "~2.2.1",
52-
"eslint": "^7.27.0",
51+
"auto-changelog": "~2.3.0",
52+
"eslint": "^7.30.0",
5353
"eslint-config-prettier": "^8.3.0",
54-
"eslint-plugin-prettier": "^3.3.1",
55-
"prettier": "2.2.1",
54+
"eslint-plugin-prettier": "^3.4.0",
55+
"prettier": "2.3.2",
5656
"react-scripts": "^4.0.3",
57-
"sass": "^1.34.0"
57+
"sass": "^1.35.1"
5858
},
5959
"scripts": {
6060
"start": "react-scripts start",

0 commit comments

Comments
 (0)