*Update deps
This commit is contained in:
parent
c498d7ed03
commit
3fa23a339b
14
package.json
14
package.json
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue