mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-03 13:23:13 +00:00
update waku deps
This commit is contained in:
parent
8bc916cd5a
commit
d428c3097a
3358
examples/eth-pm/package-lock.json
generated
3358
examples/eth-pm/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -3,22 +3,6 @@
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"homepage": "/eth-pm",
|
||||
"dependencies": {
|
||||
"@ethersproject/abstract-signer": "5.7.0",
|
||||
"@ethersproject/providers": "5.7.0",
|
||||
"@material-ui/core": "^4.12.4",
|
||||
"@material-ui/icons": "^4.11.3",
|
||||
"@waku/sdk": "^0.0.16",
|
||||
"@waku/interfaces": "^0.0.15",
|
||||
"@waku/message-encryption": "^0.0.18",
|
||||
"@waku/utils": "0.0.8",
|
||||
"ethers": "5.7.1",
|
||||
"fontsource-roboto": "^4.0.0",
|
||||
"protobufjs": "^7.1.2",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"uint8arrays": "^4.0.2"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "GENERATE_SOURCEMAP=false PORT=3004 craco start",
|
||||
"build": "GENERATE_SOURCEMAP=false craco build",
|
||||
@ -53,6 +37,22 @@
|
||||
"overrides": {
|
||||
"react-refresh": "0.14.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ethersproject/abstract-signer": "5.7.0",
|
||||
"@ethersproject/providers": "5.7.0",
|
||||
"@material-ui/core": "^4.12.4",
|
||||
"@material-ui/icons": "^4.11.3",
|
||||
"@waku/interfaces": "^0.0.17",
|
||||
"@waku/message-encryption": "^0.0.20",
|
||||
"@waku/sdk": "^0.0.18",
|
||||
"@waku/utils": "0.0.10",
|
||||
"ethers": "5.7.1",
|
||||
"fontsource-roboto": "^4.0.0",
|
||||
"protobufjs": "^7.1.2",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"uint8arrays": "^4.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@craco/craco": "^6.4.5",
|
||||
"@ethersproject/shims": "^5.7.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user