Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 11, 2024
1 parent b156cbd commit 2a944ed
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.10",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
"typescript": "^5.6.3"
},
"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.7",
"typescript": "^5.5.4"
"typescript": "^5.6.3"
},
"scripts": {
"doc": "typedoc --out doc --exclude '**/*.test.ts' src",
Expand Down

0 comments on commit 2a944ed

Please sign in to comment.