Skip to content

Commit

Permalink
Upgrade Torus dependencies (#1549)
Browse files Browse the repository at this point in the history
* [wip] update dependencies

* Revert "[wip] update dependencies"

This reverts commit 04b593b.

* update torus dependencies

* fix storage test

Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
  • Loading branch information
FSM1 and Tbaut authored Sep 22, 2021
1 parent c92477b commit af43f49
Show file tree
Hide file tree
Showing 6 changed files with 334 additions and 467 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
cypress-run:
runs-on: ubuntu-latest
container: cypress/browsers:node14.16.0-chrome90-ff88
container: cypress/browsers:node14.17.0-chrome91-ff89
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
8 changes: 4 additions & 4 deletions packages/files-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"@lingui/react": "^3.7.2",
"@material-ui/core": "^4.12.3",
"@sentry/react": "^5.28.0",
"@tkey/default": "3.12.0",
"@tkey/security-questions": "3.12.0",
"@tkey/web-storage": "3.12.0",
"@toruslabs/torus-direct-web-sdk": "4.10.0",
"@tkey/default": "3.14.2",
"@tkey/security-questions": "3.14.2",
"@tkey/web-storage": "3.14.2",
"@toruslabs/torus-direct-web-sdk": "4.15.1",
"@types/filesystem": "^0.0.32",
"@types/uuid": "^8.3.0",
"axios": "0.21.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/files-ui/src/Contexts/ThresholdKeyContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ const ThresholdKeyProvider = ({ children, network = "mainnet", enableLogging = f
await serviceProvider.init({ skipSw: false }).then(() => {
console.log("initialized")
setStatus("initialized")
}).catch(() => "error initializing")
}).catch((e) => console.error("error initializing", e))
}
setTKeySdk(tkey)
}
Expand Down
2 changes: 1 addition & 1 deletion packages/gaming-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@lingui/core": "^3.7.2",
"@lingui/react": "^3.7.2",
"@sentry/react": "^5.28.0",
"@toruslabs/torus-direct-web-sdk": "4.10.0",
"@toruslabs/torus-direct-web-sdk": "4.15.1",
"axios": "0.21.4",
"babel-loader": "8.1.0",
"babel-plugin-macros": "^2.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@lingui/core": "^3.7.2",
"@lingui/react": "^3.7.2",
"@sentry/react": "^5.28.0",
"@toruslabs/torus-direct-web-sdk": "4.10.0",
"@toruslabs/torus-direct-web-sdk": "4.15.1",
"axios": "0.21.4",
"babel-loader": "8.1.0",
"babel-plugin-macros": "^2.8.0",
Expand Down
Loading

0 comments on commit af43f49

Please sign in to comment.