mirror of https://github.com/waku-org/js-waku.git
chore: fix dependencies for @waku/proto` package
This commit is contained in:
parent
ab735908d3
commit
a3c5050c1d
|
@ -28038,7 +28038,8 @@
|
||||||
"prettier": "^2.1.1",
|
"prettier": "^2.1.1",
|
||||||
"protons": "^5.1.0",
|
"protons": "^5.1.0",
|
||||||
"rollup": "^2.75.0",
|
"rollup": "^2.75.0",
|
||||||
"typescript": "^4.6.3"
|
"typescript": "^4.6.3",
|
||||||
|
"uint8arraylist": "^2.4.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16"
|
"node": ">=16"
|
||||||
|
@ -32583,12 +32584,12 @@
|
||||||
"@waku/peer-exchange": {
|
"@waku/peer-exchange": {
|
||||||
"version": "file:packages/peer-exchange",
|
"version": "file:packages/peer-exchange",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@libp2p/interface-connection": "*",
|
"@libp2p/interface-connection": "^3.0.8",
|
||||||
"@libp2p/interface-connection-manager": "^1.3.7",
|
"@libp2p/interface-connection-manager": "^1.3.7",
|
||||||
"@libp2p/interface-peer-discovery": "^1.0.5",
|
"@libp2p/interface-peer-discovery": "^1.0.5",
|
||||||
"@libp2p/interface-peer-id": "*",
|
"@libp2p/interface-peer-id": "^2.0.1",
|
||||||
"@libp2p/interface-peer-info": "*",
|
"@libp2p/interface-peer-info": "^1.0.8",
|
||||||
"@libp2p/interface-peer-store": "*",
|
"@libp2p/interface-peer-store": "^1.2.8",
|
||||||
"@libp2p/interface-registrar": "^2.0.8",
|
"@libp2p/interface-registrar": "^2.0.8",
|
||||||
"@libp2p/interfaces": "^3.3.1",
|
"@libp2p/interfaces": "^3.3.1",
|
||||||
"@rollup/plugin-commonjs": "^22.0.0",
|
"@rollup/plugin-commonjs": "^22.0.0",
|
||||||
|
@ -32657,7 +32658,8 @@
|
||||||
"protons": "^5.1.0",
|
"protons": "^5.1.0",
|
||||||
"protons-runtime": "^3.1.0",
|
"protons-runtime": "^3.1.0",
|
||||||
"rollup": "^2.75.0",
|
"rollup": "^2.75.0",
|
||||||
"typescript": "^4.6.3"
|
"typescript": "^4.6.3",
|
||||||
|
"uint8arraylist": "^2.4.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@waku/tests": {
|
"@waku/tests": {
|
||||||
|
|
|
@ -64,9 +64,10 @@
|
||||||
"eslint-plugin-prettier": "^4.0.0",
|
"eslint-plugin-prettier": "^4.0.0",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"prettier": "^2.1.1",
|
"prettier": "^2.1.1",
|
||||||
|
"protons": "^5.1.0",
|
||||||
"rollup": "^2.75.0",
|
"rollup": "^2.75.0",
|
||||||
"typescript": "^4.6.3",
|
"typescript": "^4.6.3",
|
||||||
"protons": "^5.1.0"
|
"uint8arraylist": "^2.4.3"
|
||||||
},
|
},
|
||||||
"typedoc": {
|
"typedoc": {
|
||||||
"entryPoint": "./src/index.ts"
|
"entryPoint": "./src/index.ts"
|
||||||
|
|
Loading…
Reference in New Issue