Skip to content

Commit 4084b2b

Browse files
chore(deps): bump typescript in the typescript group across 1 directory
Bumps the typescript group with 1 update in the / directory: [typescript](https://github.com/microsoft/TypeScript). Updates `typescript` from 5.7.2 to 5.7.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.7.2...v5.7.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-patch dependency-group: typescript ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 39c98c3 commit 4084b2b

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

examples/app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"constructs": "^10.4.2",
3535
"source-map-support": "^0.5.21",
3636
"tsx": "^4.19.2",
37-
"typescript": "^5.7.2",
37+
"typescript": "^5.7.3",
3838
"vitest": "^2.0.5"
3939
},
4040
"dependencies": {
@@ -52,6 +52,6 @@
5252
"aws-cdk": "^2.177.0",
5353
"constructs": "^10.4.2",
5454
"esbuild": "^0.24.2",
55-
"typescript": "^5.7.2"
55+
"typescript": "^5.7.3"
5656
}
5757
}

package-lock.json

+7-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
@@ -64,7 +64,7 @@
6464
"typedoc": "^0.27.6",
6565
"typedoc-plugin-missing-exports": "^3.1.0",
6666
"typedoc-plugin-zod": "^1.3.1",
67-
"typescript": "^5.7.2",
67+
"typescript": "^5.7.3",
6868
"vitest": "^2.0.5"
6969
},
7070
"lint-staged": {

0 commit comments

Comments
 (0)