Skip to content

Commit

Permalink
build(deps-dev): bump the types group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the types group with 3 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) and [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express).


Updates `@types/node` from 22.5.2 to 22.7.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/react` from 18.3.5 to 18.3.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/express` from 4.17.21 to 5.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: types
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: types
- dependency-name: "@types/express"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: types
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent b188769 commit 78327c9
Show file tree
Hide file tree
Showing 12 changed files with 99 additions and 106 deletions.
2 changes: 1 addition & 1 deletion cli/create-completion-spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@fig/complete-commander": "workspace:^",
"@types/node": "^22.5.2",
"@types/node": "^22.7.4",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
},
Expand Down
4 changes: 2 additions & 2 deletions cli/publish-spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
},
"devDependencies": {
"@fig/complete-commander": "workspace:^",
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@types/multer": "^1.4.12",
"@types/node": "^22.5.2",
"@types/node": "^22.7.4",
"@types/node-fetch": "^2.6.11",
"@types/prompts": "^2.4.9",
"express": "^4.21.0",
Expand Down
2 changes: 1 addition & 1 deletion cli/tools-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@fig/complete-commander": "workspace:^",
"@types/node": "^22.5.2",
"@types/node": "^22.7.4",
"@withfig/autocomplete-types": "workspace:^",
"tsx": "^4.19.0"
},
Expand Down
2 changes: 1 addition & 1 deletion generators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lib/"
],
"devDependencies": {
"@types/node": "^22.5.2",
"@types/node": "^22.7.4",
"@withfig/autocomplete-types": "workspace:^",
"tsx": "^4.19.0",
"typescript": "^5.5.4",
Expand Down
2 changes: 1 addition & 1 deletion helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.7",
"@types/node": "^22.5.2",
"@types/node": "^22.7.4",
"@types/semver": "^7.5.8",
"@withfig/autocomplete-types": "workspace:^",
"prettier": "^3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react": "^18.3.10",
"@withfig/autocomplete-types": "workspace:^",
"typescript": "^5.5.4"
},
Expand Down
2 changes: 1 addition & 1 deletion integrations/commander/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"prettier": "^3.3.3"
},
"devDependencies": {
"@types/node": "^22.5.2",
"@types/node": "^22.7.4",
"@withfig/autocomplete-types": "workspace:^",
"chalk": "^5.3.0",
"commander": "^11.1.0",
Expand Down
2 changes: 1 addition & 1 deletion integrations/oclif/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"prettier": "^3.3.3"
},
"devDependencies": {
"@types/node": "^22.5.2",
"@types/node": "^22.7.4",
"@withfig/autocomplete-types": "workspace:^",
"oclif": "^3.17.2",
"tslib": "^2.7.0",
Expand Down
2 changes: 1 addition & 1 deletion merge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"devDependencies": {
"@tsconfig/recommended": "^1.0.7",
"@types/node": "^22.5.2",
"@types/node": "^22.7.4",
"@withfig/autocomplete-types": "workspace:^",
"tsx": "^4.19.0"
},
Expand Down
Loading

0 comments on commit 78327c9

Please sign in to comment.