Skip to content

Commit 265ef27

Browse files
committed
chore: move @types/node-fetch and @types/debug from devDependencies to dependencies.
Signed-off-by: ViRUS-0-0 <mrvanwariomg@gmail.com>
1 parent 8fbc11d commit 265ef27

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/binding-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
"@types/basic-auth": "1.1.3",
2525
"@types/eventsource": "^1.1.15",
2626
"@types/express": "^4.17.3",
27-
"@types/node-fetch": "^2.6.12",
2827
"body-parser": "^1.20.3",
2928
"express": "^4.20.0",
3029
"ssestream": "^1.1.0",
3130
"timekeeper": "^2.2.0"
3231
},
3332
"dependencies": {
3433
"@node-wot/core": "1.0.0",
34+
"@types/node-fetch": "^2.6.12",
3535
"accept-language-parser": "1.5.0",
3636
"basic-auth": "2.0.1",
3737
"client-oauth2": "^4.2.5",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"types": "dist/core.d.ts",
1717
"devDependencies": {
1818
"@types/content-type": "^1.1.8",
19-
"@types/debug": "^4.1.7",
2019
"@types/uritemplate": "^0.3.4",
2120
"@types/uuid": "^8.3.1"
2221
},
2322
"dependencies": {
2423
"@petamoriken/float16": "^3.1.1",
2524
"@thingweb/thing-model": "^1.0.4",
25+
"@types/debug": "^4.1.7",
2626
"ajv": "^8.11.0",
2727
"ajv-formats": "^2.1.1",
2828
"cbor": "^8.1.0",

0 commit comments

Comments
 (0)