mirror of https://github.com/nodejs/corepack.git
chore: update package manager versions (#120)
Co-authored-by: Create or Update Pull Request Action <create-or-update-pull-request@users.noreply.github.com>
This commit is contained in:
parent
5051669a8d
commit
f990c968c7
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"definitions": {
|
"definitions": {
|
||||||
"npm": {
|
"npm": {
|
||||||
"default": "8.10.0",
|
"default": "8.12.1",
|
||||||
"transparent": {
|
"transparent": {
|
||||||
"commands": [
|
"commands": [
|
||||||
[
|
[
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
"default": "7.1.5",
|
"default": "7.2.1",
|
||||||
"transparent": {
|
"transparent": {
|
||||||
"commands": [
|
"commands": [
|
||||||
[
|
[
|
||||||
|
|
@ -70,7 +70,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"yarn": {
|
"yarn": {
|
||||||
"default": "1.22.18",
|
"default": "1.22.19",
|
||||||
"transparent": {
|
"transparent": {
|
||||||
"default": "3.2.1",
|
"default": "3.2.1",
|
||||||
"commands": [
|
"commands": [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue