Skip to content

Commit 16d116b

Browse files
committed
chore: update dependencies and devDependencies
@rollup/plugin-commonjs ^25.0.2 → ^25.0.3 @testing-library/jest-dom ^5.16.5 → ^5.17.0 @types/react 18.2.14 → 18.2.18 @types/react-dom ^18.2.6 → ^18.2.7 jest ^29.6.1 → ^29.6.2 jest-environment-jsdom ^29.6.1 → ^29.6.2 rollup ^3.26.2 → ^3.27.0 tslib ^2.6.0 → ^2.6.1
1 parent 6b22795 commit 16d116b

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
@@ -38,25 +38,25 @@
3838
},
3939
"devDependencies": {
4040
"@popperjs/core": "^2.11.8",
41-
"@rollup/plugin-commonjs": "^25.0.2",
41+
"@rollup/plugin-commonjs": "^25.0.3",
4242
"@rollup/plugin-node-resolve": "^15.1.0",
4343
"@rollup/plugin-typescript": "^11.1.2",
44-
"@testing-library/jest-dom": "^5.16.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",
46+
"@types/react": "18.2.18",
47+
"@types/react-dom": "^18.2.7",
4848
"@types/react-transition-group": "^4.4.6",
4949
"classnames": "^2.3.2",
50-
"jest": "^29.6.1",
51-
"jest-environment-jsdom": "^29.6.1",
50+
"jest": "^29.6.2",
51+
"jest-environment-jsdom": "^29.6.2",
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.2",
57+
"rollup": "^3.27.0",
5858
"ts-jest": "^29.1.1",
59-
"tslib": "^2.6.0",
59+
"tslib": "^2.6.1",
6060
"typescript": "^4.9.5"
6161
},
6262
"peerDependencies": {

0 commit comments

Comments
 (0)