Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Alvarez <[email protected]>
  • Loading branch information
jonalvarezz committed Jul 19, 2024
1 parent 3ffeebd commit b5af6ef
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 10 deletions.
62 changes: 54 additions & 8 deletions tee-worker/ts-tests/pnpm-lock.yaml

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

5 changes: 3 additions & 2 deletions tee-worker/ts-tests/post-checks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
"start": "mocha --timeout 20000 --exit --sort -r ts-node/register --loader=ts-node/esm ./tests/**/*.test.ts"
},
"dependencies": {
"@litentry/chaindata": "^0.1.1",
"@litentry/enclave": "^4.0.0",
"@litentry/parachain-api": "file:../../client-api/parachain-api",
"@litentry/sidechain-api": "file:../../client-api/sidechain-api",
"@litentry/parachain-api": "0.9.18-10",
"@litentry/sidechain-api": "0.9.18-10",
"@polkadot/api": "^10.9.1",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
Expand Down

0 comments on commit b5af6ef

Please sign in to comment.