Skip to content

Commit

Permalink
Bump TypeScript to ~5.2.x in smithy JS packages (#1275)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored May 10, 2024
1 parent e76e736 commit 620e39b
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .changeset/happy-lies-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"puppeteer": "^19.2.0",
"ts-jest": "29.1.2",
"turbo": "latest",
"typescript": "~4.9.5",
"typescript": "~5.2.2",
"webpack": "5.91.0",
"yarn": "1.22.22"
},
Expand Down
2 changes: 1 addition & 1 deletion private/util-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"downlevel-dts": "0.10.1",
"rimraf": "3.0.2",
"typedoc": "0.23.23",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
}
}
24 changes: 22 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2994,7 +2994,7 @@ __metadata:
rimraf: 3.0.2
tslib: ^2.6.2
typedoc: 0.23.23
typescript: ~4.9.5
typescript: ~5.2.2
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -9969,7 +9969,7 @@ __metadata:
rimraf: ^3.0.2
ts-jest: 29.1.2
turbo: latest
typescript: ~4.9.5
typescript: ~5.2.2
webpack: 5.91.0
yarn: 1.22.22
languageName: unknown
Expand Down Expand Up @@ -10867,6 +10867,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:~5.2.2":
version: 5.2.2
resolution: "typescript@npm:5.2.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 7912821dac4d962d315c36800fe387cdc0a6298dba7ec171b350b4a6e988b51d7b8f051317786db1094bd7431d526b648aba7da8236607febb26cf5b871d2d3c
languageName: node
linkType: hard

"typescript@patch:typescript@^4.1.0-dev.20201026#~builtin<compat/typescript>, typescript@patch:typescript@^4.9.5#~builtin<compat/typescript>, typescript@patch:typescript@~4.9.5#~builtin<compat/typescript>":
version: 4.9.5
resolution: "typescript@patch:typescript@npm%3A4.9.5#~builtin<compat/typescript>::version=4.9.5&hash=289587"
Expand Down Expand Up @@ -10897,6 +10907,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@~5.2.2#~builtin<compat/typescript>":
version: 5.2.2
resolution: "typescript@patch:typescript@npm%3A5.2.2#~builtin<compat/typescript>::version=5.2.2&hash=f3b441"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 0f4da2f15e6f1245e49db15801dbee52f2bbfb267e1c39225afdab5afee1a72839cd86000e65ee9d7e4dfaff12239d28beaf5ee431357fcced15fb08583d72ca
languageName: node
linkType: hard

"ua-parser-js@npm:^0.7.30":
version: 0.7.35
resolution: "ua-parser-js@npm:0.7.35"
Expand Down

0 comments on commit 620e39b

Please sign in to comment.