Skip to content

Commit

Permalink
fix: new style of deps declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Jan 14, 2025
1 parent cfbdebf commit aa4ec6d
Show file tree
Hide file tree
Showing 2 changed files with 520 additions and 543 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"lbt": "dev-lib lbt"
},
"dependencies": {
"@naturalcycles/js-lib": "^14.116.0",
"@naturalcycles/nodejs-lib": "^13.1.1"
"@naturalcycles/js-lib": "^14",
"@naturalcycles/nodejs-lib": "^13"
},
"devDependencies": {
"@naturalcycles/bench-lib": "^3.0.0",
"@naturalcycles/dev-lib": "^15.4.1",
"@types/node": "^22.1.0",
"jest": "^29.0.0"
"@naturalcycles/bench-lib": "^3",
"@naturalcycles/dev-lib": "^15",
"@types/node": "^22",
"jest": "^29"
},
"files": [
"dist",
Expand Down
Loading

0 comments on commit aa4ec6d

Please sign in to comment.