Skip to content

Commit

Permalink
chore(deps): update yarn to v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and DanSnow committed May 13, 2024
1 parent caeb08c commit c3be446
Show file tree
Hide file tree
Showing 6 changed files with 259 additions and 259 deletions.
508 changes: 254 additions & 254 deletions .yarn/releases/yarn-4.2.1.cjs → .yarn/releases/yarn-4.2.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.2.1.cjs
yarnPath: .yarn/releases/yarn-4.2.2.cjs

defaultSemverRangePrefix: ''
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.7.7",
"private": true,
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"engines": {
"node": "20.12.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shared",
"type": "module",
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"exports": {
"./*": {
"types": "./dist/*.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/storipress-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storipress-client",
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"devDependencies": {
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/client-preset": "4.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/version-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "version-proxy",
"type": "module",
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit c3be446

Please sign in to comment.