Skip to content

Commit fe2c8a2

Browse files
committed
chore: update dependencies and devDependencies
@rollup/plugin-typescript ^11.1.5 → ^11.1.6 @testing-library/jest-dom ^6.1.4 → ^6.4.2 @testing-library/react ^14.1.0 → ^14.2.2 @types/lodash ^4.14.201 → ^4.17.0 @types/react 18.2.37 → 18.2.67 @types/react-dom ^18.2.15 → ^18.2.22 chart.js ^4.4.0 → ^4.4.2 classnames ^2.3.2 → ^2.5.1 rollup ^4.4.1 → ^4.13.0 ts-jest ^29.1.1 → ^29.1.2 typescript ^5.2.2 → ^5.4.3
1 parent d49b634 commit fe2c8a2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,28 +41,28 @@
4141
},
4242
"dependencies": {
4343
"@coreui/chartjs": "^4.0.0-rc.0",
44-
"chart.js": "^4.4.0"
44+
"chart.js": "^4.4.2"
4545
},
4646
"devDependencies": {
4747
"@rollup/plugin-commonjs": "^25.0.7",
4848
"@rollup/plugin-node-resolve": "^15.2.3",
49-
"@rollup/plugin-typescript": "^11.1.5",
50-
"@testing-library/jest-dom": "^6.1.4",
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",
55-
"classnames": "^2.3.2",
49+
"@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.67",
54+
"@types/react-dom": "^18.2.22",
55+
"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",
6161
"react": "^18.2.0",
6262
"react-dom": "^18.2.0",
63-
"rollup": "^4.4.1",
64-
"ts-jest": "^29.1.1",
65-
"typescript": "^5.2.2"
63+
"rollup": "^4.13.0",
64+
"ts-jest": "^29.1.2",
65+
"typescript": "^5.4.3"
6666
},
6767
"peerDependencies": {
6868
"react": ">=17",

0 commit comments

Comments
 (0)