Skip to content

Commit e8b2586

Browse files
committed
Downgrade tabix-js for .d.ts generation fix
1 parent 3c76d3d commit e8b2586

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"prettier": "^3.3.3",
6565
"rimraf": "^6.0.1",
6666
"standard-changelog": "^6.0.0",
67-
"typescript": "^5.3.3",
67+
"typescript": "~5.6.0",
6868
"typescript-eslint": "^8.0.1",
6969
"vitest": "^2.0.5",
7070
"webpack": "^5.93.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4061,10 +4061,10 @@ typescript-eslint@^8.0.1:
40614061
"@typescript-eslint/parser" "8.16.0"
40624062
"@typescript-eslint/utils" "8.16.0"
40634063

4064-
typescript@^5.3.3:
4065-
version "5.7.2"
4066-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
4067-
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
4064+
typescript@~5.6.0:
4065+
version "5.6.3"
4066+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b"
4067+
integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==
40684068

40694069
uglify-js@^3.1.4:
40704070
version "3.19.3"

0 commit comments

Comments
 (0)