Skip to content

Commit 41a6faf

Browse files
authored
Merge pull request #1383 from danielpeintner/npm-check-2025-05
Remove (some) unsused dependencies
2 parents 04a37f5 + 65229d9 commit 41a6faf

File tree

4 files changed

+13
-34
lines changed

4 files changed

+13
-34
lines changed

package-lock.json

Lines changed: 11 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/binding-http/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,13 @@
2020
"devDependencies": {
2121
"@node-oauth/express-oauth-server": "^3.0.1",
2222
"@node-oauth/oauth2-server": "^4.3.0",
23-
"@sinonjs/fake-timers": "^11.2.2",
2423
"@types/accept-language-parser": "^1.5.2",
2524
"@types/basic-auth": "1.1.3",
2625
"@types/eventsource": "^1.1.15",
2726
"@types/express": "^4.17.3",
2827
"@types/node-fetch": "^2.6.12",
2928
"body-parser": "^1.20.3",
3029
"express": "^4.20.0",
31-
"serve-static": "^1.16.0",
3230
"ssestream": "^1.1.0",
3331
"timekeeper": "^2.2.0"
3432
},
@@ -41,7 +39,7 @@
4139
"find-my-way": "^8.2.2",
4240
"node-fetch": "^2.7.0",
4341
"query-string": "^7.1.1",
44-
"rxjs": "5.5.11",
42+
"rxjs": "^5.5.11",
4543
"slugify": "^1.4.5"
4644
},
4745
"scripts": {

packages/cli/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"@node-wot/binding-file": "0.9.2",
2525
"@node-wot/binding-http": "0.9.2",
2626
"@node-wot/binding-mqtt": "0.9.2",
27-
"@node-wot/binding-websockets": "0.9.2",
2827
"@node-wot/core": "0.9.2",
2928
"@thingweb/thing-model": "^1.0.4",
3029
"ajv": "^8.11.0",

packages/examples/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@
88
"repository": "https://github.com/eclipse-thingweb/node-wot/tree/master/packages/examples",
99
"dependencies": {
1010
"@node-wot/binding-coap": "0.9.2",
11-
"@node-wot/binding-file": "0.9.2",
1211
"@node-wot/binding-http": "0.9.2",
1312
"@node-wot/binding-mqtt": "0.9.2",
1413
"@node-wot/binding-opcua": "0.9.2",
15-
"@node-wot/core": "0.9.2",
16-
"rxjs": "5.5.11"
14+
"@node-wot/core": "0.9.2"
1715
},
1816
"scripts": {
1917
"build": "tsc -b",

0 commit comments

Comments
 (0)