Skip to content

Commit f976f8d

Browse files
committed
chore: update dependencies and devDependencies
@rollup/plugin-commonjs ^24.0.1 → ^25.0.0 @rollup/plugin-node-resolve ^15.0.1 → ^15.0.2 @rollup/plugin-typescript ^11.0.0 → ^11.1.1 @types/lodash ^4.14.191 → ^4.14.194 @types/react 18.0.28 → 18.2.6 @types/react-dom ^18.0.11 → ^18.2.4 jest-canvas-mock ^2.4.0 → ^2.5.0 rollup ^3.19.1 → ^3.21.7 ts-jest ^29.0.5 → ^29.1.0
1 parent 50682b5 commit f976f8d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,24 +44,24 @@
4444
"chart.js": "3.9.1"
4545
},
4646
"devDependencies": {
47-
"@rollup/plugin-commonjs": "^24.0.1",
48-
"@rollup/plugin-node-resolve": "^15.0.1",
49-
"@rollup/plugin-typescript": "^11.0.0",
47+
"@rollup/plugin-commonjs": "^25.0.0",
48+
"@rollup/plugin-node-resolve": "^15.0.2",
49+
"@rollup/plugin-typescript": "^11.1.1",
5050
"@testing-library/jest-dom": "^5.16.5",
5151
"@testing-library/react": "^14.0.0",
52-
"@types/lodash": "^4.14.191",
53-
"@types/react": "18.0.28",
54-
"@types/react-dom": "^18.0.11",
52+
"@types/lodash": "^4.14.194",
53+
"@types/react": "18.2.6",
54+
"@types/react-dom": "^18.2.4",
5555
"classnames": "^2.3.2",
5656
"jest": "^29.5.0",
57-
"jest-canvas-mock": "^2.4.0",
57+
"jest-canvas-mock": "^2.5.0",
5858
"jest-environment-jsdom": "^29.5.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": "^3.19.1",
64-
"ts-jest": "^29.0.5",
63+
"rollup": "^3.21.7",
64+
"ts-jest": "^29.1.0",
6565
"typescript": "^4.9.5"
6666
},
6767
"peerDependencies": {

0 commit comments

Comments
 (0)