Skip to content

Commit 5b6155f

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.9.2 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.9.2...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: typescript ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 92b5e92 commit 5b6155f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-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.20.6",
38-
"typescript": "^5.9.2",
38+
"typescript": "^5.9.3",
3939
"vitest": "^3.0.5"
4040
},
4141
"dependencies": {
@@ -53,6 +53,6 @@
5353
"aws-cdk": "^2.1029.2",
5454
"constructs": "^10.4.2",
5555
"esbuild": "^0.25.10",
56-
"typescript": "^5.9.2"
56+
"typescript": "^5.9.3"
5757
}
5858
}

package-lock.json

Lines changed: 6 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
@@ -61,7 +61,7 @@
6161
"middy6": "npm:@middy/core@^6.0.0",
6262
"typedoc": "^0.28.13",
6363
"typedoc-plugin-missing-exports": "^4.1.0",
64-
"typescript": "^5.9.2",
64+
"typescript": "^5.9.3",
6565
"vitest": "^3.0.9"
6666
},
6767
"lint-staged": {

0 commit comments

Comments
 (0)