Skip to content

Commit

Permalink
fix: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Aug 22, 2023
1 parent a063eaf commit 0a2e74e
Show file tree
Hide file tree
Showing 2 changed files with 476 additions and 472 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"@naturalcycles/js-lib": "^14.0.0",
"@naturalcycles/nodejs-lib": "^12.0.0",
"@naturalcycles/nodejs-lib": "^13.0.2",
"autocannon": "^7.0.0",
"benchmark": "^2.1.4",
"express": "^4.17.1",
Expand Down Expand Up @@ -34,7 +34,7 @@
"url": "https://github.com/NaturalCycles/bench-lib"
},
"engines": {
"node": ">=16.10.0"
"node": ">=18.12.0"
},
"version": "1.6.1",
"description": "Benchmarking library, based on Benchmark.js and Autocannon",
Expand Down
Loading

0 comments on commit 0a2e74e

Please sign in to comment.