Skip to content

Commit 433742d

Browse files
committed
chore: update dependencies and devDependencies
@coreui/chartjs ^4.0.0-rc.0 → ^4.0.0 @types/react 18.2.67 → 18.2.73 rollup ^4.13.0 → ^4.13.1
1 parent 1d65312 commit 433742d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"test:update": "jest --coverage --updateSnapshot"
4141
},
4242
"dependencies": {
43-
"@coreui/chartjs": "^4.0.0-rc.0",
43+
"@coreui/chartjs": "^4.0.0",
4444
"chart.js": "^4.4.2"
4545
},
4646
"devDependencies": {
@@ -50,7 +50,7 @@
5050
"@testing-library/jest-dom": "^6.4.2",
5151
"@testing-library/react": "^14.2.2",
5252
"@types/lodash": "^4.17.0",
53-
"@types/react": "18.2.67",
53+
"@types/react": "18.2.73",
5454
"@types/react-dom": "^18.2.22",
5555
"classnames": "^2.5.1",
5656
"jest": "^29.7.0",
@@ -60,7 +60,7 @@
6060
"prop-types": "^15.8.1",
6161
"react": "^18.2.0",
6262
"react-dom": "^18.2.0",
63-
"rollup": "^4.13.0",
63+
"rollup": "^4.13.1",
6464
"ts-jest": "^29.1.2",
6565
"typescript": "^5.4.3"
6666
},

0 commit comments

Comments
 (0)