Skip to content

Commit d4a86d6

Browse files
committed
chore: update dependencies and devDependencies
@rollup/plugin-commonjs ^25.0.7 → ^25.0.8 @rollup/plugin-node-resolve ^15.2.3 → ^15.3.1 @testing-library/jest-dom ^6.4.2 → ^6.6.3 @testing-library/react ^14.2.2 → ^14.3.1 @types/lodash ^4.17.0 → ^4.17.13 @types/react 18.2.73 → 18.3.18 @types/react-dom ^18.2.22 → ^18.3.5 chart.js ^4.4.2 → ^4.4.7 react ^18.2.0 → ^18.3.1 react-dom ^18.2.0 → ^18.3.1 rollup ^4.13.1 → ^4.29.1 ts-jest ^29.1.2 → ^29.2.5 typescript ^5.4.3 → ^5.7.2
1 parent c607771 commit d4a86d6

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,28 +41,28 @@
4141
},
4242
"dependencies": {
4343
"@coreui/chartjs": "^4.0.0",
44-
"chart.js": "^4.4.2"
44+
"chart.js": "^4.4.7"
4545
},
4646
"devDependencies": {
47-
"@rollup/plugin-commonjs": "^25.0.7",
48-
"@rollup/plugin-node-resolve": "^15.2.3",
47+
"@rollup/plugin-commonjs": "^25.0.8",
48+
"@rollup/plugin-node-resolve": "^15.3.1",
4949
"@rollup/plugin-typescript": "^11.1.6",
50-
"@testing-library/jest-dom": "^6.4.2",
51-
"@testing-library/react": "^14.2.2",
52-
"@types/lodash": "^4.17.0",
53-
"@types/react": "18.2.73",
54-
"@types/react-dom": "^18.2.22",
50+
"@testing-library/jest-dom": "^6.6.3",
51+
"@testing-library/react": "^14.3.1",
52+
"@types/lodash": "^4.17.13",
53+
"@types/react": "18.3.18",
54+
"@types/react-dom": "^18.3.5",
5555
"classnames": "^2.5.1",
5656
"jest": "^29.7.0",
5757
"jest-canvas-mock": "^2.5.2",
5858
"jest-environment-jsdom": "^29.7.0",
5959
"lodash": "^4.17.21",
6060
"prop-types": "^15.8.1",
61-
"react": "^18.2.0",
62-
"react-dom": "^18.2.0",
63-
"rollup": "^4.13.1",
64-
"ts-jest": "^29.1.2",
65-
"typescript": "^5.4.3"
61+
"react": "^18.3.1",
62+
"react-dom": "^18.3.1",
63+
"rollup": "^4.29.1",
64+
"ts-jest": "^29.2.5",
65+
"typescript": "^5.7.2"
6666
},
6767
"peerDependencies": {
6868
"react": ">=17",

0 commit comments

Comments
 (0)