Skip to content

Commit

Permalink
chore(deps): update yarn to v1.22.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 1, 2023
1 parent 5f233f7 commit 813d8cb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/non-monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"devDependencies": {
"turbo": "latest"
},
"packageManager": "yarn@1.22.17"
"packageManager": "yarn@1.22.19"
}
2 changes: 1 addition & 1 deletion examples/with-docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"prettier": "latest",
"turbo": "latest"
},
"packageManager": "yarn@1.22.17",
"packageManager": "yarn@1.22.19",
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"tsx": "^3.7.1",
"turbo": "latest"
},
"packageManager": "yarn@1.22.17"
"packageManager": "yarn@1.22.19"
}
2 changes: 1 addition & 1 deletion examples/with-react-native-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"prettier": "^2.7.1",
"turbo": "latest"
},
"packageManager": "yarn@1.22.17"
"packageManager": "yarn@1.22.19"
}
2 changes: 1 addition & 1 deletion examples/with-yarn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"prettier": "^2.5.1",
"turbo": "latest"
},
"packageManager": "yarn@1.22.17"
"packageManager": "yarn@1.22.19"
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"devDependencies": {
"turbo": "latest"
},
"packageManager": "yarn@1.22.17"
"packageManager": "yarn@1.22.19"
}

0 comments on commit 813d8cb

Please sign in to comment.