Skip to content

Commit

Permalink
Bump typescript from 5.6.2 to 5.6.3 (#787)
Browse files Browse the repository at this point in the history
Bumps [typescript](https:/microsoft/TypeScript) from 5.6.2 to 5.6.3.
- [Release notes](https:/microsoft/TypeScript/releases)
- [Changelog](https:/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:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent d517008 commit 27c6bd4
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 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 packages/cf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"esbuild": "0.24.0",
"puppeteer": "23.5.1",
"tsx": "4.19.1",
"typescript": "5.6.2",
"typescript": "5.6.3",
"wrangler": "3.80.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@tsconfig/strictest": "2.0.5",
"@types/node": "22.7.5",
"tsx": "4.19.1",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"dependencies": {
"@bitextual/core": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/html-to-text": "9.0.4",
"@types/node": "22.7.5",
"tsx": "4.19.1",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"dependencies": {
"@bitextual/hunalign": "^0.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"devDependencies": {
"@tsconfig/strictest": "2.0.5",
"@types/node": "22.7.5",
"typescript": "5.6.2"
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/web-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "module",
"devDependencies": {
"@tsconfig/strictest": "2.0.5",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"dependencies": {
"zod": "^3.23.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"npm-run-all": "4.1.5",
"simple-git": "3.27.0",
"tsx": "4.19.1",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"dependencies": {
"@bitextual/core": "*",
Expand Down

0 comments on commit 27c6bd4

Please sign in to comment.