Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1995 committed Feb 5, 2024
1 parent d3c2562 commit 1b95cac
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 27 deletions.
34 changes: 18 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/adapters/base-evm-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@toruslabs/base-controllers": "^5.3.9",
"@web3auth/base": "^8.0.0-alpha.8"
},
"files": [
Expand Down
3 changes: 1 addition & 2 deletions packages/adapters/base-evm-adapter/src/baseEvmAdapter.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { signChallenge, verifySignedChallenge } from "@toruslabs/base-controllers";
import {
ADAPTER_EVENTS,
ADAPTER_STATUS,
Expand All @@ -9,9 +10,7 @@ import {
getChainConfig,
getSavedToken,
saveToken,
signChallenge,
UserAuthInfo,
verifySignedChallenge,
WalletLoginError,
} from "@web3auth/base";

Expand Down
1 change: 1 addition & 0 deletions packages/adapters/base-solana-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@toruslabs/base-controllers": "^5.3.9",
"@web3auth/base": "^8.0.0-alpha.8",
"bs58": "^5.0.0"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { signChallenge, verifySignedChallenge } from "@toruslabs/base-controllers";
import {
ADAPTER_EVENTS,
ADAPTER_STATUS,
Expand All @@ -9,9 +10,7 @@ import {
getChainConfig,
getSavedToken,
saveToken,
signChallenge,
UserAuthInfo,
verifySignedChallenge,
WalletLoginError,
} from "@web3auth/base";
import bs58 from "bs58";
Expand Down
1 change: 0 additions & 1 deletion packages/base/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export * from "./adapter";
export * from "./chain/config";
export * from "./chain/IChainInterface";
export * from "./constants";
export * from "./core/IWeb3Auth";
export * from "./errors";
export { default as log } from "./loglevel";
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/base-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@metamask/rpc-errors": "^6.1.0",
"@toruslabs/base-controllers": "^5.3.7",
"@toruslabs/base-controllers": "^5.3.9",
"@toruslabs/openlogin-jrpc": "^6.2.9",
"@web3auth/base": "^8.0.0-alpha.8",
"json-rpc-random-id": "^1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/ethereum-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@ethereumjs/util": "^9.0.1",
"@metamask/eth-sig-util": "^7.0.1",
"@metamask/rpc-errors": "^6.1.0",
"@toruslabs/base-controllers": "^5.3.7",
"@toruslabs/base-controllers": "^5.3.9",
"@toruslabs/http-helpers": "^6.0.0",
"@toruslabs/openlogin-jrpc": "^6.2.9",
"@walletconnect/utils": "^2.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/solana-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@metamask/rpc-errors": "^6.1.0",
"@toruslabs/base-controllers": "^5.3.7",
"@toruslabs/base-controllers": "^5.3.9",
"@toruslabs/openlogin-ed25519": "^6.0.0",
"@toruslabs/openlogin-jrpc": "^6.2.9",
"@toruslabs/tweetnacl-js": "^1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/xrpl-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@metamask/rpc-errors": "^6.1.0",
"@toruslabs/base-controllers": "^5.3.7",
"@toruslabs/base-controllers": "^5.3.9",
"@toruslabs/openlogin-jrpc": "^6.2.9",
"@web3auth/base": "^8.0.0-alpha.8",
"@web3auth/base-provider": "^8.0.0-alpha.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@toruslabs/isomorphic-style-loader": "^5.3.3",
"@types/lodash.clonedeep": "^4.5.9",
"@types/lodash.merge": "^4.6.9",
"@types/react": "^18.2.52",
"@types/react": "^18.2.53",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.17",
"css-loader": "^6.10.0",
Expand All @@ -74,7 +74,7 @@
"i18next": "^23.8.2",
"lodash.clonedeep": "^4.5.0",
"lodash.merge": "^4.6.2",
"react-i18next": "^14.0.1",
"react-i18next": "^14.0.3",
"react-qrcode-logo": "^2.9.0"
},
"lint-staged": {
Expand Down

0 comments on commit 1b95cac

Please sign in to comment.