Skip to content

Commit

Permalink
chore(deps): bump typescript from 5.6.2 to 5.6.3
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.2 to 5.6.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.6.2...v5.6.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent 7e07ce9 commit c29e9c0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions examples/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"constructs": "^10.3.0",
"source-map-support": "^0.5.21",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vitest": "^2.0.5"
},
"dependencies": {
Expand All @@ -52,6 +52,6 @@
"@types/node": "22.7.4",
"constructs": "^10.3.0",
"esbuild": "^0.24.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"typedoc": "^0.26.8",
"typedoc-plugin-missing-exports": "^3.0.0",
"typedoc-plugin-zod": "^1.2.1",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vitest": "^2.0.5"
},
"lint-staged": {
Expand Down

0 comments on commit c29e9c0

Please sign in to comment.