-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 1 of Yarn is no longer reliably supported, and is only receiving occasional hot fixes on a ‘best efforts’ basis. Version 3 has been recommended as it has better backwards compatability. See Yarn's migration steps (linked in pull request). trello card: https://trello.com/c/AMoqVW5I
- Loading branch information
1 parent
381ec98
commit 57cf152
Showing
5 changed files
with
2,495 additions
and
1,176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
yarnPath: .yarn/releases/yarn-3.6.4.cjs | ||
nodeLinker: node-modules | ||
|
||
packageExtensions: | ||
stylelint-config-recommended-scss@*: | ||
peerDependencies: | ||
postcss: '8' | ||
stylelint-config-standard-scss@*: | ||
peerDependencies: | ||
postcss: '8' | ||
stylelint-config-gds@*: | ||
peerDependencies: | ||
postcss: '8' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,5 +15,6 @@ | |
"postcss": "^8.4.31", | ||
"stylelint": "^14.16.1", | ||
"stylelint-config-gds": "^0.3.0" | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
Oops, something went wrong.