Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update TS versions for TD and TM #845

Merged
Merged
32,096 changes: 10,130 additions & 21,966 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/binding-coap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@node-wot/core": "0.8.3",
"@node-wot/td-tools": "0.8.3",
"@types/node": "16.4.13",
"coap": "^1.2.1",
"coap": "^1.2.2",
"node-coap-client": "1.0.8",
"rxjs": "5.5.11",
"slugify": "^1.4.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/binding-firestore-browser-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"main": "dist/binding-firestore-bundle.js",
"devDependencies": {
"browserify": "16.5.0",
"browserify": "^17.0.0",
"tinyify": "2.5.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/binding-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"query-string": "^7.1.1",
"rxjs": "5.5.11",
"slugify": "^1.4.5",
"wot-thing-description-types": "^1.1.0-10-August-2022"
"wot-thing-description-types": "^1.1.0-13-October-2022"
},
"scripts": {
"build": "tsc -b",
Expand Down
2 changes: 1 addition & 1 deletion packages/binding-modbus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@node-wot/core": "0.8.3",
"@node-wot/td-tools": "0.8.3",
"modbus-serial": "^8.0.3",
"modbus-serial": "8.0.3",
"rxjs": "5.5.11",
"wot-typescript-definitions": "0.8.0-SNAPSHOT.23"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/binding-mqtt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"aedes": "^0.46.2",
"mqtt": "^4.2.8",
"rxjs": "5.5.11",
"wot-thing-description-types": "^1.1.0-10-August-2022"
"wot-thing-description-types": "^1.1.0-13-October-2022"
},
"scripts": {
"build": "tsc -b",
Expand Down
3 changes: 3 additions & 0 deletions packages/browser-bundle/process
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// workaround for browserify bug: https://github.com/browserify/browserify/issues/1986

module.exports = require('../../node_modules/process')
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"ts-node": "10.1.0",
"typescript": "4.4.3",
"typescript-standard": "^0.3.36",
"wot-thing-description-types": "^1.1.0-10-August-2022",
"wot-thing-description-types": "^1.1.0-13-October-2022",
"wot-typescript-definitions": "0.8.0-SNAPSHOT.23"
},
"optionalDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"ts-node": "10.1.0",
"typescript": "4.4.3",
"typescript-standard": "^0.3.36",
"wot-thing-description-types": "^1.1.0-10-August-2022",
"wot-thing-description-types": "^1.1.0-13-October-2022",
"wot-typescript-definitions": "^0.8.0-SNAPSHOT.23"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"ts-node": "10.1.0",
"typescript": "4.4.3",
"typescript-standard": "^0.3.36",
"wot-thing-description-types": "^1.1.0-10-August-2022",
"wot-thing-description-types": "^1.1.0-13-October-2022",
"wot-typescript-definitions": "0.8.0-SNAPSHOT.23"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/td-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"is-absolute-url": "3.0.3",
"json-placeholder-replacer": "^1.0.35",
"url-toolkit": "2.1.6",
"wot-thing-description-types": "^1.1.0-10-August-2022",
"wot-thing-model-types": "^1.1.0-10-August-2022",
"wot-thing-description-types": "^1.1.0-13-October-2022",
"wot-thing-model-types": "^1.1.0-13-October-2022",
"wot-typescript-definitions": "0.8.0-SNAPSHOT.23"
},
"scripts": {
Expand Down