Skip to content

Commit

Permalink
Merge pull request #1438 from cosmos/upgrade-yarn
Browse files Browse the repository at this point in the history
Upgrade yarn to 3.6.0
  • Loading branch information
webmaster128 authored Jun 22, 2023
2 parents 148c12f + 54e1094 commit 114d74a
Show file tree
Hide file tree
Showing 8 changed files with 494 additions and 481 deletions.
325 changes: 166 additions & 159 deletions .pnp.cjs

Large diffs are not rendered by default.

81 changes: 43 additions & 38 deletions .pnp.loader.mjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions .yarn/cache/typescript-patch-72dc6f164f-ab417a2f39.zip

This file was deleted.

3 changes: 3 additions & 0 deletions .yarn/cache/typescript-patch-f8edcd7439-1f8f3b6aae.zip
Git LFS file not shown
555 changes: 278 additions & 277 deletions .yarn/releases/yarn-3.5.0.cjs → .yarn/releases/yarn-3.6.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ plugins:

pnpMode: loose

yarnPath: .yarn/releases/yarn-3.5.0.cjs
yarnPath: .yarn/releases/yarn-3.6.0.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
"prettier": "^2.8.1",
"typescript": "~4.9"
},
"packageManager": "yarn@3.5.0"
"packageManager": "yarn@3.6.0"
}
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7298,11 +7298,11 @@ __metadata:

"typescript@patch:typescript@~4.9#~builtin<compat/typescript>":
version: 4.9.5
resolution: "typescript@patch:typescript@npm%3A4.9.5#~builtin<compat/typescript>::version=4.9.5&hash=23ec76"
resolution: "typescript@patch:typescript@npm%3A4.9.5#~builtin<compat/typescript>::version=4.9.5&hash=289587"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: ab417a2f398380c90a6cf5a5f74badd17866adf57f1165617d6a551f059c3ba0a3e4da0d147b3ac5681db9ac76a303c5876394b13b3de75fdd5b1eaa06181c9d
checksum: 1f8f3b6aaea19f0f67cba79057674ba580438a7db55057eb89cc06950483c5d632115c14077f6663ea76fd09fce3c190e6414bb98582ec80aa5a4eaf345d5b68
languageName: node
linkType: hard

Expand Down

0 comments on commit 114d74a

Please sign in to comment.