Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5e01c00

Browse files
authoredJul 31, 2024··
chore(deps): bump typescript from 5.4.5 to 5.5.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.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@v5.4.5...v5.5.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b3bc3cc commit 5e01c00

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed
 

‎examples/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"source-map-support": "^0.5.21",
3939
"ts-jest": "^29.1.5",
4040
"tsx": "^4.16.3",
41-
"typescript": "^5.4.5"
41+
"typescript": "^5.5.4"
4242
},
4343
"dependencies": {
4444
"@aws-lambda-powertools/batch": "^2.6.0",
@@ -58,6 +58,6 @@
5858
"jest": "^29.7.0",
5959
"ts-jest": "^29.1.5",
6060
"ts-node": "^10.9.2",
61-
"typescript": "^5.4.5"
61+
"typescript": "^5.5.4"
6262
}
6363
}

‎package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"typedoc": "^0.26.5",
6868
"typedoc-plugin-missing-exports": "^3.0.0",
6969
"typedoc-plugin-zod": "^1.2.0",
70-
"typescript": "^5.4.5"
70+
"typescript": "^5.5.4"
7171
},
7272
"lint-staged": {
7373
"*.{js,ts}": "biome check --write",

0 commit comments

Comments
 (0)
Please sign in to comment.