Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 29bb816 commit 4ba5e5c
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 25 deletions.
29 changes: 9 additions & 20 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"readable-stream": "^4.5.2",
"stream-json": "1.8.0",
"string-to-stream": "^3.0.1",
"typescript": "4.9.5"
"typescript": "5.5.4"
},
"devDependencies": {
"@tsconfig/node18": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/quicktype-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/unicode-properties": "^1.3.0",
"@types/urijs": "^1.19.25",
"@types/wordwrap": "^1.0.3",
"typescript": "4.9.5"
"typescript": "5.5.4"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/quicktype-graphql-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@types/node": "18.19.31",
"@types/graphql": "^0.11.7",
"typescript": "4.9.5"
"typescript": "5.5.4"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/quicktype-typescript-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"quicktype-core": "file:../quicktype-core",
"typescript": "4.9.5",
"typescript": "5.5.4",
"@mark.probst/typescript-json-schema": "0.55.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/quicktype-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"@vscode/test-electron": "^2.3.9",
"@vscode/vsce": "^2.25.0",
"eslint": "^8.56.0",
"typescript": "^5.3.3",
"typescript": "^5.5.4",
"node-persist": "^4.0.1",
"quicktype-core": "file:../quicktype-core",
"quicktype-typescript-input": "file:../quicktype-typescript-input",
Expand Down

0 comments on commit 4ba5e5c

Please sign in to comment.