Skip to content

Commit d672b33

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-plugin-zod](https://github.com/Gerrit0/typedoc-plugin-zod) and [typescript](https://github.com/microsoft/TypeScript). Updates `typedoc-plugin-zod` from 1.3.1 to 1.4.0 - [Changelog](https://github.com/Gerrit0/typedoc-plugin-zod/blob/main/CHANGELOG.md) - [Commits](Gerrit0/typedoc-plugin-zod@v1.3.1...v1.4.0) Updates `typescript` from 5.7.3 to 5.8.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.7.3...v5.8.2) --- updated-dependencies: - dependency-name: typedoc-plugin-zod dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor dependency-group: typescript ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b84d6c7 commit d672b33

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

Diff for: 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.7.3",
37+
"typescript": "^5.8.2",
3838
"vitest": "^3.0.5"
3939
},
4040
"dependencies": {
@@ -52,6 +52,6 @@
5252
"aws-cdk": "^2.1003.0",
5353
"constructs": "^10.4.2",
5454
"esbuild": "^0.25.1",
55-
"typescript": "^5.7.3"
55+
"typescript": "^5.8.2"
5656
}
5757
}

Diff for: package-lock.json

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

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
"middy6": "npm:@middy/core@^6.0.0",
6464
"typedoc": "^0.27.9",
6565
"typedoc-plugin-missing-exports": "^3.1.0",
66-
"typedoc-plugin-zod": "^1.3.1",
67-
"typescript": "^5.7.3",
66+
"typedoc-plugin-zod": "^1.4.0",
67+
"typescript": "^5.8.2",
6868
"vitest": "^3.0.5"
6969
},
7070
"lint-staged": {

0 commit comments

Comments
 (0)