Skip to content

Commit 9fbab55

Browse files
committed
chore: update dependencies and devDependencies
@types/react 18.2.11 → 18.2.12 @types/react-dom ^18.2.4 → ^18.2.5 rollup ^3.25.0 → ^3.25.1
1 parent 0310385 commit 9fbab55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/coreui-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"@rollup/plugin-typescript": "^11.1.1",
4444
"@testing-library/jest-dom": "^5.16.5",
4545
"@testing-library/react": "^14.0.0",
46-
"@types/react": "18.2.11",
47-
"@types/react-dom": "^18.2.4",
46+
"@types/react": "18.2.12",
47+
"@types/react-dom": "^18.2.5",
4848
"@types/react-transition-group": "^4.4.6",
4949
"classnames": "^2.3.2",
5050
"jest": "^29.5.0",
@@ -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.25.0",
57+
"rollup": "^3.25.1",
5858
"tslib": "^2.5.3",
5959
"ts-jest": "^29.1.0",
6060
"typescript": "^4.9.5"

0 commit comments

Comments
 (0)