mirror of
https://github.com/iconify/iconify.git
synced 2025-01-12 01:45:41 +00:00
Update React components for React 17
This commit is contained in:
parent
2dbc923a29
commit
f5597ca27a
20365
packages/react-demo-with-api/package-lock.json
generated
20365
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.14.0",
|
||||
"react-dom": "^16.14.0",
|
||||
"react-scripts": "^3.4.4"
|
||||
"react": "^17.0.1",
|
||||
"react-dom": "^17.0.1",
|
||||
"react-scripts": "^4.0.2"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
@ -28,7 +28,7 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-icons/mdi-light": "^1.0.0",
|
||||
"@iconify/react-with-api": "^1.0.0-rc.5"
|
||||
"@iconify-icons/mdi-light": "^1.1.0",
|
||||
"@iconify/react-with-api": "^1.0.0-rc.7"
|
||||
}
|
||||
}
|
||||
|
20009
packages/react-demo/package-lock.json
generated
20009
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.14.0",
|
||||
"react-dom": "^16.14.0",
|
||||
"react-scripts": "^3.4.4"
|
||||
"react": "^17.0.1",
|
||||
"react-dom": "^17.0.1",
|
||||
"react-scripts": "^4.0.2"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
@ -29,7 +29,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-icons/mdi-light": "^1.1.0",
|
||||
"@iconify-icons/uil": "^1.1.0",
|
||||
"@iconify/react": "^2.0.0-rc.5"
|
||||
"@iconify-icons/uil": "^1.1.1",
|
||||
"@iconify/react": "^2.0.0-rc.8"
|
||||
}
|
||||
}
|
||||
|
2105
packages/react-with-api/package-lock.json
generated
2105
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.6",
|
||||
"version": "1.0.0-rc.7",
|
||||
"license": "MIT",
|
||||
"bugs": "https://github.com/iconify/iconify/issues",
|
||||
"homepage": "https://iconify.design/",
|
||||
@ -20,23 +20,20 @@
|
||||
"main": "dist/icon.js",
|
||||
"module": "dist/icon.esm.js",
|
||||
"types": "dist/icon.d.ts",
|
||||
"peerDependencies": {
|
||||
"react": "^16.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.12.7",
|
||||
"@babel/preset-env": "^7.12.7",
|
||||
"@babel/preset-react": "^7.12.7",
|
||||
"@babel/core": "^7.12.13",
|
||||
"@babel/preset-env": "^7.12.13",
|
||||
"@babel/preset-react": "^7.12.13",
|
||||
"@iconify/core": "^1.0.0-rc.4",
|
||||
"@iconify/react": "^2.0.0-rc.4",
|
||||
"@microsoft/api-extractor": "^7.12.0",
|
||||
"@iconify/react": "^2.0.0-rc.8",
|
||||
"@microsoft/api-extractor": "^7.13.1",
|
||||
"@rollup/plugin-buble": "^0.21.3",
|
||||
"@rollup/plugin-commonjs": "^16.0.0",
|
||||
"@rollup/plugin-node-resolve": "^10.0.0",
|
||||
"@types/react": "^16.9.55",
|
||||
"react": "^16.14.0",
|
||||
"rollup": "^2.33.3",
|
||||
"@rollup/plugin-commonjs": "^17.1.0",
|
||||
"@rollup/plugin-node-resolve": "^11.1.1",
|
||||
"@types/react": "^17.0.1",
|
||||
"react": "^17.0.1",
|
||||
"rollup": "^2.38.5",
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
"typescript": "^4.1.2"
|
||||
"typescript": "^4.1.3"
|
||||
}
|
||||
}
|
||||
|
2033
packages/react/package-lock.json
generated
2033
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.7",
|
||||
"version": "2.0.0-rc.8",
|
||||
"license": "MIT",
|
||||
"bugs": "https://github.com/iconify/iconify/issues",
|
||||
"homepage": "https://iconify.design/",
|
||||
@ -22,24 +22,21 @@
|
||||
"main": "dist/icon.js",
|
||||
"module": "dist/icon.esm.js",
|
||||
"types": "dist/icon.d.ts",
|
||||
"peerDependencies": {
|
||||
"react": "^16.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-env": "^7.12.7",
|
||||
"@babel/preset-react": "^7.12.7",
|
||||
"@babel/preset-env": "^7.12.13",
|
||||
"@babel/preset-react": "^7.12.13",
|
||||
"@iconify/core": "^1.0.0-rc.4",
|
||||
"@microsoft/api-extractor": "^7.12.0",
|
||||
"@microsoft/api-extractor": "^7.13.1",
|
||||
"@rollup/plugin-buble": "^0.21.3",
|
||||
"@rollup/plugin-commonjs": "^16.0.0",
|
||||
"@rollup/plugin-node-resolve": "^10.0.0",
|
||||
"@types/react": "^16.9.55",
|
||||
"@rollup/plugin-commonjs": "^17.1.0",
|
||||
"@rollup/plugin-node-resolve": "^11.1.1",
|
||||
"@types/react": "^17.0.1",
|
||||
"babel-jest": "^26.6.3",
|
||||
"jest": "^26.6.3",
|
||||
"react": "^16.14.0",
|
||||
"react-test-renderer": "^16.14.0",
|
||||
"rollup": "^2.33.3",
|
||||
"react": "^17.0.1",
|
||||
"react-test-renderer": "^17.0.1",
|
||||
"rollup": "^2.38.5",
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
"typescript": "^4.1.2"
|
||||
"typescript": "^4.1.3"
|
||||
}
|
||||
}
|
||||
|
@ -41,9 +41,6 @@ const specialTags = {
|
||||
'vue': 'next',
|
||||
'vue-jest': 'next',
|
||||
'@vue/test-utils': 'next',
|
||||
'react': '16',
|
||||
'react-dom': '16',
|
||||
'react-scripts': '3',
|
||||
};
|
||||
|
||||
// Update modes
|
||||
|
Loading…
Reference in New Issue
Block a user