Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump typescript from 5.6.3 to 5.7.2 in /test #317

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ts-patch": "^3.2.1",
"tsp1": "npm:ts-patch@1.*.*",
"tsp2": "npm:ts-patch@2.*.*",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"typescript-3": "npm:[email protected]",
"typescript-4.7": "npm:[email protected]",
"typescript-5.5": "npm:[email protected]",
Expand Down
22 changes: 16 additions & 6 deletions test/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8076,7 +8076,7 @@ __metadata:
ts-patch: "npm:^3.2.1"
tsp1: "npm:ts-patch@1.*.*"
tsp2: "npm:ts-patch@2.*.*"
typescript: "npm:^5.6.3"
typescript: "npm:^5.7.2"
typescript-3: "npm:[email protected]"
typescript-4.7: "npm:[email protected]"
typescript-5.5: "npm:[email protected]"
Expand Down Expand Up @@ -9249,7 +9249,7 @@ __metadata:
languageName: node
linkType: hard

"typescript-5.6@npm:[email protected], typescript@npm:^5.6.3":
"typescript-5.6@npm:[email protected]":
version: 5.6.3
resolution: "typescript@npm:5.6.3"
bin:
Expand All @@ -9269,13 +9269,23 @@ __metadata:
languageName: node
linkType: soft

"typescript@patch:typescript@npm%3A^5.6.3#optional!builtin<compat/typescript>":
version: 5.6.3
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=74658d"
"typescript@npm:^5.7.2":
version: 5.7.2
resolution: "typescript@npm:5.7.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/a873118b5201b2ef332127ef5c63fb9d9c155e6fdbe211cbd9d8e65877283797cca76546bad742eea36ed7efbe3424a30376818f79c7318512064e8625d61622
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.7.2#optional!builtin<compat/typescript>":
version: 5.7.2
resolution: "typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>::version=5.7.2&hash=74658d"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/ac8307bb06bbfd08ae7137da740769b7d8c3ee5943188743bb622c621f8ad61d244767480f90fbd840277fbf152d8932aa20c33f867dea1bb5e79b187ca1a92f
checksum: 10c0/c891ccf04008bc1305ba34053db951f8a4584b4a1bf2f68fd972c4a354df3dc5e62c8bfed4f6ac2d12e5b3b1c49af312c83a651048f818cd5b4949d17baacd79
languageName: node
linkType: hard

Expand Down
Loading