Skip to content

Commit

Permalink
build(deps-dev): bump typescript
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group in /kusto-language-server with 1 update: [typescript](https://github.com/Microsoft/TypeScript).


Updates `typescript` from 5.5.3 to 5.5.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.5.3...v5.5.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 1, 2024
1 parent 8e148ac commit 5f11fc4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions kusto-language-server/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 kusto-language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@
"devDependencies": {
"@types/node": "^20.14.9",
"tslint": "^6.1.3",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}

0 comments on commit 5f11fc4

Please sign in to comment.