Skip to content

Commit 48ed83f

Browse files
committed
chore: update dependencies and devDependencies
@rollup/plugin-typescript ^11.1.5 → ^11.1.6 @testing-library/jest-dom ^6.1.5 → ^6.4.2 @testing-library/react ^14.1.2 → ^14.2.1 @types/jest ^29.5.11 → ^29.5.12 @types/react 18.2.45 → 18.2.63 @types/react-dom ^18.2.18 → ^18.2.20 classnames ^2.3.2 → ^2.5.1 rollup ^4.9.1 → ^4.12.1 ts-jest ^29.1.1 → ^29.1.2 typescript ^5.3.3 → ^5.4.2
1 parent 93da795 commit 48ed83f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

packages/coreui-react/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -48,24 +48,24 @@
4848
"devDependencies": {
4949
"@rollup/plugin-commonjs": "^25.0.7",
5050
"@rollup/plugin-node-resolve": "^15.2.3",
51-
"@rollup/plugin-typescript": "^11.1.5",
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",
51+
"@rollup/plugin-typescript": "^11.1.6",
52+
"@testing-library/jest-dom": "^6.4.2",
53+
"@testing-library/react": "^14.2.1",
54+
"@types/jest": "^29.5.12",
55+
"@types/react": "18.2.63",
56+
"@types/react-dom": "^18.2.20",
5757
"@types/react-transition-group": "^4.4.10",
58-
"classnames": "^2.3.2",
58+
"classnames": "^2.5.1",
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.9.1",
66-
"ts-jest": "^29.1.1",
65+
"rollup": "^4.12.1",
66+
"ts-jest": "^29.1.2",
6767
"tslib": "^2.6.2",
68-
"typescript": "^5.3.3"
68+
"typescript": "^5.4.2"
6969
},
7070
"peerDependencies": {
7171
"react": ">=17",

0 commit comments

Comments
 (0)