Skip to content

Commit ba4c247

Browse files
deps: bump typescript from 5.5.4 to 5.6.3 (#415)
1 parent b156cbd commit ba4c247

File tree

3 files changed

+23
-21
lines changed

3 files changed

+23
-21
lines changed

package-lock.json

Lines changed: 20 additions & 18 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.10",
2525
"prettier": "^3.3.3",
26-
"typescript": "^5.5.4"
26+
"typescript": "^5.6.3"
2727
},
2828
"scripts": {
2929
"build": "npm run build --workspaces --if-present",

packages/neovim/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
"@babel/preset-env": "^7.25.3",
6060
"@babel/preset-typescript": "^7.24.7",
6161
"@types/jest": "^29.5.12",
62-
"@types/node": "16.9.x",
62+
"@types/node": "^16.18.113",
6363
"babel-jest": "^29.7.0",
6464
"jest": "^29.7.0",
6565
"jest-haste-map": "^29.7.0",
6666
"jest-resolve": "^29.6.1",
6767
"typedoc": "^0.26.7",
68-
"typescript": "^5.5.4"
68+
"typescript": "^5.6.3"
6969
},
7070
"scripts": {
7171
"doc": "typedoc --out doc --exclude '**/*.test.ts' src",

0 commit comments

Comments
 (0)