Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Dec 23, 2023
1 parent c70438e commit 0270f16
Show file tree
Hide file tree
Showing 13 changed files with 226 additions and 232 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,41 +60,41 @@
"packages_extra/*"
],
"devDependencies": {
"@types/mocha": "^10.0.4",
"@types/mocha": "^10.0.6",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"app-module-path": "^2.2.0",
"benchmark": "^2.1.4",
"bignumber.js": "^9.1.2",
"csv": "^6.3.5",
"csv": "^6.3.6",
"enum": "3.0.4",
"ersatz-node-expat": "^0.1.6",
"eslint-cli": "^1.1.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.1",
"mocha": "^10.2.0",
"mocha-lcov-reporter": "^1.3.0",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"should": "^13.2.3",
"ts-node": "^10.9.1",
"typescript": "5.2.2"
"ts-node": "^10.9.2",
"typescript": "5.3.3"
},
"typings": "./packages/node-opcua/node-opcua.d.ts",
"dependencies": {
"@ster5/global-mutex": "^2.0.0",
"@types/async": "^3.2.23",
"@types/async": "^3.2.24",
"@types/bonjour": "^3.5.13",
"@types/lodash": "4.14.201",
"@types/lodash": "4.14.202",
"@types/long": "^4.0.2",
"@types/mkdirp": "1.0.2",
"@types/node": "20.9.2",
"@types/node": "20.10.5",
"@types/rimraf": "^3.0.2",
"@types/sinon": "17.0.1",
"@types/underscore": "^1.11.14",
"@types/sinon": "17.0.2",
"@types/underscore": "^1.11.15",
"@types/wordwrap": "^1.0.3",
"@types/yargs": "17.0.31",
"@types/yargs": "17.0.32",
"async": "^3.2.5",
"backoff": "^2.5.0",
"better-assert": "^1.0.2",
Expand All @@ -103,14 +103,14 @@
"chalk": "4.1.2",
"cli-table3": "^0.6.3",
"cli-truncate": "2.1.0",
"csv-parse": "5.5.2",
"csv-parse": "5.5.3",
"date-utils": "^1.2.21",
"deassertify": "^0.2.0",
"delayed": "^2.0.0",
"dequeue": "^1.0.5",
"easy-table": "^1.2.0",
"env-paths": "2.2.1",
"eslint": "8.54.0",
"eslint": "8.56.0",
"exit": "^0.1.2",
"fqdn": "^0.0.3",
"hexy": "0.3.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/node-opcua-address-space/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"c": "mocha --version"
},
"dependencies": {
"@types/lodash": "4.14.201",
"@types/semver": "^7.5.5",
"@types/lodash": "4.14.202",
"@types/semver": "^7.5.6",
"async": "^3.2.5",
"chalk": "4.1.2",
"dequeue": "^1.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-basic-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"node-opcua-status-code": "2.117.0"
},
"devDependencies": {
"@types/node": "20.9.2",
"@types/node": "20.10.5",
"node-opcua-benchmarker": "2.117.0",
"node-opcua-debug": "2.118.0",
"should": "^13.2.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-chunkmanager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"node-opcua-packet-assembler": "2.118.0"
},
"devDependencies": {
"@types/node": "20.9.2",
"@types/node": "20.10.5",
"node-opcua-debug": "2.118.0",
"should": "^13.2.3",
"source-map-support": "^0.5.21"
Expand Down
4 changes: 2 additions & 2 deletions packages/node-opcua-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"types": "./dist/index.d.ts",
"dependencies": {
"@ster5/global-mutex": "^2.0.0",
"@types/async": "^3.2.23",
"@types/async": "^3.2.24",
"async": "^3.2.5",
"chalk": "4.1.2",
"node-opcua-assert": "2.105.0",
Expand Down Expand Up @@ -59,7 +59,7 @@
"thenify": "^3.3.1"
},
"devDependencies": {
"@types/underscore": "^1.11.14",
"@types/underscore": "^1.11.15",
"dequeue": "^1.0.5",
"mocha": "^10.2.0",
"node-opcua-address-space": "2.118.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"node-opcua-types": "2.118.0"
},
"devDependencies": {
"@types/node": "20.9.2",
"@types/node": "20.10.5",
"should": "^13.2.3"
},
"author": "Etienne Rossignon",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-end2end-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "mocha"
},
"devDependencies": {
"@types/underscore": "^1.11.14",
"@types/underscore": "^1.11.15",
"async": "^3.2.5",
"chalk": "4.1.2",
"cli-table3": "^0.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"node-opcua-extension-object": "2.118.0",
"node-opcua-packet-analyzer": "2.118.0",
"node-opcua-status-code": "2.117.0",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"should": "^13.2.3",
"underscore": "^1.13.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-modeler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"dependencies": {
"cli-table3": "^0.6.3",
"csv-parse": "5.5.2",
"csv-parse": "5.5.3",
"node-opcua-address-space": "2.118.0",
"node-opcua-address-space-base": "2.118.0",
"node-opcua-assert": "2.105.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/node-opcua-samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"dependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/underscore": "^1.11.14",
"@types/yargs": "17.0.31",
"@types/underscore": "^1.11.15",
"@types/yargs": "17.0.32",
"bcryptjs": "^2.4.3",
"chalk": "4.1.2",
"easy-table": "^1.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/node-opcua-variant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"node-opcua-utils": "2.117.0"
},
"devDependencies": {
"@types/lodash": "4.14.201",
"@types/underscore": "^1.11.14",
"@types/lodash": "4.14.202",
"@types/underscore": "^1.11.15",
"lodash": "4.17.21",
"node-opcua-benchmarker": "2.117.0",
"node-opcua-debug": "2.118.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"node": ">=8.10"
},
"dependencies": {
"@types/semver": "^7.5.5",
"@types/semver": "^7.5.6",
"chalk": "4.1.2",
"node-opcua-address-space": "2.118.0",
"node-opcua-address-space-for-conformance-testing": "2.118.0",
Expand Down

0 comments on commit 0270f16

Please sign in to comment.