Skip to content

Commit

Permalink
chore(deps): bump typescript from 5.4.5 to 5.5.3
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.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.4.5...v5.5.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 6e5dd9a commit 1b975a4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions examples/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"source-map-support": "^0.5.21",
"ts-jest": "^29.1.5",
"tsx": "^4.16.2",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
},
"dependencies": {
"@aws-lambda-powertools/batch": "^2.5.0",
Expand All @@ -58,6 +58,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
}
}
12 changes: 6 additions & 6 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 @@ -75,7 +75,7 @@
"typedoc": "^0.26.4",
"typedoc-plugin-missing-exports": "^3.0.0",
"typedoc-plugin-zod": "^1.2.0",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
},
"lint-staged": {
"*.{js,ts}": "biome check --write",
Expand Down

0 comments on commit 1b975a4

Please sign in to comment.