Skip to content

Commit 274f5b9

Browse files
committed
chore: update dependencies and devDependencies
@rollup/plugin-commonjs ^25.0.1 → ^25.0.2 @rollup/plugin-typescript ^11.1.1 → ^11.1.2 @types/react 18.2.12 → 18.2.14 @types/react-dom ^18.2.5 → ^18.2.6 jest ^29.5.0 → ^29.6.0 jest-environment-jsdom ^29.5.0 → ^29.6.0 rollup ^3.25.1 → ^3.26.1 ts-jest ^29.1.0 → ^29.1.1 tslib ^2.5.3 → ^2.6.0 typescript ^4.9.5 → ^5.1.6
1 parent 51a3cae commit 274f5b9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

packages/coreui-react/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,26 +38,26 @@
3838
},
3939
"devDependencies": {
4040
"@popperjs/core": "^2.11.8",
41-
"@rollup/plugin-commonjs": "^25.0.1",
41+
"@rollup/plugin-commonjs": "^25.0.2",
4242
"@rollup/plugin-node-resolve": "^15.1.0",
43-
"@rollup/plugin-typescript": "^11.1.1",
43+
"@rollup/plugin-typescript": "^11.1.2",
4444
"@testing-library/jest-dom": "^5.16.5",
4545
"@testing-library/react": "^14.0.0",
46-
"@types/react": "18.2.12",
47-
"@types/react-dom": "^18.2.5",
46+
"@types/react": "18.2.14",
47+
"@types/react-dom": "^18.2.6",
4848
"@types/react-transition-group": "^4.4.6",
4949
"classnames": "^2.3.2",
50-
"jest": "^29.5.0",
51-
"jest-environment-jsdom": "^29.5.0",
50+
"jest": "^29.6.0",
51+
"jest-environment-jsdom": "^29.6.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.25.1",
58-
"ts-jest": "^29.1.0",
59-
"tslib": "^2.5.3",
60-
"typescript": "^4.9.5"
57+
"rollup": "^3.26.1",
58+
"ts-jest": "^29.1.1",
59+
"tslib": "^2.6.0",
60+
"typescript": "^5.1.6"
6161
},
6262
"peerDependencies": {
6363
"@coreui/coreui": "^5.0.0-alpha.0",

0 commit comments

Comments
 (0)