2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-19 00:39:02 +00:00

Merge remote-tracking branch 'origin/master' into next

This commit is contained in:
Vjacheslav Trushkin 2022-05-28 13:00:21 +03:00
commit 481c124d18
2 changed files with 9 additions and 3 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@iconify/react",
"version": "3.2.1",
"version": "3.2.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@iconify/react",
"version": "3.2.1",
"version": "3.2.2",
"license": "MIT",
"dependencies": {
"@iconify/types": "^1.1.0"
@ -28,6 +28,9 @@
},
"funding": {
"url": "http://github.com/sponsors/cyberalien"
},
"peerDependencies": {
"react": ">=16"
}
},
"node_modules/@antfu/install-pkg": {

View File

@ -2,7 +2,7 @@
"name": "@iconify/react",
"description": "Iconify icon component for React.",
"author": "Vjacheslav Trushkin",
"version": "3.2.1",
"version": "3.2.2",
"license": "MIT",
"bugs": "https://github.com/iconify/iconify/issues",
"homepage": "https://iconify.design/",
@ -61,5 +61,8 @@
"rimraf": "^3.0.2",
"rollup": "^2.70.1",
"typescript": "^4.6.2"
},
"peerDependencies": {
"react": ">=16"
}
}