mirror of
https://github.com/status-im/js-waku-examples.git
synced 2025-01-13 15:34:58 +00:00
build(eth-pm): add missing dependencies
This commit is contained in:
parent
ff95e3cf29
commit
b7550ea7f4
@ -4,6 +4,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"homepage": "/examples/eth-pm",
|
"homepage": "/examples/eth-pm",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@ethersproject/providers": "^5.6.8",
|
||||||
"@material-ui/core": "^4.12.3",
|
"@material-ui/core": "^4.12.3",
|
||||||
"@material-ui/icons": "^4.11.2",
|
"@material-ui/icons": "^4.11.2",
|
||||||
"eth-sig-util": "^3.0.1",
|
"eth-sig-util": "^3.0.1",
|
||||||
@ -12,7 +13,8 @@
|
|||||||
"js-waku": "^0.24.0",
|
"js-waku": "^0.24.0",
|
||||||
"protobufjs": "^6.11.2",
|
"protobufjs": "^6.11.2",
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^17.0.2"
|
"react-dom": "^17.0.2",
|
||||||
|
"uint8arrays": "^3.1.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "cra-webpack-rewired start",
|
"start": "cra-webpack-rewired start",
|
||||||
|
4
eth-pm/pnpm-lock.yaml
generated
4
eth-pm/pnpm-lock.yaml
generated
@ -1,6 +1,7 @@
|
|||||||
lockfileVersion: 5.4
|
lockfileVersion: 5.4
|
||||||
|
|
||||||
specifiers:
|
specifiers:
|
||||||
|
'@ethersproject/providers': ^5.6.8
|
||||||
'@ethersproject/shims': ^5.5.0
|
'@ethersproject/shims': ^5.5.0
|
||||||
'@material-ui/core': ^4.12.3
|
'@material-ui/core': ^4.12.3
|
||||||
'@material-ui/icons': ^4.11.2
|
'@material-ui/icons': ^4.11.2
|
||||||
@ -26,8 +27,10 @@ specifiers:
|
|||||||
react-scripts: 5.0.0
|
react-scripts: 5.0.0
|
||||||
stream-browserify: ^3.0.0
|
stream-browserify: ^3.0.0
|
||||||
typescript: ^4.5.5
|
typescript: ^4.5.5
|
||||||
|
uint8arrays: ^3.1.0
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
|
'@ethersproject/providers': 5.6.8
|
||||||
'@material-ui/core': 4.12.4_sk3eihvpffgp52mstba5zhq3vu
|
'@material-ui/core': 4.12.4_sk3eihvpffgp52mstba5zhq3vu
|
||||||
'@material-ui/icons': 4.11.3_ylmshrmshuypthvvj7eslpzdla
|
'@material-ui/icons': 4.11.3_ylmshrmshuypthvvj7eslpzdla
|
||||||
eth-sig-util: 3.0.1
|
eth-sig-util: 3.0.1
|
||||||
@ -37,6 +40,7 @@ dependencies:
|
|||||||
protobufjs: 6.11.3
|
protobufjs: 6.11.3
|
||||||
react: 17.0.2
|
react: 17.0.2
|
||||||
react-dom: 17.0.2_react@17.0.2
|
react-dom: 17.0.2_react@17.0.2
|
||||||
|
uint8arrays: 3.1.0
|
||||||
|
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@ethersproject/shims': 5.6.0
|
'@ethersproject/shims': 5.6.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user