Skip to content

Commit

Permalink
fix vm dependencies (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjah authored Nov 15, 2023
1 parent 58c38b6 commit 8cb8448
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 33 deletions.
46 changes: 15 additions & 31 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,18 @@
"prepare": "husky install",
"doc": "typedoc assembly/index.ts --name massa-as-sdk --out docs/documentation/html --tsconfig assembly/tsconfig.json"
},
"dependencies": {
"ethers": "^6.8.1",
"js-sha3": "^0.9.2"
},
"devDependencies": {
"@as-pect/cli": "^8.0.1",
"@massalabs/as-transformer": "^0.2.0",
"@massalabs/as-types": "^1.0.0",
"@massalabs/eslint-config": "^0.0.8",
"@massalabs/prettier-config-as": "^0.0.2",
"as-bignum": "^0.2.40",
"ethers": "^6.8.1",
"husky": "^8.0.2",
"js-sha3": "^0.9.2",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"typedoc": "^0.23.23",
Expand Down

0 comments on commit 8cb8448

Please sign in to comment.