Skip to content

Commit 7a41f03

Browse files
deps: bump typescript from 5.6.3 to 5.7.3
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 to 5.7.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.6.3...v5.7.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent edb3186 commit 7a41f03

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

package-lock.json

Lines changed: 9 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"husky": "^9.1.4",
2323
"lint-staged": "^15.2.10",
2424
"prettier": "^3.3.3",
25-
"typescript": "^5.6.3"
25+
"typescript": "^5.9.2"
2626
},
2727
"scripts": {
2828
"build": "npm run build --workspaces --if-present",

packages/neovim/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"mocha": "^10.8.2",
6767
"ts-node": "^10.9.2",
6868
"typedoc": "^0.26.11",
69-
"typescript": "^5.6.3"
69+
"typescript": "^5.9.2"
7070
},
7171
"scripts": {
7272
"doc": "typedoc --out doc --exclude '**/*.test.ts' src",

0 commit comments

Comments
 (0)