move core to dev dep

This commit is contained in:
Sasha 2024-02-13 00:47:51 +01:00
parent 18b6ce86cb
commit 1f0ba9b1e6
No known key found for this signature in database
2 changed files with 147 additions and 446 deletions

591
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -72,7 +72,6 @@
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"@waku/core": "^0.0.26",
"@waku/interfaces": "^0.0.21",
"@waku/message-encryption": "^0.0.24",
"@web/rollup-plugin-import-meta-assets": "^1.0.7",
@ -141,6 +140,7 @@
"dependencies": {
"@chainsafe/bls-keystore": "^3.0.0",
"@waku/utils": "^0.0.14",
"@waku/core": "^0.0.26",
"@waku/zerokit-rln-wasm": "^0.0.13",
"ethereum-cryptography": "^2.1.2",
"ethers": "^5.7.2",