Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump typescript from 5.3.3 to 5.4.3 in /typescript (#865)
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.4.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.3.3...v5.4.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent ba15ce0 commit 116c071
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions typescript/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 typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"wireit": "^0.14.4",
"typescript": "~5.3.3",
"typescript": "~5.4.3",
"esbuild": "^0.20.1",
"@web/dev-server": "^0.4.3"
},
Expand Down
2 changes: 1 addition & 1 deletion typescript/packages/orb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@web/dev-server": "^0.4.3",
"esbuild": "^0.20.1",
"typescript": "~5.3.3",
"typescript": "~5.4.3",
"wireit": "^0.14.4"
},
"wireit": {
Expand Down
2 changes: 1 addition & 1 deletion typescript/packages/sphere-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lit": "^3.1.2",
"lit-redux-watch": "^0.3.8",
"reselect": "^5.1.0",
"typescript": "~5.3.3",
"typescript": "~5.4.3",
"vite": "^5.1.5",
"vite-plugin-wasm": "^3.3.0",
"vite-plugin-top-level-await": "^1.4.1",
Expand Down

0 comments on commit 116c071

Please sign in to comment.