Skip to content

Commit

Permalink
fix(support): update definitelytyped
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 18, 2023
1 parent 475198e commit a306ce7
Show file tree
Hide file tree
Showing 14 changed files with 358 additions and 316 deletions.
580 changes: 311 additions & 269 deletions package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -88,18 +88,18 @@
"@commitlint/cli": "17.8.0",
"@commitlint/config-conventional": "17.8.0",
"@tsconfig/node14": "14.1.0",
"@types/chai": "4.3.8",
"@types/chai-as-promised": "7.1.6",
"@types/diff": "5.0.6",
"@types/mocha": "10.0.2",
"@types/node": "18.18.5",
"@types/semver": "7.5.3",
"@types/sinon": "10.0.19",
"@types/sinon-chai": "3.2.10",
"@types/source-map-support": "0.5.8",
"@types/chai": "4.3.9",
"@types/chai-as-promised": "7.1.7",
"@types/diff": "5.0.7",
"@types/mocha": "10.0.3",
"@types/node": "18.18.6",
"@types/semver": "7.5.4",
"@types/sinon": "10.0.20",
"@types/sinon-chai": "3.2.11",
"@types/source-map-support": "0.5.9",
"@types/teen_process": "2.0.1",
"@types/ws": "8.5.7",
"@types/yargs": "17.0.28",
"@types/ws": "8.5.8",
"@types/yargs": "17.0.29",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"asyncbox": "2.9.4",
Expand Down
8 changes: 4 additions & 4 deletions packages/appium/package.json
Expand Up @@ -67,10 +67,10 @@
"@appium/support": "^4.1.7",
"@appium/types": "^0.14.0",
"@sidvind/better-ajv-errors": "2.1.0",
"@types/argparse": "2.0.11",
"@types/bluebird": "3.5.40",
"@types/fancy-log": "2.0.0",
"@types/semver": "7.5.3",
"@types/argparse": "2.0.12",
"@types/bluebird": "3.5.41",
"@types/fancy-log": "2.0.1",
"@types/semver": "7.5.4",
"@types/teen_process": "2.0.1",
"@types/wrap-ansi": "3.0.0",
"ajv": "8.12.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/base-driver/package.json
Expand Up @@ -47,12 +47,12 @@
"@appium/support": "^4.1.7",
"@appium/types": "^0.14.0",
"@colors/colors": "1.6.0",
"@types/async-lock": "1.4.0",
"@types/bluebird": "3.5.40",
"@types/express": "4.17.19",
"@types/lodash": "4.14.199",
"@types/method-override": "0.0.33",
"@types/serve-favicon": "2.5.5",
"@types/async-lock": "1.4.1",
"@types/bluebird": "3.5.41",
"@types/express": "4.17.20",
"@types/lodash": "4.14.200",
"@types/method-override": "0.0.34",
"@types/serve-favicon": "2.5.6",
"async-lock": "1.4.0",
"asyncbox": "2.9.4",
"axios": "1.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/doctor/package.json
Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"@appium/support": "^4.1.7",
"@colors/colors": "1.6.0",
"@types/bluebird": "3.5.40",
"@types/bluebird": "3.5.41",
"@types/teen_process": "2.0.1",
"appium-adb": "10.0.0",
"bluebird": "3.7.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/driver-test-support/package.json
Expand Up @@ -42,8 +42,8 @@
"types": "./build/lib/index.d.ts",
"dependencies": {
"@appium/types": "^0.14.0",
"@types/lodash": "4.14.199",
"@types/stoppable": "1.1.1",
"@types/lodash": "4.14.200",
"@types/stoppable": "1.1.2",
"axios": "1.5.1",
"bluebird": "3.7.2",
"chai": "4.3.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/execute-driver-plugin/package.json
Expand Up @@ -38,7 +38,7 @@
"test:unit": "mocha \"./test/unit/**/*.spec.js\""
},
"dependencies": {
"@types/bluebird": "3.5.40",
"@types/bluebird": "3.5.41",
"bluebird": "3.7.2",
"lodash": "4.17.21",
"source-map-support": "0.5.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/fake-driver/package.json
Expand Up @@ -46,7 +46,7 @@
"test:unit": "mocha --timeout 10s --slow 5s \"./test/unit/**/*.spec.js\""
},
"dependencies": {
"@types/bluebird": "3.5.40",
"@types/bluebird": "3.5.41",
"@xmldom/xmldom": "0.8.10",
"asyncbox": "2.9.4",
"bluebird": "3.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/fake-plugin/package.json
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@appium/base-plugin": "^2.2.21",
"@appium/support": "^4.1.7",
"@types/bluebird": "3.5.40",
"@types/bluebird": "3.5.41",
"bluebird": "3.7.2",
"lodash": "4.17.21",
"source-map-support": "0.5.21"
Expand Down
2 changes: 1 addition & 1 deletion packages/opencv/package.json
Expand Up @@ -41,7 +41,7 @@
"test:unit": "mocha \"./test/unit/**/*.spec.js\""
},
"dependencies": {
"@types/bluebird": "3.5.40",
"@types/bluebird": "3.5.41",
"bluebird": "3.7.2",
"lodash": "4.17.21",
"opencv-bindings": "4.5.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Expand Up @@ -38,7 +38,7 @@
"test": "exit 0"
},
"dependencies": {
"@types/json-schema": "7.0.13",
"@types/json-schema": "7.0.14",
"json-schema": "0.4.0",
"source-map-support": "0.5.21"
},
Expand Down
28 changes: 14 additions & 14 deletions packages/support/package.json
Expand Up @@ -44,21 +44,21 @@
"@appium/tsconfig": "^0.3.2",
"@appium/types": "^0.14.0",
"@colors/colors": "1.6.0",
"@types/archiver": "5.3.3",
"@types/base64-stream": "1.0.3",
"@types/find-root": "1.1.2",
"@types/jsftp": "2.1.3",
"@types/klaw": "3.0.4",
"@types/lockfile": "1.0.2",
"@types/mv": "2.1.2",
"@types/ncp": "2.0.6",
"@types/npmlog": "4.1.4",
"@types/pluralize": "0.0.31",
"@types/semver": "7.5.3",
"@types/shell-quote": "1.7.2",
"@types/supports-color": "8.1.1",
"@types/archiver": "5.3.4",
"@types/base64-stream": "1.0.4",
"@types/find-root": "1.1.3",
"@types/jsftp": "2.1.4",
"@types/klaw": "3.0.5",
"@types/lockfile": "1.0.3",
"@types/mv": "2.1.3",
"@types/ncp": "2.0.7",
"@types/npmlog": "4.1.5",
"@types/pluralize": "0.0.32",
"@types/semver": "7.5.4",
"@types/shell-quote": "1.7.3",
"@types/supports-color": "8.1.2",
"@types/teen_process": "2.0.1",
"@types/uuid": "9.0.5",
"@types/uuid": "9.0.6",
"@types/which": "3.0.0",
"archiver": "6.0.1",
"axios": "1.5.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/types/package.json
Expand Up @@ -40,9 +40,9 @@
"dependencies": {
"@appium/schema": "^0.4.0",
"@appium/tsconfig": "^0.3.2",
"@types/express": "4.17.19",
"@types/npmlog": "4.1.4",
"@types/ws": "8.5.7",
"@types/express": "4.17.20",
"@types/npmlog": "4.1.5",
"@types/ws": "8.5.8",
"type-fest": "3.13.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/universal-xml-plugin/package.json
Expand Up @@ -36,7 +36,7 @@
"test:unit": "mocha \"./test/unit/**/*.spec.js\""
},
"dependencies": {
"@types/xmldom": "0.1.32",
"@types/xmldom": "0.1.33",
"@xmldom/xmldom": "0.8.10",
"fast-xml-parser": "4.3.2",
"lodash": "4.17.21",
Expand Down

0 comments on commit a306ce7

Please sign in to comment.