-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5839 from dependabot/jurre/yarn-berry-multiple-reqs
Yarn Berry: Ensure multiple requirements are parsed correctly
- Loading branch information
Showing
5 changed files
with
1,753 additions
and
1 deletion.
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
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
Binary file added
BIN
+129 KB
npm_and_yarn/spec/fixtures/projects/yarn_berry/multiple_requirements/.yarn/install-state.gz
Binary file not shown.
11 changes: 11 additions & 0 deletions
11
npm_and_yarn/spec/fixtures/projects/yarn_berry/multiple_requirements/package.json
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,11 @@ | ||
{ | ||
"name": "{{ name }}", | ||
"dependencies": { | ||
"next": "^12.3.1" | ||
}, | ||
"devDependencies": { | ||
"eslint-plugin-tailwindcss": "^3.6.2", | ||
"postcss": "^8.4.17" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
Oops, something went wrong.