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

fix(react): change peer range

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

View File

@ -60,6 +60,6 @@
"typescript": "^4.6.2"
},
"peerDependencies": {
"react": "^16.8 || ^17.0 || ^18.0"
"react": ">=16"
}
}