mirror of https://github.com/waku-org/js-waku.git
fix: move deps from dev deps
This commit is contained in:
parent
ae764bc31e
commit
fb9bb35042
|
@ -98,6 +98,8 @@
|
|||
"it-length-prefixed": "^8.0.2",
|
||||
"it-pipe": "^2.0.4",
|
||||
"libp2p": "0.40.0",
|
||||
"chai": "^4.3.4",
|
||||
"fast-check": "^2.14.0",
|
||||
"p-event": "^5.0.1",
|
||||
"uint8arraylist": "^2.3.2",
|
||||
"uint8arrays": "^4.0.2",
|
||||
|
@ -117,7 +119,6 @@
|
|||
"@typescript-eslint/eslint-plugin": "^5.8.1",
|
||||
"@typescript-eslint/parser": "^5.8.1",
|
||||
"app-root-path": "^3.0.0",
|
||||
"chai": "^4.3.4",
|
||||
"cspell": "^6.17.0",
|
||||
"eslint": "^8.6.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
|
@ -125,7 +126,6 @@
|
|||
"eslint-plugin-functional": "^4.0.2",
|
||||
"eslint-plugin-import": "^2.25.3",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"fast-check": "^2.14.0",
|
||||
"gh-pages": "^3.2.3",
|
||||
"ignore-loader": "^0.1.2",
|
||||
"isomorphic-fetch": "^3.0.0",
|
||||
|
|
|
@ -61,6 +61,7 @@
|
|||
"@waku/byte-utils": "*",
|
||||
"@waku/libp2p-utils": "*",
|
||||
"hi-base32": "^0.5.1",
|
||||
"chai": "^4.3.4",
|
||||
"debug": "^4.3.4",
|
||||
"dns-query": "^0.11.2",
|
||||
"uint8arrays": "^4.0.2",
|
||||
|
@ -73,7 +74,6 @@
|
|||
"@waku/interfaces": "*",
|
||||
"@multiformats/multiaddr": "^11.0.6",
|
||||
"@libp2p/peer-id-factory": "^1.0.15",
|
||||
"chai": "^4.3.4",
|
||||
"@rollup/plugin-commonjs": "^22.0.0",
|
||||
"@rollup/plugin-json": "^4.1.0",
|
||||
"@rollup/plugin-node-resolve": "^13.3.0",
|
||||
|
|
|
@ -60,6 +60,8 @@
|
|||
"@multiformats/multiaddr": "^11.0.6",
|
||||
"@noble/secp256k1": "^1.3.4",
|
||||
"@waku/byte-utils": "*",
|
||||
"chai": "^4.3.6",
|
||||
"debug": "^4.3.4",
|
||||
"js-sha3": "^0.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -71,8 +73,6 @@
|
|||
"@rollup/plugin-node-resolve": "^13.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.8.1",
|
||||
"@typescript-eslint/parser": "^5.8.1",
|
||||
"chai": "^4.3.6",
|
||||
"debug": "^4.3.4",
|
||||
"cspell": "^6.17.0",
|
||||
"eslint": "^8.6.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
|
|
|
@ -55,7 +55,8 @@
|
|||
"@libp2p/peer-id": "^1.1.10",
|
||||
"@libp2p/interface-connection": "^3.0.3",
|
||||
"@libp2p/interface-peer-id": "^1.0.6",
|
||||
"@libp2p/interface-peer-store": "^1.2.3"
|
||||
"@libp2p/interface-peer-store": "^1.2.3",
|
||||
"debug": "^4.3.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^22.0.0",
|
||||
|
@ -65,7 +66,6 @@
|
|||
"@typescript-eslint/parser": "^5.8.1",
|
||||
"cspell": "^6.17.0",
|
||||
"eslint": "^8.6.0",
|
||||
"debug": "^4.3.4",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-eslint-comments": "^3.2.0",
|
||||
"eslint-plugin-functional": "^4.0.2",
|
||||
|
|
|
@ -78,7 +78,10 @@
|
|||
"@waku/core": "*",
|
||||
"@waku/interfaces": "*",
|
||||
"@waku/proto": "*",
|
||||
"js-sha3": "^0.8.0"
|
||||
"js-sha3": "^0.8.0",
|
||||
"chai": "^4.3.6",
|
||||
"debug": "^4.3.4",
|
||||
"fast-check": "^2.14.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^22.0.0",
|
||||
|
@ -86,8 +89,6 @@
|
|||
"@rollup/plugin-node-resolve": "^13.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.8.1",
|
||||
"@typescript-eslint/parser": "^5.8.1",
|
||||
"chai": "^4.3.6",
|
||||
"debug": "^4.3.4",
|
||||
"cspell": "^6.17.0",
|
||||
"eslint": "^8.6.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
|
@ -95,7 +96,6 @@
|
|||
"eslint-plugin-functional": "^4.0.2",
|
||||
"eslint-plugin-import": "^2.25.3",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"fast-check": "^2.14.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^2.1.1",
|
||||
"rollup": "^2.75.0",
|
||||
|
|
|
@ -55,6 +55,13 @@
|
|||
"node": ">=16"
|
||||
},
|
||||
"dependencies": {
|
||||
"chai": "^4.3.6",
|
||||
"debug": "^4.3.4",
|
||||
"app-root-path": "^3.0.0",
|
||||
"portfinder": "^1.0.28",
|
||||
"mocha": "^9.1.3",
|
||||
"p-timeout": "^6.0.0",
|
||||
"tail": "^2.2.0",
|
||||
"@waku/byte-utils": "*",
|
||||
"@waku/core": "*",
|
||||
"@waku/create": "*",
|
||||
|
@ -67,13 +74,6 @@
|
|||
"@typescript-eslint/eslint-plugin": "^5.8.1",
|
||||
"@typescript-eslint/parser": "^5.8.1",
|
||||
"cspell": "^6.17.0",
|
||||
"chai": "^4.3.6",
|
||||
"debug": "^4.3.4",
|
||||
"app-root-path": "^3.0.0",
|
||||
"portfinder": "^1.0.28",
|
||||
"mocha": "^9.1.3",
|
||||
"p-timeout": "^6.0.0",
|
||||
"tail": "^2.2.0",
|
||||
"eslint": "^8.6.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-eslint-comments": "^3.2.0",
|
||||
|
|
Loading…
Reference in New Issue