Skip to content

Commit

Permalink
chore(packages): update packages
Browse files Browse the repository at this point in the history
 - align packages version and add tooling package at root
  • Loading branch information
erossignon committed Sep 21, 2021
1 parent b652897 commit def4ddc
Show file tree
Hide file tree
Showing 30 changed files with 18,309 additions and 17,399 deletions.
6 changes: 3 additions & 3 deletions examples/servients/coap-servient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"test"
],
"devDependencies": {
"wot-typescript-definitions": "0.8.0-SNAPSHOT.11",
"@types/node": "10.9.4",
"typescript": "2.9.2"
"wot-typescript-definitions": "^0.8.0-SNAPSHOT.18",
"@types/node": "16.4.13",
"typescript": "4.1.3"
},
"dependencies": {
"@node-wot/core": "0.8.0",
Expand Down
10 changes: 5 additions & 5 deletions examples/servients/mbus-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"mbus-servient": "dist/mbus-cli.js"
},
"devDependencies": {
"@types/node": "^10.9.4",
"ts-node": "3.3.0",
"typescript-standard": "0.3.30",
"wot-typescript-definitions": "0.7.1-SNAPSHOT.1"
"@types/node": "16.4.13",
"ts-node": "10.1.0",
"typescript-standard": "^0.3.36",
"wot-typescript-definitions": "^0.8.0-SNAPSHOT.18"
},
"dependencies": {
"fs": "0.0.1-security",
"node-mbus": "^1.2.2",
"path": "^0.12.7",
"typescript": "^3.8.3"
"typescript": "4.1.3"
},
"scripts": {
"postinstall": "npm link @node-wot/core && npm link @node-wot/binding-mbus && npm link @node-wot/binding-file && npm link @node-wot/binding-http",
Expand Down
12 changes: 6 additions & 6 deletions examples/servients/modbus-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"modbus-servient": "dist/modbus-cli.js"
},
"devDependencies": {
"@types/node": "^10.9.4",
"ts-node": "3.3.0",
"typescript-standard": "0.3.30",
"wot-typescript-definitions": "0.8.0-SNAPSHOT.11"
"@types/node": "16.4.13",
"ts-node": "10.1.0",
"typescript-standard": "^0.3.36",
"wot-typescript-definitions": "^0.8.0-SNAPSHOT.18"
},
"dependencies": {
"fs": "0.0.1-security",
"modbus-serial": "^7.8.1",
"modbus-serial": "^8.0.3",
"path": "^0.12.7",
"typescript": "^3.8.3"
"typescript": "4.1.3"
},
"scripts": {
"postinstall": "npm link @node-wot/core && npm link @node-wot/binding-modbus && npm link @node-wot/binding-file && npm link @node-wot/binding-http",
Expand Down
10 changes: 5 additions & 5 deletions examples/servients/netconf-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"netconf-servient": "dist/netconf-cli.js"
},
"devDependencies": {
"@types/node": "^10.9.4",
"ts-node": "3.3.0",
"typescript": "2.9.2",
"typescript-standard": "0.3.30",
"wot-typescript-definitions": "0.8.0-SNAPSHOT.11"
"@types/node": "16.4.13",
"ts-node": "10.1.0",
"typescript": "4.1.3",
"typescript-standard": "^0.3.36",
"wot-typescript-definitions": "^0.8.0-SNAPSHOT.18"
},
"dependencies": {
"fs": "0.0.1-security",
Expand Down
10 changes: 5 additions & 5 deletions examples/servients/opcua-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"opcua-servient": "dist/opcua-cli.js"
},
"devDependencies": {
"@types/node": "^10.9.4",
"ts-node": "8.6.2",
"typescript": "3.6.3",
"typescript-standard": "0.3.30",
"wot-typescript-definitions": "0.8.0-SNAPSHOT.11"
"@types/node": "16.4.13",
"ts-node": "10.1.0",
"typescript": "4.1.3",
"typescript-standard": "^0.3.36",
"wot-typescript-definitions": "^0.8.0-SNAPSHOT.18"
},
"dependencies": {
"@node-wot/core": "0.8.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/templates/exposed-thing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"author": "tumeiesi",
"license": "MIT",
"devDependencies": {
"typescript": "3.3.1",
"wot-typescript-definitions": "0.8.0-SNAPSHOT.11",
"@types/node": "11.9.4",
"typescript": "4.1.3",
"wot-typescript-definitions": "^0.8.0-SNAPSHOT.18",
"@types/node": "16.4.13",
"tslint": "5.12.1"
},
"dependencies": {
"@node-wot/binding-http": "0.8.0",
"@node-wot/core": "0.8.0",
"request": "2.88.0",
"ajv": "^6.10.2"
"ajv": "^7.0.4"
},
"optionalDependencies": {},
"scripts": {
Expand Down
Loading

0 comments on commit def4ddc

Please sign in to comment.