Skip to content

Commit

Permalink
Upgrade Yarn (#2870)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Aug 29, 2022
1 parent f2608b3 commit 28522cd
Show file tree
Hide file tree
Showing 4 changed files with 274 additions and 274 deletions.
532 changes: 266 additions & 266 deletions .yarn/releases/yarn-3.2.2.cjs → .yarn/releases/yarn-3.2.3.cjs

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions .yarnrc.yml
@@ -1,9 +1,9 @@
nodeLinker: node-modules

npmPublishAccess: public

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-3.2.2.cjs

nodeLinker: node-modules

npmPublishAccess: public
yarnPath: .yarn/releases/yarn-3.2.3.cjs
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -23,7 +23,7 @@
"preinstall": "node ./scripts/ensure-yarn.js",
"postinstall": "preconstruct dev && manypkg check",
"changeset": "changeset",
"version-packages": "changeset version && yarn --no-immutable",
"version-packages": "changeset version && yarn --mode=\"update-lockfile\"",
"release": "yarn build && changeset publish"
},
"author": "Kye Hohenberger",
Expand Down Expand Up @@ -244,7 +244,7 @@
"unified": "^6.1.6",
"webpack-bundle-analyzer": "3.3.2"
},
"packageManager": "yarn@3.2.2",
"packageManager": "yarn@3.2.3",
"resolutions": {
"jest-snapshot@27.4.5": "patch:jest-snapshot@npm:27.4.5#.yarn/patches/jest-snapshot-npm-27.4.5-6ace6bf68e.patch"
}
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -29342,7 +29342,7 @@ __metadata:

"typescript@patch:typescript@^4.5.5#~builtin<compat/typescript>":
version: 4.5.5
resolution: "typescript@patch:typescript@npm%3A4.5.5#~builtin<compat/typescript>::version=4.5.5&hash=f456af"
resolution: "typescript@patch:typescript@npm%3A4.5.5#~builtin<compat/typescript>::version=4.5.5&hash=a1c5e5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
Expand Down

0 comments on commit 28522cd

Please sign in to comment.