2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-15 03:13:52 +00:00

Update dependencies for React component

This commit is contained in:
Vjacheslav Trushkin 2021-10-12 23:58:27 +03:00
parent c1b22647eb
commit 5296d40b20
2 changed files with 1221 additions and 4742 deletions

File diff suppressed because it is too large Load Diff

View File

@ -39,19 +39,19 @@
}
},
"devDependencies": {
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@iconify/core": "^1.2.0-beta.4",
"@microsoft/api-extractor": "^7.13.5",
"@rollup/plugin-node-resolve": "^11.2.1",
"@types/react": "^17.0.3",
"babel-jest": "^26.6.3",
"jest": "^26.6.3",
"babel-jest": "^27.2.5",
"jest": "^27.2.5",
"react": "^17.0.2",
"react-test-renderer": "^17.0.2",
"rimraf": "^3.0.2",
"rollup": "^2.50.0",
"typescript": "^4.2.4"
"rollup": "^2.58.0",
"typescript": "^4.4.4"
},
"dependencies": {
"cross-fetch": "^3.1.4"