Skip to content

Commit 0040307

Browse files
committed
chore: update dependencies and devDependencies
@coreui/chartjs ^4.0.0-beta.1 → ^4.0.0-rc.0 @coreui/coreui ^5.0.0-beta.2 → ^5.0.0-rc.0 @coreui/react ^5.0.0-beta.1 → ^5.0.0-rc.0 @coreui/react-chartjs ^3.0.0-beta.0 → ^3.0.0-rc.0 @testing-library/jest-dom ^5.17.0 → ^6.1.4 eslint-config-prettier ^8.10.0 → ^9.0.0 eslint-plugin-prettier ^4.2.1 → ^5.0.1 prettier 2.8.8 → 3.1.0
1 parent f8d4f9f commit 0040307

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"test:debug": "react-scripts --inspect-brk test --runInBand"
2323
},
2424
"dependencies": {
25-
"@coreui/chartjs": "^4.0.0-beta.1",
26-
"@coreui/coreui": "^5.0.0-beta.2",
25+
"@coreui/chartjs": "^4.0.0-rc.0",
26+
"@coreui/coreui": "^5.0.0-rc.0",
2727
"@coreui/icons": "^3.0.1",
2828
"@coreui/icons-react": "^2.2.1",
29-
"@coreui/react": "^5.0.0-beta.1",
30-
"@coreui/react-chartjs": "^3.0.0-beta.0",
29+
"@coreui/react": "^5.0.0-rc.0",
30+
"@coreui/react-chartjs": "^3.0.0-rc.0",
3131
"@coreui/utils": "^2.0.2",
3232
"@popperjs/core": "^2.11.8",
3333
"chart.js": "^4.4.0",
@@ -43,12 +43,13 @@
4343
"simplebar-react": "^3.2.4"
4444
},
4545
"devDependencies": {
46-
"@testing-library/jest-dom": "^5.17.0",
46+
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
47+
"@testing-library/jest-dom": "^6.1.4",
4748
"@testing-library/react": "^14.1.0",
4849
"@testing-library/user-event": "^14.5.1",
49-
"eslint-config-prettier": "^8.10.0",
50-
"eslint-plugin-prettier": "^4.2.1",
51-
"prettier": "2.8.8",
50+
"eslint-config-prettier": "^9.0.0",
51+
"eslint-plugin-prettier": "^5.0.1",
52+
"prettier": "3.1.0",
5253
"react-scripts": "5.0.1",
5354
"sass": "^1.69.5",
5455
"web-vitals": "^3.5.0"

0 commit comments

Comments
 (0)