mirror of
https://github.com/iconify/iconify.git
synced 2024-11-09 23:00:56 +00:00
Update dependencies for React component, publish update
This commit is contained in:
parent
7395dcbe96
commit
13466b4d44
1484
packages/react-demo/package-lock.json
generated
1484
packages/react-demo/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -3,9 +3,9 @@
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1",
|
||||
"react-scripts": "^3.4.3"
|
||||
"react": "^16.14.0",
|
||||
"react-dom": "^16.14.0",
|
||||
"react-scripts": "^3.4.4"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
@ -29,7 +29,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-icons/mdi-light": "^1.0.0",
|
||||
"@iconify-icons/uil": "^1.0.0",
|
||||
"@iconify/react": "^2.0.0-rc.1"
|
||||
"@iconify-icons/uil": "^1.0.1",
|
||||
"@iconify/react": "^2.0.0-rc.2"
|
||||
}
|
||||
}
|
||||
|
1944
packages/react/package-lock.json
generated
1944
packages/react/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@
|
||||
"name": "@iconify/react",
|
||||
"description": "Iconify icon component for React.",
|
||||
"author": "Vjacheslav Trushkin",
|
||||
"version": "2.0.0-rc.1",
|
||||
"version": "2.0.0-rc.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.11.5",
|
||||
"@babel/preset-react": "^7.10.4",
|
||||
"@iconify/core": "^1.0.0-rc.1",
|
||||
"@iconify/types": "^1.0.3",
|
||||
"@microsoft/api-extractor": "^7.9.11",
|
||||
"@babel/preset-env": "^7.12.1",
|
||||
"@babel/preset-react": "^7.12.5",
|
||||
"@iconify/core": "^1.0.0-rc.2",
|
||||
"@iconify/types": "^1.0.5",
|
||||
"@microsoft/api-extractor": "^7.11.2",
|
||||
"@rollup/plugin-buble": "^0.21.3",
|
||||
"@rollup/plugin-commonjs": "^15.0.0",
|
||||
"@rollup/plugin-commonjs": "^15.1.0",
|
||||
"@rollup/plugin-node-resolve": "^9.0.0",
|
||||
"@types/react": "^16.9.49",
|
||||
"babel-jest": "^26.3.0",
|
||||
"jest": "^26.4.2",
|
||||
"react": "^16.13.1",
|
||||
"react-test-renderer": "^16.13.1",
|
||||
"rollup": "^2.26.9",
|
||||
"rollup-plugin-terser": "^7.0.1",
|
||||
"typescript": "^4.0.2"
|
||||
"@types/react": "^16.9.55",
|
||||
"babel-jest": "^26.6.3",
|
||||
"jest": "^26.6.3",
|
||||
"react": "^16.14.0",
|
||||
"react-test-renderer": "^16.14.0",
|
||||
"rollup": "^2.33.1",
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
"typescript": "^4.0.5"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user