Skip to content

Commit d23c78d

Browse files
chore(deps): bump typescript from 5.6.2 to 5.6.3 (#3181)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent db8ce7b commit d23c78d

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
@@ -35,7 +35,7 @@
3535
"constructs": "^10.3.0",
3636
"source-map-support": "^0.5.21",
3737
"tsx": "^4.19.1",
38-
"typescript": "^5.6.2",
38+
"typescript": "^5.6.3",
3939
"vitest": "^2.0.5"
4040
},
4141
"dependencies": {
@@ -52,6 +52,6 @@
5252
"@types/node": "22.7.5",
5353
"constructs": "^10.3.0",
5454
"esbuild": "^0.24.0",
55-
"typescript": "^5.6.2"
55+
"typescript": "^5.6.3"
5656
}
5757
}

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
@@ -68,7 +68,7 @@
6868
"typedoc": "^0.26.8",
6969
"typedoc-plugin-missing-exports": "^3.0.0",
7070
"typedoc-plugin-zod": "^1.2.1",
71-
"typescript": "^5.6.2",
71+
"typescript": "^5.6.3",
7272
"vitest": "^2.0.5"
7373
},
7474
"lint-staged": {

0 commit comments

Comments
 (0)