Skip to content
38 changes: 11 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions packages/binding-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,13 @@
"devDependencies": {
"@node-oauth/express-oauth-server": "^3.0.1",
"@node-oauth/oauth2-server": "^4.3.0",
"@sinonjs/fake-timers": "^11.2.2",
"@types/accept-language-parser": "^1.5.2",
"@types/basic-auth": "1.1.3",
"@types/eventsource": "^1.1.15",
"@types/express": "^4.17.3",
"@types/node-fetch": "^2.6.12",
"body-parser": "^1.20.3",
"express": "^4.20.0",
"serve-static": "^1.16.0",
"ssestream": "^1.1.0",
"timekeeper": "^2.2.0"
},
Expand All @@ -41,7 +39,7 @@
"find-my-way": "^8.2.2",
"node-fetch": "^2.7.0",
"query-string": "^7.1.1",
"rxjs": "5.5.11",
"rxjs": "^5.5.11",
"slugify": "^1.4.5"
},
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"@node-wot/binding-file": "0.9.2",
"@node-wot/binding-http": "0.9.2",
"@node-wot/binding-mqtt": "0.9.2",
"@node-wot/binding-websockets": "0.9.2",
"@node-wot/core": "0.9.2",
"@thingweb/thing-model": "^1.0.4",
"ajv": "^8.11.0",
Expand Down
4 changes: 1 addition & 3 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@
"repository": "https://github.com/eclipse-thingweb/node-wot/tree/master/packages/examples",
"dependencies": {
"@node-wot/binding-coap": "0.9.2",
"@node-wot/binding-file": "0.9.2",
"@node-wot/binding-http": "0.9.2",
"@node-wot/binding-mqtt": "0.9.2",
"@node-wot/binding-opcua": "0.9.2",
"@node-wot/core": "0.9.2",
"rxjs": "5.5.11"
"@node-wot/core": "0.9.2"
},
"scripts": {
"build": "tsc -b",
Expand Down