Skip to content

Commit bbc0b42

Browse files
deps: bump typescript from 5.3.3 to 5.5.4 (#381)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c2c36cd commit bbc0b42

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
@@ -23,7 +23,7 @@
2323
"husky": "^9.1.4",
2424
"lint-staged": "^15.2.0",
2525
"prettier": "^3.3.3",
26-
"typescript": "^5.3.3"
26+
"typescript": "^5.5.4"
2727
},
2828
"scripts": {
2929
"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
@@ -65,7 +65,7 @@
6565
"jest-haste-map": "^29.7.0",
6666
"jest-resolve": "^29.6.1",
6767
"typedoc": "^0.26.5",
68-
"typescript": "^5.3.3"
68+
"typescript": "^5.5.4"
6969
},
7070
"scripts": {
7171
"doc": "typedoc --out doc --exclude '**/*.test.ts' src",

0 commit comments

Comments
 (0)