Skip to content

Commit

Permalink
build(deps): bump typescript from 5.5.4 to 5.6.2
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.4...v5.6.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent fe8fc00 commit 37a858e
Show file tree
Hide file tree
Showing 13 changed files with 91 additions and 91 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 @@ -36,7 +36,7 @@
"@fig/complete-commander": "workspace:^",
"@types/node": "^22.5.2",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion cli/publish-spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"multer": "1.4.5-lts.1",
"picocolors": "^1.0.1",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"publishConfig": {
"access": "public"
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 @@ -33,7 +33,7 @@
"module-from-string": "^3.3.1",
"prettier": "^3.3.3",
"semver": "^7.6.3",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"devDependencies": {
"@fig/complete-commander": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion generators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/node": "^22.5.2",
"@withfig/autocomplete-types": "workspace:^",
"tsx": "^4.19.0",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"vitest": "^2.0.5"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"author": "Fig Team",
"dependencies": {
"semver": "^7.6.3",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.7",
Expand Down
2 changes: 1 addition & 1 deletion hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@types/react": "^18.3.5",
"@withfig/autocomplete-types": "workspace:^",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion integrations/commander/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"chalk": "^5.3.0",
"commander": "^11.1.0",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion integrations/oclif/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@withfig/autocomplete-types": "workspace:^",
"oclif": "^3.17.2",
"tslib": "^2.7.0",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"files": [
"/lib",
Expand Down
2 changes: 1 addition & 1 deletion merge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"prettier": "^3.3.3",
"ts-morph": "^23.0.0",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"files": [
"lib/"
Expand Down
Loading

0 comments on commit 37a858e

Please sign in to comment.