Skip to content

Commit

Permalink
Merge pull request #2975 from alphagov/upgrade-to-yarn-4
Browse files Browse the repository at this point in the history
Upgrade Yarn to version 4
  • Loading branch information
ryanb-gds committed Nov 30, 2023
2 parents f59ae34 + 1eafe02 commit 0a13c15
Show file tree
Hide file tree
Showing 5 changed files with 5,110 additions and 3,131 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@
/public/packs-test
yarn-debug.log*
.yarn-integrity

.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 @@ -55,5 +55,6 @@
"resolutions": {
"stylelint/strip-ansi": "6.0.1",
"stylelint/string-width": "4.2.3"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 0a13c15

Please sign in to comment.