Skip to content
This repository was archived by the owner on May 25, 2025. It is now read-only.

Commit 3e85e35

Browse files
fix: new style of deps declaration
1 parent c0e6954 commit 3e85e35

File tree

2 files changed

+742
-721
lines changed

2 files changed

+742
-721
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
"lbt": "dev-lib lbt"
1010
},
1111
"dependencies": {
12-
"@naturalcycles/js-lib": "^14.0.0",
13-
"@naturalcycles/nodejs-lib": "^13.0.2",
14-
"autocannon": "^8.0.0",
15-
"benchmark": "^2.1.4"
12+
"@naturalcycles/js-lib": "^14",
13+
"@naturalcycles/nodejs-lib": "^13",
14+
"autocannon": "^8",
15+
"benchmark": "^2"
1616
},
1717
"devDependencies": {
18-
"@naturalcycles/dev-lib": "^15.27.3",
19-
"@types/benchmark": "^2.1.0",
20-
"@types/express": "^5.0.0",
21-
"@types/node": "^22.9.0",
22-
"express": "^4.17.1",
23-
"fastify": "^5.1.0",
24-
"helmet": "^8.0.0",
25-
"jest": "^29.0.3"
18+
"@naturalcycles/dev-lib": "^15",
19+
"@types/benchmark": "^2",
20+
"@types/express": "^5",
21+
"@types/node": "^22",
22+
"express": "^4",
23+
"fastify": "^5",
24+
"helmet": "^8",
25+
"jest": "^29"
2626
},
2727
"files": [
2828
"dist"

0 commit comments

Comments
 (0)