chore: bump @waku packages

This commit is contained in:
fryorcraken.eth 2023-05-23 14:25:41 +10:00
parent fa1d3f8222
commit 71aa967a86
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
3 changed files with 167 additions and 416 deletions

View File

@ -22,7 +22,7 @@
"version": "0.1.1",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@waku/utils": "^0.0.5",
"@waku/utils": "^0.0.6",
"@waku/zerokit-rln-wasm": "^0.0.10",
"ethers": "^5.7.2"
},
@ -42,9 +42,9 @@
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"@waku/core": "^0.0.17",
"@waku/interfaces": "^0.0.12",
"@waku/message-encryption": "^0.0.15",
"@waku/core": "^0.0.18",
"@waku/interfaces": "^0.0.13",
"@waku/message-encryption": "^0.0.16",
"@web/rollup-plugin-import-meta-assets": "^1.0.7",
"app-root-path": "^3.0.0",
"chai": "^4.3.4",
@ -3958,10 +3958,10 @@
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"@waku/core": "^0.0.17",
"@waku/interfaces": "^0.0.12",
"@waku/message-encryption": "^0.0.15",
"@waku/utils": "^0.0.5",
"@waku/core": "^0.0.18",
"@waku/interfaces": "^0.0.13",
"@waku/message-encryption": "^0.0.16",
"@waku/utils": "^0.0.6",
"@waku/zerokit-rln-wasm": "^0.0.10",
"@web/rollup-plugin-import-meta-assets": "^1.0.7",
"app-root-path": "^3.0.0",

559
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -83,9 +83,9 @@
"husky": "^7.0.4",
"ignore-loader": "^0.1.2",
"isomorphic-fetch": "^3.0.0",
"@waku/interfaces": "^0.0.12",
"@waku/message-encryption": "^0.0.15",
"@waku/core": "^0.0.17",
"@waku/interfaces": "^0.0.13",
"@waku/message-encryption": "^0.0.16",
"@waku/core": "^0.0.18",
"jsdom": "^19.0.0",
"jsdom-global": "^3.0.2",
"karma": "^6.3.12",
@ -129,7 +129,7 @@
]
},
"dependencies": {
"@waku/utils": "^0.0.5",
"@waku/utils": "^0.0.6",
"@waku/zerokit-rln-wasm": "^0.0.10",
"ethers": "^5.7.2"
}