Skip to content

Commit 620fb22

Browse files
committed
chore: update dependencies and devDependencies
@coreui/chartjs ^3.1.2 → ^4.0.0-beta.0 @coreui/coreui ^5.0.0-alpha.2 → ^5.0.0-beta.0 @coreui/react ^5.0.0-alpha.1 → ^5.0.0-beta.0 @coreui/react-chartjs ^2.1.3 → ^5.0.0-beta.0 @testing-library/user-event ^14.5.0 → ^14.5.1 chart.js ^3.9.1 → ^4.4.0 core-js ^3.32.2 → ^3.33.1 react-redux ^8.1.2 → ^8.1.3 react-router-dom ^6.16.0 → ^6.17.0 sass ^1.67.0 → ^1.69.5 web-vitals ^3.4.0 → ^3.5.0
1 parent a41187b commit 620fb22

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

package.json

+12-11
Original file line numberDiff line numberDiff line change
@@ -22,35 +22,36 @@
2222
"test:debug": "react-scripts --inspect-brk test --runInBand"
2323
},
2424
"dependencies": {
25-
"@coreui/chartjs": "^3.1.2",
26-
"@coreui/coreui": "^5.0.0-alpha.2",
25+
"@coreui/chartjs": "^4.0.0-beta.0",
26+
"@coreui/coreui": "^5.0.0-beta.0",
2727
"@coreui/icons": "^3.0.1",
2828
"@coreui/icons-react": "^2.2.1",
29-
"@coreui/react": "^5.0.0-alpha.1",
30-
"@coreui/react-chartjs": "^2.1.3",
29+
"@coreui/react": "^5.0.0-beta.0",
30+
"@coreui/react-chartjs": "^3.0.0-beta.0",
3131
"@coreui/utils": "^2.0.2",
32-
"chart.js": "^3.9.1",
32+
"@popperjs/core": "^2.11.8",
33+
"chart.js": "^4.4.0",
3334
"classnames": "^2.3.2",
34-
"core-js": "^3.32.2",
35+
"core-js": "^3.33.1",
3536
"prop-types": "^15.8.1",
3637
"react": "^18.2.0",
3738
"react-app-polyfill": "^3.0.0",
3839
"react-dom": "^18.2.0",
39-
"react-redux": "^8.1.2",
40-
"react-router-dom": "^6.16.0",
40+
"react-redux": "^8.1.3",
41+
"react-router-dom": "^6.17.0",
4142
"redux": "4.2.1",
4243
"simplebar-react": "^3.2.4"
4344
},
4445
"devDependencies": {
4546
"@testing-library/jest-dom": "^5.17.0",
4647
"@testing-library/react": "^14.0.0",
47-
"@testing-library/user-event": "^14.5.0",
48+
"@testing-library/user-event": "^14.5.1",
4849
"eslint-config-prettier": "^8.10.0",
4950
"eslint-plugin-prettier": "^4.2.1",
5051
"prettier": "2.8.8",
5152
"react-scripts": "5.0.1",
52-
"sass": "^1.67.0",
53-
"web-vitals": "^3.4.0"
53+
"sass": "^1.69.5",
54+
"web-vitals": "^3.5.0"
5455
},
5556
"engines": {
5657
"node": ">=10",

0 commit comments

Comments
 (0)