Skip to content

Commit

Permalink
Merge pull request #1324 from alphagov/upgrade-to-yarn4
Browse files Browse the repository at this point in the history
Upgrade to Yarn 4.0.2
  • Loading branch information
davidgisbey authored Nov 20, 2023
2 parents 8aadfd8 + cb89171 commit fe6b19c
Show file tree
Hide file tree
Showing 5 changed files with 4,708 additions and 2,855 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@

/node_modules
/yarn-error.log

.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@
"resolutions": {
"stylelint/strip-ansi": "6.0.1",
"stylelint/string-width": "4.2.3"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit fe6b19c

Please sign in to comment.