Add react and react-dom as peerDependency

This commit is contained in:
Pavel Prichodko 2022-02-25 00:08:29 +01:00
parent 6157a5757a
commit a54c49fdc7
No known key found for this signature in database
GPG Key ID: 8E4C82D464215E83
1 changed files with 4 additions and 0 deletions

View File

@ -43,5 +43,9 @@
"@types/qrcode.react": "^1.0.2",
"@types/react": "^17.0.16",
"@types/styled-components": "^5.1.12"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
}
}