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

Skip to content

Commit 2280580

Browse files
committed
chore: update dependencies and devDependencies
@rollup/plugin-commonjs ^26.0.1 → ^26.0.3 @rollup/plugin-node-resolve ^15.2.3 → ^15.3.1 @testing-library/jest-dom ^6.4.6 → ^6.6.3 @testing-library/react ^16.0.0 → ^16.1.0 @types/react ^18.3.3 → ^18.3.18 @types/react-dom ^18.3.0 → ^18.3.5 rollup ^4.18.1 → ^4.29.1 rollup-plugin-import-css ^3.5.0 → ^3.5.8 ts-jest ^29.2.2 → ^29.2.5 typescript ^5.5.3 → ^5.7.2
1 parent aad2d31 commit 2280580

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
@@ -37,23 +37,23 @@
3737
"test:update": "jest --coverage --updateSnapshot"
3838
},
3939
"devDependencies": {
40-
"@rollup/plugin-commonjs": "^26.0.1",
41-
"@rollup/plugin-node-resolve": "^15.2.3",
40+
"@rollup/plugin-commonjs": "^26.0.3",
41+
"@rollup/plugin-node-resolve": "^15.3.1",
4242
"@rollup/plugin-typescript": "^11.1.6",
43-
"@testing-library/jest-dom": "^6.4.6",
44-
"@testing-library/react": "^16.0.0",
45-
"@types/react": "^18.3.3",
46-
"@types/react-dom": "^18.3.0",
43+
"@testing-library/jest-dom": "^6.6.3",
44+
"@testing-library/react": "^16.1.0",
45+
"@types/react": "^18.3.18",
46+
"@types/react-dom": "^18.3.5",
4747
"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.3.1",
5252
"react-dom": "^18.3.1",
53-
"rollup": "^4.18.1",
54-
"rollup-plugin-import-css": "^3.5.0",
55-
"ts-jest": "^29.2.2",
56-
"typescript": "^5.5.3"
53+
"rollup": "^4.29.1",
54+
"rollup-plugin-import-css": "^3.5.8",
55+
"ts-jest": "^29.2.5",
56+
"typescript": "^5.7.2"
5757
},
5858
"peerDependencies": {
5959
"react": ">=17",

0 commit comments

Comments
 (0)
0