Allow react 18

This commit is contained in:
L 2022-04-23 17:25:03 -07:00 committed by GitHub
parent d72bf5a86c
commit 15f4a66d71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,11 +29,11 @@
"sideEffects": false,
"homepage": "https://iconoir.com",
"peerDependencies": {
"react": "^16.8.6 || ^17"
"react": "^16.8.6 || ^17 || ^18"
},
"devDependencies": {
"@types/react": "^17.0.29",
"react": "^17.0.2",
"typescript": "^4.4.4"
}
}
}