Skip to content

Commit e607dd5

Browse files
chore(deps): bump typescript from 5.6.3 to 5.7.2
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 to 5.7.2. - [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.3...v5.7.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a8e7ef5 commit e607dd5

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

examples/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"constructs": "^10.4.2",
3636
"source-map-support": "^0.5.21",
3737
"tsx": "^4.19.2",
38-
"typescript": "^5.6.3",
38+
"typescript": "^5.7.2",
3939
"vitest": "^2.0.5"
4040
},
4141
"dependencies": {
@@ -52,6 +52,6 @@
5252
"@types/node": "22.10.0",
5353
"constructs": "^10.4.2",
5454
"esbuild": "^0.24.0",
55-
"typescript": "^5.6.3"
55+
"typescript": "^5.7.2"
5656
}
5757
}

package-lock.json

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

0 commit comments

Comments
 (0)