Skip to content

Commit 8b59686

Browse files
committed
chore: update dependencies and devDependencies
@coreui/chartjs ^3.1.1 → ^3.1.2 @coreui/react ^4.6.0 → ^4.8.0 @coreui/react-chartjs ^2.1.2 → ^2.1.3 @coreui/utils ^2.0.1 → ^2.0.2 core-js ^3.29.0 → ^3.31.0 eslint-config-prettier ^8.7.0 → ^8.8.0 prettier 2.8.4 → 2.8.8 react-redux ^8.0.5 → ^8.1.1 react-router-dom ^6.8.2 → ^6.14.0 sass ^1.58.3 → ^1.63.6 web-vitals ^3.1.1 → ^3.3.2
1 parent 0878d75 commit 8b59686

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,35 +22,35 @@
2222
"test:debug": "react-scripts --inspect-brk test --runInBand"
2323
},
2424
"dependencies": {
25-
"@coreui/chartjs": "^3.1.1",
25+
"@coreui/chartjs": "^3.1.2",
2626
"@coreui/coreui": "^4.2.6",
2727
"@coreui/icons": "^3.0.1",
2828
"@coreui/icons-react": "^2.1.0",
29-
"@coreui/react": "^4.6.0",
30-
"@coreui/react-chartjs": "^2.1.2",
31-
"@coreui/utils": "^2.0.1",
29+
"@coreui/react": "^4.9.0-rc.0",
30+
"@coreui/react-chartjs": "^2.1.3",
31+
"@coreui/utils": "^2.0.2",
3232
"chart.js": "^3.9.1",
3333
"classnames": "^2.3.2",
34-
"core-js": "^3.29.0",
34+
"core-js": "^3.31.0",
3535
"prop-types": "^15.8.1",
3636
"react": "^18.2.0",
3737
"react-app-polyfill": "^3.0.0",
3838
"react-dom": "^18.2.0",
39-
"react-redux": "^8.0.5",
40-
"react-router-dom": "^6.8.2",
39+
"react-redux": "^8.1.1",
40+
"react-router-dom": "^6.14.0",
4141
"redux": "4.2.1",
4242
"simplebar-react": "^2.4.3"
4343
},
4444
"devDependencies": {
4545
"@testing-library/jest-dom": "^5.16.5",
4646
"@testing-library/react": "^14.0.0",
4747
"@testing-library/user-event": "^14.4.3",
48-
"eslint-config-prettier": "^8.7.0",
48+
"eslint-config-prettier": "^8.8.0",
4949
"eslint-plugin-prettier": "^4.2.1",
50-
"prettier": "2.8.4",
50+
"prettier": "2.8.8",
5151
"react-scripts": "5.0.1",
52-
"sass": "^1.58.3",
53-
"web-vitals": "^3.1.1"
52+
"sass": "^1.63.6",
53+
"web-vitals": "^3.3.2"
5454
},
5555
"engines": {
5656
"node": ">=10",

0 commit comments

Comments
 (0)