Skip to content

Commit c29e9c0

Browse files
chore(deps): bump typescript from 5.6.2 to 5.6.3
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.2 to 5.6.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.6.2...v5.6.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7e07ce9 commit c29e9c0

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.4",
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)