Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Dec 23, 2023
1 parent 079a5b4 commit ef3b394
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 41 deletions.
5 changes: 5 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"printWidth": 100,
"singleQuote": true,
"trailingComma": "es5"
}
68 changes: 34 additions & 34 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"tx-validator.ts"
],
"dependencies": {
"@ethereumjs/rlp": "~5.0.0",
"@noble/curves": "~1.2.0",
"@noble/hashes": "~1.3.2"
"@ethereumjs/rlp": "5.0.0",
"@noble/curves": "1.3.0",
"@noble/hashes": "1.3.3"
},
"devDependencies": {
"micro-bmark": "0.3.0",
"micro-should": "0.4.0",
"prettier": "2.8.4",
"typescript": "5.0.2"
"prettier": "3.1.1",
"typescript": "5.3.2"
},
"jest": {
"testRegex": "/test/.*?\\.ts",
Expand Down Expand Up @@ -62,8 +62,8 @@
"build": "tsc",
"build:release": "cd build; npm run build:release",
"bench": "node test/benchmark.js",
"lint": "prettier --print-width 100 --single-quote --check index.ts",
"format": "prettier --print-width 100 --single-quote --write index.ts",
"lint": "prettier --print-width 100 --single-quote --check index.ts formatters.ts",
"format": "prettier --print-width 100 --single-quote --write index.ts formatters.ts",
"test": "node test/test.js"
}
}

0 comments on commit ef3b394

Please sign in to comment.