Merge pull request #208 from waku-org/chore/update-relay-reactjs-chat

chore(relay-reactjs-chat): bump to @waku/core 0.0.10
This commit is contained in:
Danish Arora 2023-02-09 12:55:53 +05:30 committed by GitHub
commit 7ea57f36e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2836 additions and 28529 deletions

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@waku/core": "^0.0.8",
"@waku/core": "^0.0.10",
"@waku/create": "^0.0.6",
"protobufjs": "^7.1.2",
"react": "^18.2.0",
@ -15,8 +15,8 @@
"react-scripts": "5.0.1"
},
"scripts": {
"start": "PORT=3001 craco start",
"build": "craco build",
"start": "GENERATE_SOURCEMAP=false PORT=3001 craco start",
"build": "GENERATE_SOURCEMAP=false craco build",
"test": "exit 0",
"eject": "craco eject"
},