Skip to content

Commit

Permalink
Update Yarn to v1.22.22 (#1191)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 11, 2024
1 parent 37cb2c3 commit 3d581a2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/preact-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
},
"volta": {
"node": "18.19.1",
"yarn": "1.22.21"
"yarn": "1.22.22"
}
}
2 changes: 1 addition & 1 deletion demo/react-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
},
"volta": {
"node": "18.19.1",
"yarn": "1.22.21"
"yarn": "1.22.22"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
},
"volta": {
"node": "18.19.1",
"yarn": "1.22.21"
"yarn": "1.22.22"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion tools/linter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
},
"volta": {
"node": "18.19.1",
"yarn": "1.22.21"
"yarn": "1.22.22"
}
}

0 comments on commit 3d581a2

Please sign in to comment.