Skip to content

Commit 60ce01d

Browse files
chore(deps): bump typescript from 5.5.4 to 5.6.2 (aws-powertools#3041)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4a590b9 commit 60ce01d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

examples/app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"constructs": "^10.3.0",
3636
"source-map-support": "^0.5.21",
3737
"tsx": "^4.19.0",
38-
"typescript": "^5.5.4",
38+
"typescript": "^5.6.2",
3939
"vitest": "^2.0.5"
4040
},
4141
"dependencies": {
@@ -52,6 +52,6 @@
5252
"@types/node": "22.5.4",
5353
"constructs": "^10.3.0",
5454
"esbuild": "^0.23.1",
55-
"typescript": "^5.5.4"
55+
"typescript": "^5.6.2"
5656
}
5757
}

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"typedoc": "^0.26.7",
6969
"typedoc-plugin-missing-exports": "^3.0.0",
7070
"typedoc-plugin-zod": "^1.2.1",
71-
"typescript": "^5.5.4",
71+
"typescript": "^5.6.2",
7272
"vitest": "^2.0.5"
7373
},
7474
"lint-staged": {

0 commit comments

Comments
 (0)