Skip to content

Commit f7bdde8

Browse files
build(deps): bump typescript from 5.5.4 to 5.6.3
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.3. - [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.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 747689a commit f7bdde8

File tree

13 files changed

+91
-91
lines changed

13 files changed

+91
-91
lines changed

cli/create-completion-spec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@fig/complete-commander": "workspace:^",
3737
"@types/node": "^22.5.2",
3838
"tsx": "^4.19.0",
39-
"typescript": "^5.5.4"
39+
"typescript": "^5.6.3"
4040
},
4141
"publishConfig": {
4242
"access": "public"

cli/publish-spec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"multer": "1.4.5-lts.1",
6464
"picocolors": "^1.1.0",
6565
"tsx": "^4.19.0",
66-
"typescript": "^5.5.4"
66+
"typescript": "^5.6.3"
6767
},
6868
"publishConfig": {
6969
"access": "public"

cli/tools-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"module-from-string": "^3.3.1",
3434
"prettier": "^3.3.3",
3535
"semver": "^7.6.3",
36-
"typescript": "^5.5.4"
36+
"typescript": "^5.6.3"
3737
},
3838
"devDependencies": {
3939
"@fig/complete-commander": "workspace:^",

generators/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/node": "^22.5.2",
1919
"@withfig/autocomplete-types": "workspace:^",
2020
"tsx": "^4.19.0",
21-
"typescript": "^5.5.4",
21+
"typescript": "^5.6.3",
2222
"vitest": "^2.1.4"
2323
},
2424
"publishConfig": {

helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"author": "Fig Team",
2424
"dependencies": {
2525
"semver": "^7.6.3",
26-
"typescript": "^5.5.4"
26+
"typescript": "^5.6.3"
2727
},
2828
"devDependencies": {
2929
"@tsconfig/recommended": "^1.0.7",

hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"@types/react": "^18.3.5",
2121
"@withfig/autocomplete-types": "workspace:^",
22-
"typescript": "^5.5.4"
22+
"typescript": "^5.6.3"
2323
},
2424
"publishConfig": {
2525
"access": "public"

integrations/commander/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"chalk": "^5.3.0",
4444
"commander": "^11.1.0",
4545
"tsx": "^4.19.0",
46-
"typescript": "^5.5.4"
46+
"typescript": "^5.6.3"
4747
},
4848
"publishConfig": {
4949
"access": "public"

integrations/oclif/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@withfig/autocomplete-types": "workspace:^",
1414
"oclif": "^3.17.2",
1515
"tslib": "^2.7.0",
16-
"typescript": "^5.5.4"
16+
"typescript": "^5.6.3"
1717
},
1818
"files": [
1919
"/lib",

merge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"prettier": "^3.3.3",
1616
"ts-morph": "^23.0.0",
17-
"typescript": "^5.5.4"
17+
"typescript": "^5.6.3"
1818
},
1919
"files": [
2020
"lib/"

0 commit comments

Comments
 (0)