Skip to content

Commit 677946d

Browse files
chore(deps): bump the typescript group across 1 directory with 2 updates
Bumps the typescript group with 2 updates in the / directory: [typedoc](https://github.com/TypeStrong/TypeDoc) and [typescript](https://github.com/microsoft/TypeScript). Updates `typedoc` from 0.28.1 to 0.28.2 - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](TypeStrong/typedoc@v0.28.1...v0.28.2) Updates `typescript` from 5.8.2 to 5.8.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typedoc dependency-version: 0.28.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: typescript - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: typescript ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent acf2269 commit 677946d

File tree

3 files changed

+44
-22
lines changed

3 files changed

+44
-22
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.3",
37-
"typescript": "^5.8.2",
37+
"typescript": "^5.8.3",
3838
"vitest": "^3.0.5"
3939
},
4040
"dependencies": {
@@ -52,6 +52,6 @@
5252
"aws-cdk": "^2.1007.0",
5353
"constructs": "^10.4.2",
5454
"esbuild": "^0.25.2",
55-
"typescript": "^5.8.2"
55+
"typescript": "^5.8.3"
5656
}
5757
}

package-lock.json

+40-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@
6161
"middy4": "npm:@middy/core@^4.7.0",
6262
"middy5": "npm:@middy/core@^5.4.3",
6363
"middy6": "npm:@middy/core@^6.0.0",
64-
"typedoc": "^0.28.1",
64+
"typedoc": "^0.28.2",
6565
"typedoc-plugin-missing-exports": "^4.0.0",
6666
"typedoc-plugin-zod": "^1.4.0",
67-
"typescript": "^5.8.2",
67+
"typescript": "^5.8.3",
6868
"vitest": "^3.0.9"
6969
},
7070
"lint-staged": {

0 commit comments

Comments
 (0)