Skip to content

Commit c416d0b

Browse files
committed
chore: update dependencies and devDependencies
1 parent e017fda commit c416d0b

File tree

2 files changed

+3975
-6796
lines changed

2 files changed

+3975
-6796
lines changed

package.json

+18-17
Original file line numberDiff line numberDiff line change
@@ -29,34 +29,35 @@
2929
},
3030
"dependencies": {
3131
"@coreui/chartjs": "^3.0.0",
32-
"@coreui/coreui": "^4.1.0",
32+
"@coreui/coreui": "^4.1.2",
3333
"@coreui/icons": "^2.1.0",
34-
"@coreui/icons-react": "^2.0.0",
35-
"@coreui/react": "^4.1.0",
36-
"@coreui/react-chartjs": "^2.0.0",
34+
"@coreui/icons-react": "^2.0.1",
35+
"@coreui/react": "^4.1.2",
36+
"@coreui/react-chartjs": "^2.0.3",
3737
"@coreui/utils": "^1.3.1",
38-
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.5",
39-
"chart.js": "^3.6.0",
38+
"chart.js": "^3.7.1",
4039
"classnames": "^2.3.1",
41-
"core-js": "^3.19.1",
42-
"enzyme": "^3.11.0",
43-
"prop-types": "^15.7.2",
40+
"core-js": "^3.21.1",
41+
"prop-types": "^15.8.1",
4442
"react": "^17.0.2",
45-
"react-app-polyfill": "^2.0.0",
43+
"react-app-polyfill": "^3.0.0",
4644
"react-dom": "^17.0.2",
4745
"react-redux": "^7.2.6",
48-
"react-router-dom": "^6.2.1",
46+
"react-router-dom": "^6.2.2",
4947
"redux": "4.1.2",
5048
"simplebar-react": "^2.3.6"
5149
},
5250
"devDependencies": {
53-
"auto-changelog": "~2.3.0",
54-
"eslint": "^7.32.0",
55-
"eslint-config-prettier": "^8.3.0",
51+
"@testing-library/jest-dom": "^5.16.2",
52+
"@testing-library/react": "^12.1.3",
53+
"@testing-library/user-event": "^13.5.0",
54+
"auto-changelog": "~2.4.0",
55+
"eslint-config-prettier": "^8.5.0",
5656
"eslint-plugin-prettier": "^4.0.0",
57-
"prettier": "2.5.0",
58-
"react-scripts": "^4.0.3",
59-
"sass": "^1.43.5"
57+
"prettier": "2.5.1",
58+
"react-scripts": "5.0.0",
59+
"sass": "^1.49.9",
60+
"web-vitals": "^2.1.4"
6061
},
6162
"engines": {
6263
"node": ">=10",

0 commit comments

Comments
 (0)