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 Sep 24, 2023
1 parent 34603c8 commit 595d460
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 55 deletions.
104 changes: 58 additions & 46 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@
"@tsconfig/node14": "14.1.0",
"@types/chai": "4.3.6",
"@types/chai-as-promised": "7.1.6",
"@types/diff": "5.0.4",
"@types/diff": "5.0.5",
"@types/mocha": "10.0.1",
"@types/node": "18.17.18",
"@types/node": "18.17.19",
"@types/semver": "7.5.2",
"@types/sinon": "10.0.16",
"@types/sinon-chai": "3.2.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/appium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@appium/support": "^4.1.6",
"@appium/types": "^0.13.4",
"@sidvind/better-ajv-errors": "2.1.0",
"@types/argparse": "2.0.10",
"@types/argparse": "2.0.11",
"@types/bluebird": "3.5.39",
"@types/fancy-log": "2.0.0",
"@types/semver": "7.5.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/base-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"@colors/colors": "1.6.0",
"@types/async-lock": "1.4.0",
"@types/bluebird": "3.5.39",
"@types/express": "4.17.17",
"@types/lodash": "4.14.198",
"@types/express": "4.17.18",
"@types/lodash": "4.14.199",
"@types/method-override": "0.0.32",
"@types/serve-favicon": "2.5.4",
"async-lock": "1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/driver-test-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"types": "./build/lib/index.d.ts",
"dependencies": {
"@appium/types": "^0.13.4",
"@types/lodash": "4.14.198",
"@types/lodash": "4.14.199",
"@types/stoppable": "1.1.1",
"axios": "1.5.0",
"bluebird": "3.7.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
"@appium/tsconfig": "^0.3.1",
"@appium/types": "^0.13.4",
"@colors/colors": "1.6.0",
"@types/archiver": "5.3.2",
"@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.5",
"@types/ncp": "2.0.6",
"@types/npmlog": "4.1.4",
"@types/pluralize": "0.0.30",
"@types/semver": "7.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@appium/schema": "^0.3.1",
"@appium/tsconfig": "^0.3.1",
"@types/express": "4.17.17",
"@types/express": "4.17.18",
"@types/npmlog": "4.1.4",
"@types/ws": "8.5.5",
"type-fest": "3.13.1"
Expand Down

0 comments on commit 595d460

Please sign in to comment.