*Update deps

This commit is contained in:
Derrick Hammer 2023-04-08 21:48:41 -04:00
parent c498d7ed03
commit 3fa23a339b
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 7 additions and 7 deletions

View File

@ -20,13 +20,13 @@
"@ethereumjs/tx": "^4.1.1",
"@ethereumjs/util": "^8.0.5",
"@ethereumjs/vm": "^6.4.1",
"@lodestar/api": "^1.7.0",
"@lodestar/config": "^1.7.0",
"@lodestar/light-client": "^1.7.0",
"@lodestar/types": "^1.7.0",
"@lodestar/api": "^1.7.2",
"@lodestar/config": "^1.7.2",
"@lodestar/light-client": "^1.7.2",
"@lodestar/types": "^1.7.2",
"@lumeweb/kernel-rpc-client": "git+https://git.lumeweb.com/LumeWeb/kernel-rpc-client.git",
"decimal.js": "^10.4.3",
"ethers": "^6.2.3",
"ethers": "^6.3.0",
"json-rpc-2.0": "^1.5.1",
"libkmodule": "^0.2.53",
"lodash": "^4.17.21",
@ -48,12 +48,12 @@
"buffer": "^6.0.3",
"cli-progress": "^3.12.0",
"crypto-browserify": "^3.12.0",
"esbuild": "^0.17.14",
"esbuild": "^0.17.15",
"esbuild-plugin-wasm": "^1.0.0",
"prettier": "^2.8.7",
"process": "^0.11.10",
"read": "^2.0.0",
"typescript": "^5.0.2"
"typescript": "^5.0.4"
},
"browser": {
"crypto": "crypto-browserify",