mirror of https://github.com/waku-org/js-waku.git
chore: update package lock
This commit is contained in:
parent
2cd1ac2e0e
commit
ecfd855651
|
@ -6,11 +6,11 @@
|
|||
"": {
|
||||
"name": "@waku/root",
|
||||
"workspaces": [
|
||||
"packages/proto",
|
||||
"packages/byte-utils",
|
||||
"packages/enr",
|
||||
"packages/interfaces",
|
||||
"packages/libp2p-utils",
|
||||
"packages/proto",
|
||||
"packages/interfaces",
|
||||
"packages/enr",
|
||||
"packages/peer-exchange",
|
||||
"packages/core",
|
||||
"packages/dns-discovery",
|
||||
|
@ -27271,6 +27271,7 @@
|
|||
"@rollup/plugin-node-resolve": "^13.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.8.1",
|
||||
"@typescript-eslint/parser": "^5.8.1",
|
||||
"@waku/interfaces": "*",
|
||||
"chai": "^4.3.4",
|
||||
"cspell": "^6.17.0",
|
||||
"eslint": "^8.6.0",
|
||||
|
@ -27309,6 +27310,7 @@
|
|||
"@rollup/plugin-node-resolve": "^13.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.8.1",
|
||||
"@typescript-eslint/parser": "^5.8.1",
|
||||
"@waku/interfaces": "*",
|
||||
"chai": "^4.3.6",
|
||||
"cspell": "^6.17.0",
|
||||
"eslint": "^8.6.0",
|
||||
|
@ -31340,6 +31342,7 @@
|
|||
"@typescript-eslint/parser": "^5.8.1",
|
||||
"@waku/byte-utils": "*",
|
||||
"@waku/enr": "*",
|
||||
"@waku/interfaces": "*",
|
||||
"@waku/libp2p-utils": "*",
|
||||
"chai": "^4.3.4",
|
||||
"cspell": "^6.17.0",
|
||||
|
@ -31375,6 +31378,7 @@
|
|||
"@typescript-eslint/eslint-plugin": "^5.8.1",
|
||||
"@typescript-eslint/parser": "^5.8.1",
|
||||
"@waku/byte-utils": "*",
|
||||
"@waku/interfaces": "*",
|
||||
"chai": "^4.3.6",
|
||||
"cspell": "^6.17.0",
|
||||
"eslint": "^8.6.0",
|
||||
|
|
Loading…
Reference in New Issue