Skip to content

Commit

Permalink
fix(types): update dependency type-fest to v4.20.1 (#20255)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 16, 2024
1 parent 3cc878d commit 1984553
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 54 deletions.
96 changes: 48 additions & 48 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/appium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"semver": "7.6.2",
"source-map-support": "0.5.21",
"teen_process": "2.1.4",
"type-fest": "4.20.0",
"type-fest": "4.20.1",
"winston": "3.13.0",
"wrap-ansi": "7.0.0",
"ws": "8.17.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/base-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"path-to-regexp": "6.2.2",
"serve-favicon": "2.5.0",
"source-map-support": "0.5.21",
"type-fest": "4.20.0",
"type-fest": "4.20.1",
"validate.js": "0.13.1"
},
"optionalDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/docutils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"semver": "7.6.2",
"source-map-support": "0.5.21",
"teen_process": "2.1.4",
"type-fest": "4.20.0",
"type-fest": "4.20.1",
"typescript": "5.4.5",
"yaml": "2.4.5",
"yargs": "17.7.2",
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 @@ -52,7 +52,7 @@
"sinon": "18.0.0",
"source-map-support": "0.5.21",
"stoppable": "1.1.0",
"type-fest": "4.20.0"
"type-fest": "4.20.1"
},
"peerDependencies": {
"appium": "^2.0.0-beta.43",
Expand Down
2 changes: 1 addition & 1 deletion packages/support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"source-map-support": "0.5.21",
"supports-color": "8.1.1",
"teen_process": "2.1.4",
"type-fest": "4.20.0",
"type-fest": "4.20.1",
"uuid": "9.0.1",
"which": "4.0.0",
"yauzl": "3.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@appium/tsconfig": "^0.3.3",
"@types/express": "4.17.21",
"@types/ws": "8.5.10",
"type-fest": "4.20.0"
"type-fest": "4.20.1"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
Expand Down

0 comments on commit 1984553

Please sign in to comment.