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

fix(react): add react as peer dependency

This commit is contained in:
Michael Mitchell 2022-05-26 16:46:43 +10:00
parent b56ac3ea39
commit 253508a5e6
No known key found for this signature in database
GPG Key ID: 4AD1A1F95AEA513D

View File

@ -58,5 +58,8 @@
"rimraf": "^3.0.2",
"rollup": "^2.70.1",
"typescript": "^4.6.2"
},
"peerDependencies": {
"react": "^16.8 || ^17.0 || ^18.0"
}
}