Skip to content

Commit 3d185ed

Browse files
committed
chore: update dependencies and devDependncies
@testing-library/jest-dom ^6.1.4 → ^6.1.5 @testing-library/react ^14.1.0 → ^14.1.2 @types/jest ^29.5.8 → ^29.5.11 @types/react 18.2.37 → 18.2.45 @types/react-dom ^18.2.15 → ^18.2.18 @types/react-transition-group ^4.4.9 → ^4.4.10 rollup ^4.4.1 → ^4.9.1 typescript ^5.2.2 → ^5.3.3
1 parent 5933e4b commit 3d185ed

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

packages/coreui-react/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -49,23 +49,23 @@
4949
"@rollup/plugin-commonjs": "^25.0.7",
5050
"@rollup/plugin-node-resolve": "^15.2.3",
5151
"@rollup/plugin-typescript": "^11.1.5",
52-
"@testing-library/jest-dom": "^6.1.4",
53-
"@testing-library/react": "^14.1.0",
54-
"@types/jest": "^29.5.8",
55-
"@types/react": "18.2.37",
56-
"@types/react-dom": "^18.2.15",
57-
"@types/react-transition-group": "^4.4.9",
52+
"@testing-library/jest-dom": "^6.1.5",
53+
"@testing-library/react": "^14.1.2",
54+
"@types/jest": "^29.5.11",
55+
"@types/react": "18.2.45",
56+
"@types/react-dom": "^18.2.18",
57+
"@types/react-transition-group": "^4.4.10",
5858
"classnames": "^2.3.2",
5959
"cross-env": "^7.0.3",
6060
"jest": "^29.7.0",
6161
"jest-environment-jsdom": "^29.7.0",
6262
"react": "^18.2.0",
6363
"react-dom": "^18.2.0",
6464
"react-transition-group": "^4.4.5",
65-
"rollup": "^4.4.1",
65+
"rollup": "^4.9.1",
6666
"ts-jest": "^29.1.1",
6767
"tslib": "^2.6.2",
68-
"typescript": "^5.2.2"
68+
"typescript": "^5.3.3"
6969
},
7070
"peerDependencies": {
7171
"react": ">=17",

0 commit comments

Comments
 (0)