Skip to content

Commit 5c7720a

Browse files
committed
chore: update dependencies and devDependencies
@coreui/coreui ^5.0.0-rc.0 → ^5.0.0-rc.1 @testing-library/react ^14.1.0 → ^14.1.2 core-js ^3.33.2 → ^3.33.3 react-router-dom ^6.18.0 → ^6.20.0
1 parent cf60635 commit 5c7720a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@coreui/chartjs": "^4.0.0-rc.0",
26-
"@coreui/coreui": "^5.0.0-rc.0",
26+
"@coreui/coreui": "^5.0.0-rc.1",
2727
"@coreui/icons": "^3.0.1",
2828
"@coreui/icons-react": "^2.2.1",
2929
"@coreui/react": "^5.0.0-rc.0",
@@ -32,20 +32,20 @@
3232
"@popperjs/core": "^2.11.8",
3333
"chart.js": "^4.4.0",
3434
"classnames": "^2.3.2",
35-
"core-js": "^3.33.2",
35+
"core-js": "^3.33.3",
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.18.0",
41+
"react-router-dom": "^6.20.0",
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",
4747
"@testing-library/jest-dom": "^6.1.4",
48-
"@testing-library/react": "^14.1.0",
48+
"@testing-library/react": "^14.1.2",
4949
"@testing-library/user-event": "^14.5.1",
5050
"eslint-config-prettier": "^9.0.0",
5151
"eslint-plugin-prettier": "^5.0.1",

0 commit comments

Comments
 (0)