We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf75df2 commit c43a6cbCopy full SHA for c43a6cb
package.json
@@ -28,7 +28,7 @@
28
"packages/node",
29
"packages/cli-tools"
30
],
31
- "devDependencies": {
+ "dependencies": {
32
"@eslint/js": "^9.15.0",
33
"@manypkg/cli": "^0.23.0",
34
"@protobuf-ts/plugin": "^2.9.3",
packages/dht/package.json
@@ -39,7 +39,7 @@
39
"ipaddr.js": "^2.0.1",
40
"k-bucket": "^5.1.0",
41
"lodash": "^4.17.21",
42
- "lru-cache": "11.0.2",
+ "lru-cache": "^11.0.2",
43
"node-datachannel": "^0.10.1",
44
"querystring": "0.2.1",
45
"uuid": "^11.0.3",
0 commit comments