Skip to content

Commit aa6d363

Browse files
committed
chore: update dependencies and devDependencies
@coreui/coreui ^5.0.0-rc.1 → ^5.0.0-rc-2 @coreui/react ^5.0.0-rc.0 → ^5.0.0-rc.2 @testing-library/jest-dom ^6.1.4 → ^6.4.2 @testing-library/react ^14.1.2 → ^14.2.1 @testing-library/user-event ^14.5.1 → ^14.5.2 chart.js ^4.4.0 → ^4.4.2 classnames ^2.3.2 → ^2.5.1 core-js ^3.33.3 → ^3.36.0 eslint-config-prettier ^9.0.0 → ^9.1.0 eslint-plugin-prettier ^5.0.1 → ^5.1.3 prettier 3.1.0 → 3.2.5 react-router-dom ^6.20.0 → ^6.22.3 sass ^1.69.5 → ^1.71.1 web-vitals ^3.5.0 → ^3.5.2
1 parent ef4b3f0 commit aa6d363

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

Diff for: package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -23,36 +23,36 @@
2323
},
2424
"dependencies": {
2525
"@coreui/chartjs": "^4.0.0-rc.0",
26-
"@coreui/coreui": "^5.0.0-rc.1",
26+
"@coreui/coreui": "^5.0.0-rc-2",
2727
"@coreui/icons": "^3.0.1",
2828
"@coreui/icons-react": "^2.2.1",
29-
"@coreui/react": "^5.0.0-rc.0",
29+
"@coreui/react": "^5.0.0-rc.2",
3030
"@coreui/react-chartjs": "^3.0.0-rc.0",
3131
"@coreui/utils": "^2.0.2",
3232
"@popperjs/core": "^2.11.8",
33-
"chart.js": "^4.4.0",
34-
"classnames": "^2.3.2",
35-
"core-js": "^3.33.3",
33+
"chart.js": "^4.4.2",
34+
"classnames": "^2.5.1",
35+
"core-js": "^3.36.0",
3636
"prop-types": "^15.8.1",
3737
"react": "^18.2.0",
3838
"react-app-polyfill": "^3.0.0",
3939
"react-dom": "^18.2.0",
4040
"react-redux": "^8.1.3",
41-
"react-router-dom": "^6.20.0",
41+
"react-router-dom": "^6.22.3",
4242
"redux": "4.2.1",
4343
"simplebar-react": "^3.2.4"
4444
},
4545
"devDependencies": {
4646
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
47-
"@testing-library/jest-dom": "^6.1.4",
48-
"@testing-library/react": "^14.1.2",
49-
"@testing-library/user-event": "^14.5.1",
50-
"eslint-config-prettier": "^9.0.0",
51-
"eslint-plugin-prettier": "^5.0.1",
52-
"prettier": "3.1.0",
47+
"@testing-library/jest-dom": "^6.4.2",
48+
"@testing-library/react": "^14.2.1",
49+
"@testing-library/user-event": "^14.5.2",
50+
"eslint-config-prettier": "^9.1.0",
51+
"eslint-plugin-prettier": "^5.1.3",
52+
"prettier": "3.2.5",
5353
"react-scripts": "5.0.1",
54-
"sass": "^1.69.5",
55-
"web-vitals": "^3.5.0"
54+
"sass": "^1.71.1",
55+
"web-vitals": "^3.5.2"
5656
},
5757
"engines": {
5858
"node": ">=10",

0 commit comments

Comments
 (0)