Skip to content

Commit 046497b

Browse files
deps: bump typescript from 5.9.2 to 5.9.3 (#501)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.2 to 5.9.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.9.2...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 68a0e3b commit 046497b

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

package-lock.json

Lines changed: 9 additions & 9 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.7",
2323
"lint-staged": "^16.2.3",
2424
"prettier": "^3.6.2",
25-
"typescript": "^5.9.2"
25+
"typescript": "^5.9.3"
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.28.11",
69-
"typescript": "^5.9.2"
69+
"typescript": "^5.9.3"
7070
},
7171
"scripts": {
7272
"doc": "typedoc --out doc --exclude '**/*.test.ts' src",

0 commit comments

Comments
 (0)