fix: add optional peer dependency (#34)

This commit is contained in:
Sasha 2023-11-17 01:02:21 +03:00 committed by GitHub
parent 268a23986d
commit 63a782d67b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -66,7 +66,6 @@
"@types/react": "^18.0.28",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@waku/interfaces": "^0.0.19",
"bundlewatch": "^0.3.3",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
@ -88,8 +87,14 @@
},
"peerDependencies": {
"@waku/sdk": "^0.0.20",
"@waku/interfaces": "^0.0.19",
"react": "^16.8.0 || ^17 || ^18"
},
"peerDependenciesMeta": {
"@waku/interfaces": {
"optional": true
}
},
"bundlewatch": {
"files": [
{