Skip to content

Commit

Permalink
build(deps): bump typescript from 5.6.3 to 5.7.3
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 to 5.7.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.3...v5.7.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent b18aa5e commit 59b3501
Show file tree
Hide file tree
Showing 40 changed files with 81 additions and 82 deletions.
85 changes: 42 additions & 43 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 @@ -171,7 +171,7 @@
"rollup": "^4.28.1",
"rollup-plugin-dts": "^6.1.1",
"syncpack": "^13.0.0",
"typescript": "^5.6.3",
"typescript": "^5.7.3",
"wireit": "^0.14.9"
},
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/a2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"@typescript-eslint/parser": "^7.18.0",
"dotenv": "^16.4.7",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
"typescript": "^5.7.3"
}
}
2 changes: 1 addition & 1 deletion packages/agent-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
"@typescript-eslint/parser": "^7.18.0",
"ava": "^5.2.0",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
"typescript": "^5.7.3"
},
"dependencies": {
"@breadboard-ai/build": "0.11.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/bbrt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"@types/node": "^22.0.0",
"@web/test-runner": "^0.19.0",
"@web/test-runner-playwright": "^0.11.0",
"typescript": "^5.6.3",
"typescript": "^5.7.3",
"vite": "^6.0.2",
"wireit": "^0.14.9"
}
Expand Down
Loading

0 comments on commit 59b3501

Please sign in to comment.