Skip to content

Commit 70379a4

Browse files
fix(deps): align typescript version with typescript-estree
1 parent 8aa0382 commit 70379a4

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"peerDependencies": {
6464
"eslint": "^8.57.0 || ^9.0.0",
6565
"rxjs": ">=7.0.0",
66-
"typescript": ">=4.2.0"
66+
"typescript": ">=4.7.4"
6767
},
6868
"devDependencies": {
6969
"@eslint/js": "^9.14.0",
@@ -86,7 +86,7 @@
8686
"rxjs": "^7.0.0",
8787
"tsup": "^8.3.5",
8888
"tsx": "^4.19.2",
89-
"typescript": "~5.6.3",
89+
"typescript": "~5.5.4",
9090
"typescript-eslint": "^8.13.0",
9191
"vitest": "^2.1.4"
9292
},

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2437,13 +2437,13 @@ __metadata:
24372437
tslib: "npm:^2.1.0"
24382438
tsup: "npm:^8.3.5"
24392439
tsx: "npm:^4.19.2"
2440-
typescript: "npm:~5.6.3"
2440+
typescript: "npm:~5.0"
24412441
typescript-eslint: "npm:^8.13.0"
24422442
vitest: "npm:^2.1.4"
24432443
peerDependencies:
24442444
eslint: ^8.57.0 || ^9.0.0
24452445
rxjs: ">=7.0.0"
2446-
typescript: ">=4.2.0"
2446+
typescript: ">=4.7.4"
24472447
languageName: unknown
24482448
linkType: soft
24492449

@@ -4770,23 +4770,23 @@ __metadata:
47704770
languageName: node
47714771
linkType: hard
47724772

4773-
"typescript@npm:~5.6.3":
4774-
version: 5.6.3
4775-
resolution: "typescript@npm:5.6.3"
4773+
"typescript@npm:~5.0":
4774+
version: 5.0.4
4775+
resolution: "typescript@npm:5.0.4"
47764776
bin:
47774777
tsc: bin/tsc
47784778
tsserver: bin/tsserver
4779-
checksum: 10c0/44f61d3fb15c35359bc60399cb8127c30bae554cd555b8e2b46d68fa79d680354b83320ad419ff1b81a0bdf324197b29affe6cc28988cd6a74d4ac60c94f9799
4779+
checksum: 10c0/2f5bd1cead194905957cb34e220b1d6ff1662399adef8ec1864f74620922d860ee35b6e50eafb3b636ea6fd437195e454e1146cb630a4236b5095ed7617395c2
47804780
languageName: node
47814781
linkType: hard
47824782

4783-
"typescript@patch:typescript@npm%3A~5.6.3#optional!builtin<compat/typescript>":
4784-
version: 5.6.3
4785-
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=8c6c40"
4783+
"typescript@patch:typescript@npm%3A~5.0#optional!builtin<compat/typescript>":
4784+
version: 5.0.4
4785+
resolution: "typescript@patch:typescript@npm%3A5.0.4#optional!builtin<compat/typescript>::version=5.0.4&hash=b5f058"
47864786
bin:
47874787
tsc: bin/tsc
47884788
tsserver: bin/tsserver
4789-
checksum: 10c0/7c9d2e07c81226d60435939618c91ec2ff0b75fbfa106eec3430f0fcf93a584bc6c73176676f532d78c3594fe28a54b36eb40b3d75593071a7ec91301533ace7
4789+
checksum: 10c0/c3f7b80577bddf6fab202a7925131ac733bfc414aec298c2404afcddc7a6f242cfa8395cf2d48192265052e11a7577c27f6e5fac8d8fe6a6602023c83d6b3292
47904790
languageName: node
47914791
linkType: hard
47924792

0 commit comments

Comments
 (0)