Skip to content

Commit 5ac7c82

Browse files
committed
Limit TS to 5.2
5.3 is causing too complex issues with Gel
1 parent 96f6308 commit 5ac7c82

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,14 +148,14 @@
148148
"ts-patch": "^3.0.2",
149149
"ts-transformer-keys": "^0.4.4",
150150
"type-fest": "^4.15.0",
151-
"typescript": "^5.2.2",
151+
"typescript": "~5.2.2",
152152
"typescript-transform-paths": "^3.4.6"
153153
},
154154
"resolutions": {
155155
"cypher-query-builder/neo4j-driver": "^5",
156156
"@nestjs/cli/fork-ts-checker-webpack-plugin": "npm:empty-npm-package@*",
157157
"@nestjs/cli/webpack": "npm:empty-npm-package@*",
158-
"@nestjs/cli/typescript": "^5.1.6",
158+
"@nestjs/cli/typescript": "~5.2.2",
159159
"@whatwg-node/fetch": "patch:@whatwg-node/fetch@npm%3A0.9.22#~/.yarn/patches/@whatwg-node-fetch-npm-0.9.22-a60314fb39.patch",
160160
"process-warning": "^5",
161161
"secure-json-parse": "^4",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5912,7 +5912,7 @@ __metadata:
59125912
ts-patch: "npm:^3.0.2"
59135913
ts-transformer-keys: "npm:^0.4.4"
59145914
type-fest: "npm:^4.15.0"
5915-
typescript: "npm:^5.2.2"
5915+
typescript: "npm:~5.2.2"
59165916
typescript-transform-paths: "npm:^3.4.6"
59175917
urlpattern-polyfill: "npm:^10.0.0"
59185918
uuid: "npm:^10.0.0"
@@ -13491,7 +13491,7 @@ __metadata:
1349113491
languageName: node
1349213492
linkType: hard
1349313493

13494-
"typescript@npm:^5.1.6, typescript@npm:^5.2.2":
13494+
"typescript@npm:~5.2.2":
1349513495
version: 5.2.2
1349613496
resolution: "typescript@npm:5.2.2"
1349713497
bin:
@@ -13501,7 +13501,7 @@ __metadata:
1350113501
languageName: node
1350213502
linkType: hard
1350313503

13504-
"typescript@patch:typescript@npm%3A^5.1.6#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.2.2#optional!builtin<compat/typescript>":
13504+
"typescript@patch:typescript@npm%3A~5.2.2#optional!builtin<compat/typescript>":
1350513505
version: 5.2.2
1350613506
resolution: "typescript@patch:typescript@npm%3A5.2.2#optional!builtin<compat/typescript>::version=5.2.2&hash=f3b441"
1350713507
bin:

0 commit comments

Comments
 (0)