mirror of
https://github.com/iconify/iconify.git
synced 2025-01-28 17:48:27 +00:00
Update dependencies for React with API, publish update
This commit is contained in:
parent
13466b4d44
commit
deb0f6fca0
1478
packages/react-demo-with-api/package-lock.json
generated
1478
packages/react-demo-with-api/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,6 +29,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-icons/mdi-light": "^1.0.0",
|
||||
"@iconify/react-with-api": "^1.0.0-rc.1"
|
||||
"@iconify/react-with-api": "^1.0.0-rc.2"
|
||||
}
|
||||
}
|
||||
|
1050
packages/react-with-api/package-lock.json
generated
1050
packages/react-with-api/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@
|
||||
"name": "@iconify/react-with-api",
|
||||
"description": "Iconify icon component for React.",
|
||||
"author": "Vjacheslav Trushkin <cyberalien@gmail.com> (https://iconify.design)",
|
||||
"version": "1.0.0-rc.1",
|
||||
"version": "1.0.0-rc.2",
|
||||
"license": "MIT",
|
||||
"bugs": "https://github.com/iconify/iconify/issues",
|
||||
"homepage": "https://iconify.design/",
|
||||
@ -24,21 +24,21 @@
|
||||
"react": "^16.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.11.5",
|
||||
"@babel/preset-env": "^7.11.5",
|
||||
"@babel/preset-react": "^7.10.4",
|
||||
"@babel/core": "^7.12.3",
|
||||
"@babel/preset-env": "^7.12.1",
|
||||
"@babel/preset-react": "^7.12.5",
|
||||
"@cyberalien/redundancy": "^1.0.0",
|
||||
"@iconify/core": "^1.0.0-rc.1",
|
||||
"@iconify/react": "^2.0.0-rc.1",
|
||||
"@iconify/types": "^1.0.3",
|
||||
"@microsoft/api-extractor": "^7.9.11",
|
||||
"@iconify/core": "^1.0.0-rc.2",
|
||||
"@iconify/react": "^2.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",
|
||||
"react": "^16.13.1",
|
||||
"rollup": "^2.26.9",
|
||||
"rollup-plugin-terser": "^7.0.1",
|
||||
"typescript": "^4.0.2"
|
||||
"@types/react": "^16.9.55",
|
||||
"react": "^16.14.0",
|
||||
"rollup": "^2.33.1",
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
"typescript": "^4.0.5"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user