Skip to content

Commit c43a6cb

Browse files
committed
Fix package jsons
1 parent bf75df2 commit c43a6cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"packages/node",
2929
"packages/cli-tools"
3030
],
31-
"devDependencies": {
31+
"dependencies": {
3232
"@eslint/js": "^9.15.0",
3333
"@manypkg/cli": "^0.23.0",
3434
"@protobuf-ts/plugin": "^2.9.3",

packages/dht/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"ipaddr.js": "^2.0.1",
4040
"k-bucket": "^5.1.0",
4141
"lodash": "^4.17.21",
42-
"lru-cache": "11.0.2",
42+
"lru-cache": "^11.0.2",
4343
"node-datachannel": "^0.10.1",
4444
"querystring": "0.2.1",
4545
"uuid": "^11.0.3",

0 commit comments

Comments
 (0)