Skip to content

Commit 26982f8

Browse files
committed
chore: update dependencies and devDependencies
@coreui/coreui 4.3.0-beta.0 → ^5.0.0-alpha.2 @coreui/icons-react ^2.1.0 → ^2.2.1 @coreui/react ^4.9.0-beta.2 → ^5.0.0-alpha.1 @testing-library/jest-dom ^5.16.5 → ^5.17.0 @testing-library/user-event ^14.4.3 → ^14.5.0 core-js ^3.31.0 → ^3.32.2 eslint-config-prettier ^8.8.0 → ^8.10.0 react-redux ^8.1.1 → ^8.1.2 react-router-dom ^6.14.0 → ^6.16.0 sass ^1.63.6 → ^1.67.0 web-vitals ^3.3.2 → ^3.4.0
1 parent a1e9db0 commit 26982f8

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -23,34 +23,34 @@
2323
},
2424
"dependencies": {
2525
"@coreui/chartjs": "^3.1.2",
26-
"@coreui/coreui": "4.3.0-beta.0",
26+
"@coreui/coreui": "^5.0.0-alpha.2",
2727
"@coreui/icons": "^3.0.1",
28-
"@coreui/icons-react": "^2.1.0",
29-
"@coreui/react": "^4.9.0-beta.2",
28+
"@coreui/icons-react": "^2.2.1",
29+
"@coreui/react": "^5.0.0-alpha.1",
3030
"@coreui/react-chartjs": "^2.1.3",
3131
"@coreui/utils": "^2.0.2",
3232
"chart.js": "^3.9.1",
3333
"classnames": "^2.3.2",
34-
"core-js": "^3.31.0",
34+
"core-js": "^3.32.2",
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.1.1",
40-
"react-router-dom": "^6.14.0",
39+
"react-redux": "^8.1.2",
40+
"react-router-dom": "^6.16.0",
4141
"redux": "4.2.1",
4242
"simplebar-react": "^3.2.4"
4343
},
4444
"devDependencies": {
45-
"@testing-library/jest-dom": "^5.16.5",
45+
"@testing-library/jest-dom": "^5.17.0",
4646
"@testing-library/react": "^14.0.0",
47-
"@testing-library/user-event": "^14.4.3",
48-
"eslint-config-prettier": "^8.8.0",
47+
"@testing-library/user-event": "^14.5.0",
48+
"eslint-config-prettier": "^8.10.0",
4949
"eslint-plugin-prettier": "^4.2.1",
5050
"prettier": "2.8.8",
5151
"react-scripts": "5.0.1",
52-
"sass": "^1.63.6",
53-
"web-vitals": "^3.3.2"
52+
"sass": "^1.67.0",
53+
"web-vitals": "^3.4.0"
5454
},
5555
"engines": {
5656
"node": ">=10",

0 commit comments

Comments
 (0)