Skip to content

Commit deb1b6b

Browse files
committed
chore: update dependencies and devDependencies
@coreui/chartjs ^4.0.0-beta.0 → ^4.0.0-rc.0 @testing-library/react ^14.0.0 → ^14.1.0 @types/lodash ^4.14.200 → ^4.14.201 @types/react 18.2.33 → 18.2.37 @types/react-dom ^18.2.14 → ^18.2.15 rollup ^4.1.5 → ^4.4.1
1 parent 8ae2881 commit deb1b6b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@
4040
"test:update": "jest --coverage --updateSnapshot"
4141
},
4242
"dependencies": {
43-
"@coreui/chartjs": "^4.0.0-beta.0",
43+
"@coreui/chartjs": "^4.0.0-rc.0",
4444
"chart.js": "^4.4.0"
4545
},
4646
"devDependencies": {
4747
"@rollup/plugin-commonjs": "^25.0.7",
4848
"@rollup/plugin-node-resolve": "^15.2.3",
4949
"@rollup/plugin-typescript": "^11.1.5",
5050
"@testing-library/jest-dom": "^6.1.4",
51-
"@testing-library/react": "^14.0.0",
52-
"@types/lodash": "^4.14.200",
53-
"@types/react": "18.2.33",
54-
"@types/react-dom": "^18.2.14",
51+
"@testing-library/react": "^14.1.0",
52+
"@types/lodash": "^4.14.201",
53+
"@types/react": "18.2.37",
54+
"@types/react-dom": "^18.2.15",
5555
"classnames": "^2.3.2",
5656
"jest": "^29.7.0",
5757
"jest-canvas-mock": "^2.5.2",
@@ -60,7 +60,7 @@
6060
"prop-types": "^15.8.1",
6161
"react": "^18.2.0",
6262
"react-dom": "^18.2.0",
63-
"rollup": "^4.1.5",
63+
"rollup": "^4.4.1",
6464
"ts-jest": "^29.1.1",
6565
"typescript": "^5.2.2"
6666
},

0 commit comments

Comments
 (0)