Skip to content

Commit

Permalink
chore(deps-dev): Bump typescript from 5.5.4 to 5.6.2 (#121)
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:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 18, 2024
1 parent 619e544 commit c448cb9
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 85 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"prettier": "^3.3.3",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/ai-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@sap-ai-sdk/core": "workspace:^"
},
"devDependencies": {
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"@sap-cloud-sdk/openapi-generator": "^3.21.0"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"@sap-cloud-sdk/util": "^3.21.0"
},
"devDependencies": {
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/foundation-models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@sap-cloud-sdk/openapi-generator": "^3.21.0",
"nock": "^13.5.5",
"ts-to-zod": "^3.13.0",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"zod": "^3.23.8"
}
}
2 changes: 1 addition & 1 deletion packages/orchestration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@sap-cloud-sdk/openapi-generator": "^3.21.0",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"nock": "^13.5.5"
}
}
Loading

0 comments on commit c448cb9

Please sign in to comment.