Skip to content

Commit 3518e4a

Browse files
committed
chore: update dependencies and devDepenencies
@testing-library/jest-dom ^5.17.0 → ^6.1.4 @types/react 18.2.30 → 18.2.33 rollup ^3.29.4 → ^4.1.4
1 parent 1c15b39 commit 3518e4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/coreui-react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
"@rollup/plugin-commonjs": "^25.0.7",
4242
"@rollup/plugin-node-resolve": "^15.2.3",
4343
"@rollup/plugin-typescript": "^11.1.5",
44-
"@testing-library/jest-dom": "^5.17.0",
44+
"@testing-library/jest-dom": "^6.1.4",
4545
"@testing-library/react": "^14.0.0",
46-
"@types/react": "18.2.30",
46+
"@types/react": "18.2.33",
4747
"@types/react-dom": "^18.2.14",
4848
"@types/react-transition-group": "^4.4.8",
4949
"classnames": "^2.3.2",
@@ -54,7 +54,7 @@
5454
"react-dom": "^18.2.0",
5555
"react-popper": "^2.3.0",
5656
"react-transition-group": "^4.4.5",
57-
"rollup": "^3.29.4",
57+
"rollup": "^4.1.4",
5858
"ts-jest": "^29.1.1",
5959
"tslib": "^2.6.2",
6060
"typescript": "^5.2.2"

0 commit comments

Comments
 (0)