Skip to content

Commit 6815481

Browse files
committed
chore: update dependencies and devDependencies
@rollup/plugin-commonjs ^25.0.7 → ^26.0.1 @testing-library/jest-dom ^6.4.2 → ^6.4.6 @testing-library/react ^14.2.2 → ^16.0.0 @types/react ^18.2.73 → ^18.3.3 @types/react-dom ^18.2.22 → ^18.3.0 react ^18.2.0 → ^18.3.1 react-dom ^18.2.0 → ^18.3.1 rollup ^4.13.1 → ^4.18.1 ts-jest ^29.1.2 → ^29.2.2 typescript ^5.4.3 → ^5.5.3
1 parent bcbe37d commit 6815481

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,23 @@
3737
"test:update": "jest --coverage --updateSnapshot"
3838
},
3939
"devDependencies": {
40-
"@rollup/plugin-commonjs": "^25.0.7",
40+
"@rollup/plugin-commonjs": "^26.0.1",
4141
"@rollup/plugin-node-resolve": "^15.2.3",
4242
"@rollup/plugin-typescript": "^11.1.6",
43-
"@testing-library/jest-dom": "^6.4.2",
44-
"@testing-library/react": "^14.2.2",
45-
"@types/react": "^18.2.73",
46-
"@types/react-dom": "^18.2.22",
43+
"@testing-library/jest-dom": "^6.4.6",
44+
"@testing-library/react": "^16.0.0",
45+
"@types/react": "^18.3.3",
46+
"@types/react-dom": "^18.3.0",
4747
"classnames": "^2.5.1",
4848
"jest": "^29.7.0",
4949
"jest-environment-jsdom": "^29.7.0",
5050
"prop-types": "^15.8.1",
51-
"react": "^18.2.0",
52-
"react-dom": "^18.2.0",
53-
"rollup": "^4.13.1",
51+
"react": "^18.3.1",
52+
"react-dom": "^18.3.1",
53+
"rollup": "^4.18.1",
5454
"rollup-plugin-import-css": "^3.5.0",
55-
"ts-jest": "^29.1.2",
56-
"typescript": "^5.4.3"
55+
"ts-jest": "^29.2.2",
56+
"typescript": "^5.5.3"
5757
},
5858
"peerDependencies": {
5959
"react": ">=17",

0 commit comments

Comments
 (0)