Skip to content

Commit

Permalink
Merge pull request #1481 from alphagov/upgrade-yarn
Browse files Browse the repository at this point in the history
Upgrade yarn
  • Loading branch information
MuriloDalRi authored Jun 7, 2024
2 parents ed1ecbc + 982bbc1 commit 165298c
Show file tree
Hide file tree
Showing 5 changed files with 4,006 additions and 2,045 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
# Yarn
/node_modules
/yarn-error.log
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

/public/assets

Expand Down
894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.2.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.2.2.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"stylelint": {
"extends": "stylelint-config-gds/scss"
},
"dependencies": {},
"devDependencies": {
"standardx": "^7.0.0",
"stylelint": "^15.11.0",
"stylelint-config-gds": "^1.1.1"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 165298c

Please sign in to comment.