use react as peer dependency

This commit is contained in:
Sasha 2023-02-21 21:37:15 +01:00
parent 2f2d113805
commit fc6ca3032b
No known key found for this signature in database
2 changed files with 1121 additions and 2416 deletions

3531
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -60,8 +60,7 @@
}, },
"dependencies": { "dependencies": {
"@waku/core": "^0.0.10", "@waku/core": "^0.0.10",
"@waku/create": "^0.0.6", "@waku/create": "^0.0.6"
"react": "^18.2.0"
}, },
"devDependencies": { "devDependencies": {
"@rollup/plugin-commonjs": "^24.0.1", "@rollup/plugin-commonjs": "^24.0.1",
@ -91,6 +90,9 @@
"rollup-plugin-typescript2": "^0.34.1", "rollup-plugin-typescript2": "^0.34.1",
"typescript": "^4.9.5" "typescript": "^4.9.5"
}, },
"peerDependencies": {
"react": "^16.8.0 || ^17 || ^18"
},
"bundlewatch": { "bundlewatch": {
"files": [ "files": [
{ {