upgrade js-waku deps

This commit is contained in:
danisharora099 2023-07-27 16:43:30 +05:30
parent dce1bb6301
commit c9ec204fe8
No known key found for this signature in database
GPG Key ID: FBD2BF500037F135
2 changed files with 914 additions and 2620 deletions

3526
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@waku/react",
"version": "0.0.2",
"version": "0.0.3",
"description": "React hooks and components to use js-waku",
"type": "module",
"main": "dist/index.cjs.js",
@ -59,8 +59,9 @@
"node": ">=18"
},
"dependencies": {
"@waku/sdk": "^0.0.16",
"@waku/relay": "^0.0.3"
"@waku/sdk": "^0.0.17",
"@waku/relay": "^0.0.4",
"@waku/interfaces": "^0.0.16"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
@ -70,7 +71,6 @@
"@types/react": "^18.0.28",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@waku/interfaces": "^0.0.15",
"bundlewatch": "^0.3.3",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",