Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  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] committed Aug 12, 2024
1 parent c2c36cd commit bbc0b42
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"husky": "^9.1.4",
"lint-staged": "^15.2.0",
"prettier": "^3.3.3",
"typescript": "^5.3.3"
"typescript": "^5.5.4"
},
"scripts": {
"build": "npm run build --workspaces --if-present",
Expand Down
2 changes: 1 addition & 1 deletion packages/neovim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"jest-haste-map": "^29.7.0",
"jest-resolve": "^29.6.1",
"typedoc": "^0.26.5",
"typescript": "^5.3.3"
"typescript": "^5.5.4"
},
"scripts": {
"doc": "typedoc --out doc --exclude '**/*.test.ts' src",
Expand Down

0 comments on commit bbc0b42

Please sign in to comment.