8000 chore: update dependencies and devDependencies · coreui/coreui-icons-react@bcbe37d · GitHub
[go: up one dir, main page]

Skip to content

Commit bcbe37d

Browse files
committed
chore: update dependencies and devDependencies
@rollup/plugin-typescript ^11.1.5 → ^11.1.6 @testing-library/jest-dom ^6.1.4 → ^6.4.2 @testing-library/react ^14.0.0 → ^14.2.2 @types/react ^18.2.33 → ^18.2.73 @types/react-dom ^18.2.14 → ^18.2.22 classnames ^2.3.2 → ^2.5.1 rollup ^4.1.4 → ^4.13.1 rollup-plugin-import-css ^3.3.5 → ^3.5.0 ts-jest ^29.1.1 → ^29.1.2 typescript ^5.2.2 → ^5.4.3
1 parent f2a34f4 commit bcbe37d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,21 @@
3939
"devDependencies": {
4040
"@rollup/plugin-commonjs": "^25.0.7",
4141
"@rollup/plugin-node-resolve": "^15.2.3",
42-
"@rollup/plugin-typescript": "^11.1.5",
43-
"@testing-library/jest-dom": "^6.1.4",
44-
"@testing-library/react": "^14.0.0",
45-
"@types/react": "^18.2.33",
46-
"@types/react-dom": "^18.2.14",
47-
"classnames": "^2.3.2",
42+
"@rollup/plugin-typescript": "^11.1.6",
43+
"@testing-library/jest-dom": "^6.4.2",
44+
"@testing-library/react": "^14.2.2",
45+
"@types/react": "^18.2.73",
46+
"@types/react-dom": "^18.2.22",
47+
"classnames": "^2.5.1",
4848
"jest": "^29.7.0",
4949
"jest-environment-jsdom": "^29.7.0",
5050
"prop-types": "^15.8.1",
5151
"react": "^18.2.0",
5252
"react-dom": "^18.2.0",
53-
"rollup": "^4.1.4",
54-
"rollup-plugin-import-css": "^3.3.5",
55-
"ts-jest": "^29.1.1",
56-
"typescript": "^5.2.2"
53+
"rollup": "^4.13.1",
54+
"rollup-plugin-import-css": "^3.5.0",
55+
"ts-jest": "^29.1.2",
56+
"typescript": "^5.4.3"
5757
},
5858
"peerDependencies": {
5959
"react": ">=17",

0 commit comments

Comments
 (0)
0