Skip to content

Commit fae0fc9

Browse files
chore(deps): bump typescript from 5.4.5 to 5.5.4 (aws-powertools#2820)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrea Amorosi <[email protected]>
1 parent 3feba28 commit fae0fc9

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Diff for: examples/app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"source-map-support": "^0.5.21",
3939
"ts-jest": "^29.2.4",
4040
"tsx": "^4.16.5",
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.2.4",
6060
"ts-node": "^10.9.2",
61-
"typescript": "^5.4.5"
61+
"typescript": "^5.5.4"
6262
}
6363
}

Diff for: package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
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)