Skip to content

Commit 58b3e13

Browse files
authored
[web3-onboard-v2.3.0-alpha.1] : Fix - Notifications build issue (#1081)
* Revert change to workspaces path causing build issue * Run yarn with latest
1 parent 2f4c11d commit 58b3e13

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "2.0.2",
44
"private": true,
55
"workspaces": [
6-
"packages/*"
6+
"./packages/*"
77
],
88
"scripts": {
99
"install-m1-mac": "yarn install --ignore-optional",

yarn.lock

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2421,7 +2421,7 @@
24212421
dependencies:
24222422
"@walletconnect/window-getters" "^1.0.0"
24232423

2424-
"@web3-onboard/common@2.1.1", "@web3-onboard/common@^2.0.7", "@web3-onboard/common@^2.1.1":
2424+
"@web3-onboard/common@^2.1.1":
24252425
version "2.1.1"
24262426
resolved "https://registry.yarnpkg.com/@web3-onboard/common/-/common-2.1.1.tgz#84cde2ad39581131a912aae064f0f41ef4f6843e"
24272427
integrity sha512-vkuBzW+0M+3a/2sP1m4P8BzzlPj9s5+I3wcccx8kIBW8TwQ6LejHR+k/i9pYHzQcBFHersyTWis6NeKwfOggyw==
@@ -2431,14 +2431,6 @@
24312431
joi "^17.4.2"
24322432
rxjs "^7.5.2"
24332433

2434-
"@web3-onboard/web3auth@^2.0.0":
2435-
version "2.0.0"
2436-
resolved "https://registry.yarnpkg.com/@web3-onboard/web3auth/-/web3auth-2.0.0.tgz#1ca6cf65c82989d6defb0fec3c3bbb9b549a941d"
2437-
integrity sha512-FBudJyA3MfoR01+DWmoqNr7W7gJ4qqd1gEZmvIYL3TbtuYyGo1G2KVhDB3ADAdg3GpqynREYI5xnNZcHc8oz4w==
2438-
dependencies:
2439-
"@web3-onboard/common" "^2.0.7"
2440-
"@web3auth/web3auth" "^1.0.0"
2441-
24422434
"@web3auth/base-plugin@^1.0.1":
24432435
version "1.0.1"
24442436
resolved "https://registry.yarnpkg.com/@web3auth/base-plugin/-/base-plugin-1.0.1.tgz#1e2a87acf745299fdff6f92e6c46ee9bc38aa670"

0 commit comments

Comments
 (0)