Skip to content

Commit 3607da1

Browse files
authored
Merge pull request #1737 from alphagov/upgrade-yarn-to-v4
Upgrade Yarn to v4
2 parents c3866b6 + 1682467 commit 3607da1

5 files changed

Lines changed: 4716 additions & 2861 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,9 @@
2424
/spec/reports
2525

2626
/yarn-error.log
27+
.yarn/*
28+
!.yarn/patches
29+
!.yarn/plugins
30+
!.yarn/releases
31+
!.yarn/sdks
32+
!.yarn/versions

.yarn/releases/yarn-4.0.2.cjs

Lines changed: 893 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
nodeLinker: node-modules
2+
3+
yarnPath: .yarn/releases/yarn-4.0.2.cjs

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,6 @@
4444
"resolutions": {
4545
"stylelint/strip-ansi": "6.0.1",
4646
"stylelint/string-width": "4.2.3"
47-
}
47+
},
48+
"packageManager": "yarn@4.0.2"
4849
}

0 commit comments

Comments
 (0)