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

Skip to content

Commit 2079c88

Browse files
committed
chore: update dependencies and devDependencies
@testing-library/react ^13.4.0 → ^14.0.0 @types/react ^18.0.27 → ^18.0.28 @types/react-dom ^18.0.6 → ^18.0.11 jest ^29.4.1 → ^29.5.0 jest-environment-jsdom ^29.4.1 → ^29.5.0 rollup ^3.14.0 → ^3.19.1 rollup-plugin-import-css ^3.0.3 → ^3.2.1
1 parent 8f70296 commit 2079c88

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@
4141
"@rollup/plug 8000 in-node-resolve": "^15.0.1",
4242
"@rollup/plugin-typescript": "^11.0.0",
4343
"@testing-library/jest-dom": "^5.16.5",
44-
"@testing-library/react": "^13.4.0",
45-
"@types/react": "^18.0.27",
46-
"@types/react-dom": "^18.0.6",
44+
"@testing-library/react": "^14.0.0",
45+
"@types/react": "^18.0.28",
46+
"@types/react-dom": "^18.0.11",
4747
"classnames": "^2.3.2",
48-
"jest": "^29.4.1",
48+
"jest": "^29.5.0",
4949
"jest-canvas-mock": "^2.4.0",
50-
"jest-environment-jsdom": "^29.4.1",
50+
"jest-environment-jsdom": "^29.5.0",
5151
"prop-types": "^15.8.1",
5252
"react": "^18.2.0",
5353
"react-dom": "^18.2.0",
54-
"rollup": "^3.14.0",
55-
"rollup-plugin-import-css": "^3.0.3",
54+
"rollup": "^3.19.1",
55+
"rollup-plugin-import-css": "^3.2.1",
5656
"ts-jest": "^29.0.5",
5757
"typescript": "^4.9.5"
5858
},

0 commit comments

Comments
 (0)
0