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.4.3 to 5.4.4 in /typescript (#881)
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.3 to 5.4.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.3...v5.4.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  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 Apr 9, 2024
1 parent 139b220 commit 0df40cf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 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.4.3",
"typescript": "~5.4.4",
"esbuild": "^0.20.2",
"@web/dev-server": "^0.4.4"
},
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.4",
"esbuild": "^0.20.2",
"typescript": "~5.4.3",
"typescript": "~5.4.4",
"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.4.3",
"typescript": "~5.4.4",
"vite": "^5.2.6",
"vite-plugin-wasm": "^3.3.0",
"vite-plugin-top-level-await": "^1.4.1",
Expand Down

0 comments on commit 0df40cf

Please sign in to comment.