Skip to content

Commit 3c2988a

Browse files
committed
chore: update dependencies and devDependencies
@rollup/plugin-commonjs ^25.0.2 → ^25.0.7 @rollup/plugin-node-resolve ^15.1.0 → ^15.2.3 @rollup/plugin-typescript ^11.1.2 → ^11.1.5 @testing-library/jest-dom ^5.16.5 → ^5.17.0 @types/react 18.2.14 → 18.2.30 @types/react-dom ^18.2.6 → ^18.2.14 @types/react-transition-group ^4.4.6 → ^4.4.8 jest ^29.6.0 → ^29.7.0 jest-environment-jsdom ^29.6.0 → ^29.7.0 rollup ^3.26.1 → ^3.29.4 tslib ^2.6.0 → ^2.6.2 typescript ^5.1.6 → ^5.2.2
1 parent e776e58 commit 3c2988a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

packages/coreui-react/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,29 +38,29 @@
3838
},
3939
"devDependencies": {
4040
"@popperjs/core": "^2.11.8",
41-
"@rollup/plugin-commonjs": "^25.0.2",
42-
"@rollup/plugin-node-resolve": "^15.1.0",
43-
"@rollup/plugin-typescript": "^11.1.2",
44-
"@testing-library/jest-dom": "^5.16.5",
41+
"@rollup/plugin-commonjs": "^25.0.7",
42+
"@rollup/plugin-node-resolve": "^15.2.3",
43+
"@rollup/plugin-typescript": "^11.1.5",
44+
"@testing-library/jest-dom": "^5.17.0",
4545
"@testing-library/react": "^14.0.0",
46-
"@types/react": "18.2.14",
47-
"@types/react-dom": "^18.2.6",
48-
"@types/react-transition-group": "^4.4.6",
46+
"@types/react": "18.2.30",
47+
"@types/react-dom": "^18.2.14",
48+
"@types/react-transition-group": "^4.4.8",
4949
"classnames": "^2.3.2",
50-
"jest": "^29.6.0",
51-
"jest-environment-jsdom": "^29.6.0",
50+
"jest": "^29.7.0",
51+
"jest-environment-jsdom": "^29.7.0",
5252
"prop-types": "^15.8.1",
5353
"react": "^18.2.0",
5454
"react-dom": "^18.2.0",
5555
"react-popper": "^2.3.0",
5656
"react-transition-group": "^4.4.5",
57-
"rollup": "^3.26.1",
57+
"rollup": "^3.29.4",
5858
"ts-jest": "^29.1.1",
59-
"tslib": "^2.6.0",
60-
"typescript": "^5.1.6"
59+
"tslib": "^2.6.2",
60+
"typescript": "^5.2.2"
6161
},
6262
"peerDependencies": {
63-
"@coreui/coreui": "^5.0.0-alpha.2",
63+
"@coreui/coreui": "^5.0.0-alpha.3",
6464
"react": ">=17",
6565
"react-dom": ">=17"
6666
}

0 commit comments

Comments
 (0)