Skip to content

Commit

Permalink
fix(types): update dependency type-fest to v4.10.1 (#19703)
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 Jan 24, 2024
1 parent 759e06a commit 501395c
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.5.4",
"source-map-support": "0.5.21",
"teen_process": "2.1.1",
"type-fest": "4.10.0",
"type-fest": "4.10.1",
"winston": "3.11.0",
"wrap-ansi": "7.0.0",
"ws": "8.16.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 @@ -68,7 +68,7 @@
"path-to-regexp": "6.2.1",
"serve-favicon": "2.5.0",
"source-map-support": "0.5.21",
"type-fest": "4.10.0",
"type-fest": "4.10.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 @@ -65,7 +65,7 @@
"semver": "7.5.4",
"source-map-support": "0.5.21",
"teen_process": "2.1.1",
"type-fest": "4.10.0",
"type-fest": "4.10.1",
"typescript": "5.2.2",
"yaml": "2.3.4",
"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": "17.0.1",
"source-map-support": "0.5.21",
"stoppable": "1.1.0",
"type-fest": "4.10.0"
"type-fest": "4.10.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 @@ -90,7 +90,7 @@
"source-map-support": "0.5.21",
"supports-color": "8.1.1",
"teen_process": "2.1.1",
"type-fest": "4.10.0",
"type-fest": "4.10.1",
"uuid": "9.0.1",
"which": "4.0.0",
"yauzl": "2.10.0"
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 @@
"@types/express": "4.17.21",
"@types/npmlog": "7.0.0",
"@types/ws": "8.5.10",
"type-fest": "4.10.0"
"type-fest": "4.10.1"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
Expand Down

0 comments on commit 501395c

Please sign in to comment.