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] committed Mar 30, 2023
1 parent 33580e6 commit 8ccfc7b
Show file tree
Hide file tree
Showing 7 changed files with 206 additions and 96 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"
}
290 changes: 200 additions & 90 deletions examples/non-monorepo/yarn.lock

Large diffs are not rendered by default.

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 8ccfc7b

Please sign in to comment.