Skip to content

Commit

Permalink
Add packageManager field to package.json test files
Browse files Browse the repository at this point in the history
Signed-off-by: Quinn Turner <quinnturnertech@gmail.com>
  • Loading branch information
quinnturner committed Feb 13, 2023
1 parent 9ce08dd commit 46bdbfe
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion test/yarn-3-low/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"dependencies": {
"micromatch": "2.3.0"
},
"packageManager": "yarn@4.0.0-rc.35"
"packageManager": "yarn@3.3.1"
}
3 changes: 2 additions & 1 deletion test/yarn-3-moderate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"description": "Test package.json with moderate vulnerability",
"dependencies": {
"base64url": "2.0.0"
}
},
"packageManager": "yarn@3.3.1"
}
3 changes: 2 additions & 1 deletion test/yarn-3-skip-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
},
"devDependencies": {
"open": "0.0.5"
}
},
"packageManager": "yarn@3.3.1"
}
3 changes: 2 additions & 1 deletion test/yarn-3-workspace-empty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"description": "Test yarn workspace",
"workspaces": [
"packages/*"
]
],
"packageManager": "yarn@3.3.1"
}
3 changes: 2 additions & 1 deletion test/yarn-3-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"description": "Test yarn workspace",
"workspaces": [
"packages/*"
]
],
"packageManager": "yarn@3.3.1"
}
3 changes: 2 additions & 1 deletion test/yarn-4-moderate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"description": "Test package.json with moderate vulnerability",
"dependencies": {
"base64url": "2.0.0"
}
},
"packageManager": "yarn@4.0.0-rc.35"
}
3 changes: 2 additions & 1 deletion test/yarn-4-skip-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
},
"devDependencies": {
"open": "0.0.5"
}
},
"packageManager": "yarn@4.0.0-rc.35"
}
3 changes: 2 additions & 1 deletion test/yarn-4-workspace-empty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"description": "Test yarn workspace",
"workspaces": [
"packages/*"
]
],
"packageManager": "yarn@4.0.0-rc.35"
}
3 changes: 2 additions & 1 deletion test/yarn-4-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"description": "Test yarn workspace",
"workspaces": [
"packages/*"
]
],
"packageManager": "yarn@4.0.0-rc.35"
}

0 comments on commit 46bdbfe

Please sign in to comment.