Skip to content

Commit 98c6d6b

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

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

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.0",
38-
"typescript": "^5.5.4",
38+
"typescript": "^5.6.2",
3939
"vitest": "^2.0.5"
4040
},
4141
"dependencies": {
@@ -52,6 +52,6 @@
5252
"@types/node": "22.5.4",
5353
"constructs": "^10.3.0",
5454
"esbuild": "^0.23.1",
55-
"typescript": "^5.5.4"
55+
"typescript": "^5.6.2"
5656
}
5757
}

package-lock.json

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

0 commit comments

Comments
 (0)