Skip to content

Commit 28522cd

Browse files
authored
Upgrade Yarn (emotion-js#2870)
1 parent f2608b3 commit 28522cd

File tree

4 files changed

+274
-274
lines changed

4 files changed

+274
-274
lines changed

.yarn/releases/yarn-3.2.2.cjs .yarn/releases/yarn-3.2.3.cjs

+266-266
Large diffs are not rendered by default.

.yarnrc.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
nodeLinker: node-modules
2+
3+
npmPublishAccess: public
4+
15
plugins:
26
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
37
spec: "@yarnpkg/plugin-workspace-tools"
48

5-
yarnPath: .yarn/releases/yarn-3.2.2.cjs
6-
7-
nodeLinker: node-modules
8-
9-
npmPublishAccess: public
9+
yarnPath: .yarn/releases/yarn-3.2.3.cjs

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"preinstall": "node ./scripts/ensure-yarn.js",
2424
"postinstall": "preconstruct dev && manypkg check",
2525
"changeset": "changeset",
26-
"version-packages": "changeset version && yarn --no-immutable",
26+
"version-packages": "changeset version && yarn --mode=\"update-lockfile\"",
2727
"release": "yarn build && changeset publish"
2828
},
2929
"author": "Kye Hohenberger",
@@ -244,7 +244,7 @@
244244
"unified": "^6.1.6",
245245
"webpack-bundle-analyzer": "3.3.2"
246246
},
247-
"packageManager": "yarn@3.2.2",
247+
"packageManager": "yarn@3.2.3",
248248
"resolutions": {
249249
"jest-snapshot@27.4.5": "patch:jest-snapshot@npm:27.4.5#.yarn/patches/jest-snapshot-npm-27.4.5-6ace6bf68e.patch"
250250
}

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -29342,7 +29342,7 @@ __metadata:
2934229342

2934329343
"typescript@patch:typescript@^4.5.5#~builtin<compat/typescript>":
2934429344
version: 4.5.5
29345-
resolution: "typescript@patch:typescript@npm%3A4.5.5#~builtin<compat/typescript>::version=4.5.5&hash=f456af"
29345+
resolution: "typescript@patch:typescript@npm%3A4.5.5#~builtin<compat/typescript>::version=4.5.5&hash=a1c5e5"
2934629346
bin:
2934729347
tsc: bin/tsc
2934829348
tsserver: bin/tsserver

0 commit comments

Comments
 (0)