Skip to content

Commit

Permalink
Update Yarn to v3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 2, 2024
1 parent a350bc5 commit fb77071
Show file tree
Hide file tree
Showing 12 changed files with 886 additions and 884 deletions.
2 changes: 1 addition & 1 deletion 2022-09-28-rest-directive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"prisma": {
"seed": "yarn rw exec seed"
},
"packageManager": "yarn@3.2.4"
"packageManager": "yarn@3.8.2"
}
2 changes: 1 addition & 1 deletion 2022-10-05-enum-select-options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"prisma": {
"seed": "yarn rw exec seed"
},
"packageManager": "yarn@3.2.4"
"packageManager": "yarn@3.8.2"
}
2 changes: 1 addition & 1 deletion 2022-10-12-algolia-autocomplete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"prisma": {
"seed": "yarn rw exec seed"
},
"packageManager": "yarn@3.2.4"
"packageManager": "yarn@3.8.2"
}
2 changes: 1 addition & 1 deletion 2022-10-19-snaplet-copycat-seeds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"prisma": {
"seed": "yarn rw exec seed"
},
"packageManager": "yarn@3.2.4"
"packageManager": "yarn@3.8.2"
}
2 changes: 1 addition & 1 deletion 2022-10-26-nested-writes-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prisma": {
"seed": "yarn rw exec seed"
},
"packageManager": "yarn@3.2.3",
"packageManager": "yarn@3.8.2",
"dependencies": {
"prisma-erd-generator": "^1.2.1"
}
Expand Down
2 changes: 1 addition & 1 deletion 2022-11-02-og-image-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"scripts": {
"netlify-toml": "yarn rw exec og-edge-function-toml"
},
"packageManager": "yarn@3.2.3"
"packageManager": "yarn@3.8.2"
}
2 changes: 1 addition & 1 deletion 2022-11-13-custom-md5-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"prisma": {
"seed": "yarn rw exec seed"
},
"packageManager": "yarn@3.2.4"
"packageManager": "yarn@3.8.2"
}
873 changes: 0 additions & 873 deletions 2023-02-20-mask-directive-demo/.yarn/releases/yarn-3.4.1.cjs

This file was deleted.

875 changes: 875 additions & 0 deletions 2023-02-20-mask-directive-demo/.yarn/releases/yarn-3.8.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 2023-02-20-mask-directive-demo/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ nmMode: hardlinks-local
# Heads up: right now, Redwood expects this to be `node-modules`.
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.4.1.cjs
yarnPath: .yarn/releases/yarn-3.8.2.cjs
2 changes: 1 addition & 1 deletion 2023-02-20-mask-directive-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"prisma": {
"seed": "yarn rw exec seed"
},
"packageManager": "yarn@3.4.1"
"packageManager": "yarn@3.8.2"
}
4 changes: 2 additions & 2 deletions 2023-02-20-mask-directive-demo/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23141,11 +23141,11 @@ __metadata:

"typescript@patch:[email protected]#~builtin<compat/typescript>":
version: 4.9.5
resolution: "typescript@patch:typescript@npm%3A4.9.5#~builtin<compat/typescript>::version=4.9.5&hash=23ec76"
resolution: "typescript@patch:typescript@npm%3A4.9.5#~builtin<compat/typescript>::version=4.9.5&hash=289587"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10d31da0caa997927eab0167b7ddacb9ac8d3fd87e6584185b14da32b7f033e727309682fc0395021f4ac110860a3be6054e9b039a996a24d282a20bafc599f4
checksum: e3333f887c6829dfe0ab6c1dbe0dd1e3e2aeb56c66460cb85c5440c566f900c833d370ca34eb47558c0c69e78ced4bfe09b8f4f98b6de7afed9b84b8d1dd06a1
languageName: node
linkType: hard

Expand Down

0 comments on commit fb77071

Please sign in to comment.