Skip to content

Commit

Permalink
Merge pull request #1261 from alphagov/upgrade-yarn
Browse files Browse the repository at this point in the history
Upgrade Yarn to version 4
  • Loading branch information
ryanb-gds authored Nov 20, 2023
2 parents fa03adf + edf590f commit 80fe73a
Show file tree
Hide file tree
Showing 5 changed files with 4,004 additions and 2,319 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ coverage/*
node_modules
yarn-error.log
public/assets

.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 @@ -31,5 +31,6 @@
"standardx": "^7.0.0",
"stylelint": "^15.11.0",
"stylelint-config-gds": "^1.1.0"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 80fe73a

Please sign in to comment.