diff --git a/eth-pm/package.json b/eth-pm/package.json index 795db5e..8512129 100644 --- a/eth-pm/package.json +++ b/eth-pm/package.json @@ -10,7 +10,7 @@ "@material-ui/icons": "^4.11.2", "ethers": "5.7.0", "fontsource-roboto": "^4.0.0", - "js-waku": "0.24.0-158b789", + "js-waku": "0.26.0", "protobufjs": "^7.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/eth-pm/pnpm-lock.yaml b/eth-pm/pnpm-lock.yaml index 07ab9d9..7816f8a 100644 --- a/eth-pm/pnpm-lock.yaml +++ b/eth-pm/pnpm-lock.yaml @@ -14,7 +14,7 @@ specifiers: eslint: ^8.9.0 ethers: 5.7.0 fontsource-roboto: ^4.0.0 - js-waku: 0.24.0-158b789 + js-waku: 0.26.0 npm-run-all: ^4.1.5 prettier: ^2.5.1 protobufjs: ^7.1.0 @@ -31,7 +31,7 @@ dependencies: '@material-ui/icons': 4.11.3_upnjamd3tbaukgopcqqdlc7jbm ethers: 5.7.0 fontsource-roboto: 4.0.0 - js-waku: 0.24.0-158b789_undici@5.10.0 + js-waku: 0.26.0_undici@5.10.0 protobufjs: 7.1.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -8284,8 +8284,8 @@ packages: /js-tokens/4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} - /js-waku/0.24.0-158b789_undici@5.10.0: - resolution: {integrity: sha512-M/+hYMXYjlEw9lezxHcmg2F9o5gINJyCadOVC0YLuA7cQD+UIMUDFRqSaoM1J78QlB4QvH+dQrZWMMqU2priVg==} + /js-waku/0.26.0_undici@5.10.0: + resolution: {integrity: sha512-BcgMeYj9wYGNt4fs3lFUSLpFqQttpju4FAmVbB19oYK1IWR8nGKu52eLAFBrh0uH3r73Ud9PXG3I1099THqlOQ==} engines: {node: '>=16'} dependencies: '@chainsafe/libp2p-gossipsub': 4.1.1_undici@5.10.0 diff --git a/relay-js/index.html b/relay-js/index.html index fa30dab..cd861b2 100644 --- a/relay-js/index.html +++ b/relay-js/index.html @@ -28,13 +28,13 @@ import { WakuMessage - } from 'https://unpkg.com/js-waku@next/bundle/index.js'; + } from 'https://unpkg.com/js-waku@0.26.0/bundle/index.js'; import { createWaku - } from 'https://unpkg.com/js-waku@next/bundle/lib/create_waku.js' + } from 'https://unpkg.com/js-waku@0.26.0/bundle/lib/create_waku.js' import { waitForRemotePeer - } from 'https://unpkg.com/js-waku@next/bundle/lib/wait_for_remote_peer.js' + } from 'https://unpkg.com/js-waku@0.26.0/bundle/lib/wait_for_remote_peer.js' const statusDiv = document.getElementById('status'); const messagesDiv = document.getElementById('messages'); diff --git a/store-js/index.html b/store-js/index.html index ccb9ca8..02c6019 100644 --- a/store-js/index.html +++ b/store-js/index.html @@ -15,13 +15,13 @@