build(eth-pm): add missing dependencies

This commit is contained in:
fryorcraken.eth 2022-08-08 11:22:36 +10:00
parent ff95e3cf29
commit b7550ea7f4
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 7 additions and 1 deletions

View File

@ -4,6 +4,7 @@
"private": true,
"homepage": "/examples/eth-pm",
"dependencies": {
"@ethersproject/providers": "^5.6.8",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"eth-sig-util": "^3.0.1",
@ -12,7 +13,8 @@
"js-waku": "^0.24.0",
"protobufjs": "^6.11.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react-dom": "^17.0.2",
"uint8arrays": "^3.1.0"
},
"scripts": {
"start": "cra-webpack-rewired start",

View File

@ -1,6 +1,7 @@
lockfileVersion: 5.4
specifiers:
'@ethersproject/providers': ^5.6.8
'@ethersproject/shims': ^5.5.0
'@material-ui/core': ^4.12.3
'@material-ui/icons': ^4.11.2
@ -26,8 +27,10 @@ specifiers:
react-scripts: 5.0.0
stream-browserify: ^3.0.0
typescript: ^4.5.5
uint8arrays: ^3.1.0
dependencies:
'@ethersproject/providers': 5.6.8
'@material-ui/core': 4.12.4_sk3eihvpffgp52mstba5zhq3vu
'@material-ui/icons': 4.11.3_ylmshrmshuypthvvj7eslpzdla
eth-sig-util: 3.0.1
@ -37,6 +40,7 @@ dependencies:
protobufjs: 6.11.3
react: 17.0.2
react-dom: 17.0.2_react@17.0.2
uint8arrays: 3.1.0
devDependencies:
'@ethersproject/shims': 5.6.0