Skip to content

Commit 41c5ac7

Browse files
committed
chore: update dependencies and devDependencies
@rollup/plugin-commonjs ^24.0.1 → ^25.0.1 @rollup/plugin-node-resolve ^15.0.1 → ^15.1.0 @rollup/plugin-typescript ^11.0.0 → ^11.1.1 @types/react ^18.0.28 → ^18.2.11 @types/react-dom ^18.0.11 → ^18.2.4 rollup ^3.19.1 → ^3.25.0 ts-jest ^29.0.5 → ^29.1.0
1 parent 1dae358 commit 41c5ac7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,22 @@
3737
"test:update": "jest --coverage --updateSnapshot"
3838
},
3939
"devDependencies": {
40-
"@rollup/plugin-commonjs": "^24.0.1",
41-
"@rollup/plugin-node-resolve": "^15.0.1",
42-
"@rollup/plugin-typescript": "^11.0.0",
40+
"@rollup/plugin-commonjs": "^25.0.1",
41+
"@rollup/plugin-node-resolve": "^15.1.0",
42+
"@rollup/plugin-typescript": "^11.1.1",
4343
"@testing-library/jest-dom": "^5.16.5",
4444
"@testing-library/react": "^14.0.0",
45-
"@types/react": "^18.0.28",
46-
"@types/react-dom": "^18.0.11",
45+
"@types/react": "^18.2.11",
46+
"@types/react-dom": "^18.2.4",
4747
"classnames": "^2.3.2",
4848
"jest": "^29.5.0",
4949
"jest-environment-jsdom": "^29.5.0",
5050
"prop-types": "^15.8.1",
5151
"react": "^18.2.0",
5252
"react-dom": "^18.2.0",
53-
"rollup": "^3.19.1",
53+
"rollup": "^3.25.0",
5454
"rollup-plugin-import-css": "^3.2.1",
55-
"ts-jest": "^29.0.5",
55+
"ts-jest": "^29.1.0",
5656
"typescript": "^4.9.5"
5757
},
5858
"peerDependencies": {

0 commit comments

Comments
 (0)