Skip to content

Commit

Permalink
chore: update typescript to 5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsmith committed Sep 16, 2024
1 parent e09959c commit 3de9f5b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"prettier": "^2.8.8",
"replace-json-property": "^1.9.0",
"semantic-release": "^21.0.2",
"typescript": "^5.0.4"
"typescript": "^5.6.2"
},
"peerDependencies": {
"cypress": ">10.0.0"
Expand Down
26 changes: 23 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ __metadata:
prettier: ^2.8.8
replace-json-property: ^1.9.0
semantic-release: ^21.0.2
typescript: ^5.0.4
typescript: ^5.6.2
peerDependencies:
cypress: ">10.0.0"
languageName: unknown
Expand Down Expand Up @@ -8569,7 +8569,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^4.6.4 || ^5.0.0, typescript@npm:^5.0.4":
"typescript@npm:^4.6.4 || ^5.0.0":
version: 5.0.4
resolution: "typescript@npm:5.0.4"
bin:
Expand All @@ -8579,7 +8579,17 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@^4.6.4 || ^5.0.0#~builtin<compat/typescript>, typescript@patch:typescript@^5.0.4#~builtin<compat/typescript>":
"typescript@npm:^5.6.2":
version: 5.6.2
resolution: "typescript@npm:5.6.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 48777e1dabd9044519f56cd012b0296e3b72bafe12b7e8e34222751d45c67e0eba5387ecdaa6c14a53871a29361127798df6dc8d1d35643a0a47cb0b1c65a33a
languageName: node
linkType: hard

"typescript@patch:typescript@^4.6.4 || ^5.0.0#~builtin<compat/typescript>":
version: 5.0.4
resolution: "typescript@patch:typescript@npm%3A5.0.4#~builtin<compat/typescript>::version=5.0.4&hash=85af82"
bin:
Expand All @@ -8589,6 +8599,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@^5.6.2#~builtin<compat/typescript>":
version: 5.6.2
resolution: "typescript@patch:typescript@npm%3A5.6.2#~builtin<compat/typescript>::version=5.6.2&hash=85af82"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: c084ee1ab865f108c787e6233a5f63c126c482c0c8e87ec998ac5288a2ad54b603e1ea8b8b272355823b833eb31b9fabb99e8c6152283e1cb47e3a76bd6faf6c
languageName: node
linkType: hard

"uglify-js@npm:^3.1.4":
version: 3.17.4
resolution: "uglify-js@npm:3.17.4"
Expand Down

0 comments on commit 3de9f5b

Please sign in to comment.