Skip to content

Commit

Permalink
chore: change ts version to use same in all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
raczu committed Jun 17, 2024
1 parent 19385fa commit e66d451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Client/reasn-client/packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"@reasn/typescript-config": "workspace:*",
"jest": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"typescript": "latest"
"typescript": "^5.3.3"
}
}
22 changes: 1 addition & 21 deletions Client/reasn-client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4151,7 +4151,7 @@ __metadata:
"@reasn/typescript-config": "workspace:*"
jest: "npm:^29.7.0"
jest-fetch-mock: "npm:^3.0.3"
typescript: "npm:latest"
typescript: "npm:^5.3.3"
zod: "npm:^3.23.7"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -17139,16 +17139,6 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:latest":
version: 5.4.5
resolution: "typescript@npm:5.4.5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/2954022ada340fd3d6a9e2b8e534f65d57c92d5f3989a263754a78aba549f7e6529acc1921913560a4b816c46dce7df4a4d29f9f11a3dc0d4213bb76d043251e
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.3.3#optional!builtin<compat/typescript>":
version: 5.3.3
resolution: "typescript@patch:typescript@npm%3A5.3.3#optional!builtin<compat/typescript>::version=5.3.3&hash=e012d7"
Expand All @@ -17159,16 +17149,6 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3Alatest#optional!builtin<compat/typescript>":
version: 5.4.5
resolution: "typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>::version=5.4.5&hash=d69c25"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/9cf4c053893bcf327d101b6c024a55baf05430dc30263f9adb1bf354aeffc11306fe1f23ba2f9a0209674359f16219b5b7d229e923477b94831d07d5a33a4217
languageName: node
linkType: hard

"ua-parser-js@npm:^1.0.35":
version: 1.0.37
resolution: "ua-parser-js@npm:1.0.37"
Expand Down

0 comments on commit e66d451

Please sign in to comment.