Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hazae41 committed Sep 10, 2023
1 parent e2b77e0 commit 4d1d7ae
Show file tree
Hide file tree
Showing 16 changed files with 226 additions and 135 deletions.
135 changes: 70 additions & 65 deletions package-lock.json

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

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,32 +23,32 @@
"prepare": "npm run build"
},
"dependencies": {
"@hazae41/base16": "^1.0.4",
"@hazae41/binary": "^1.2.35",
"@hazae41/bytes": "^1.1.22",
"@hazae41/cursor": "^1.1.25",
"@hazae41/keccak256": "^1.0.1",
"@hazae41/result": "^1.1.2"
"@hazae41/base16": "^1.0.8",
"@hazae41/binary": "^1.3.1",
"@hazae41/bytes": "^1.2.2",
"@hazae41/cursor": "^1.1.26",
"@hazae41/keccak256": "^1.0.2",
"@hazae41/result": "^1.1.3"
},
"devDependencies": {
"@hazae41/alocer": "^1.0.0",
"@hazae41/alocer": "^1.0.1",
"@hazae41/deimos": "^1.0.6",
"@hazae41/morax": "^1.1.0",
"@hazae41/morax": "^1.1.1",
"@hazae41/phobos": "^1.0.10",
"@hazae41/symbol-dispose-polyfill": "^1.0.2",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-typescript": "^11.1.3",
"@types/node": "^20.5.9",
"@types/node": "^20.6.0",
"ethers": "^6.7.1",
"rimraf": "^5.0.1",
"rollup": "^3.28.1",
"rollup-plugin-dts": "^6.0.1",
"rollup": "^3.29.1",
"rollup-plugin-dts": "^6.0.2",
"rollup-plugin-node-externals": "^6.1.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"viem": "^1.10.1",
"viem": "^1.10.8",
"web3": "^4.1.1"
},
"exports": {
Expand Down
Loading

0 comments on commit 4d1d7ae

Please sign in to comment.