2
0
mirror of https://github.com/iconify/iconify.git synced 2024-11-09 23:00:56 +00:00

Publish react 2.0.0-beta.2 with updated dependencies

This commit is contained in:
Vjacheslav Trushkin 2020-07-02 10:49:04 +03:00
parent dd5e7060de
commit 40ff4ade51
2 changed files with 1502 additions and 1490 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
"name": "@iconify/react",
"description": "Iconify icon component for React.",
"author": "Vjacheslav Trushkin",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"license": "MIT",
"bugs": "https://github.com/iconify/iconify/issues",
"homepage": "https://iconify.design/",
@ -26,21 +26,21 @@
"react": "^16.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.10.1",
"@babel/preset-react": "^7.10.1",
"@iconify/core": "^1.0.0-beta.1",
"@iconify/types": "^1.0.2",
"@microsoft/api-extractor": "^7.8.8",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@iconify/core": "^1.0.0-beta.2",
"@iconify/types": "^1.0.3",
"@microsoft/api-extractor": "^7.8.15",
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"@types/react": "^16.9.35",
"@types/react": "^16.9.41",
"babel-jest": "^25.5.1",
"jest": "^25.5.4",
"react": "^16.13.1",
"react-test-renderer": "^16.13.1",
"rollup": "^1.32.0",
"rollup-plugin-terser": "^5.3.0",
"typescript": "^3.9.3"
"typescript": "^3.9.6"
}
}