mirror of https://github.com/grafana/grafana.git
Update Yarn to v3.5.1 (#67969)
* Update Yarn to v3.5.1 * Update editor sdks as well --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
This commit is contained in:
parent
b7e2f3ad3f
commit
0efccba71b
File diff suppressed because one or more lines are too long
|
@ -109,6 +109,8 @@ const moduleWrapper = tsserver => {
|
||||||
str = `zip:${str}`;
|
str = `zip:${str}`;
|
||||||
} break;
|
} break;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
str = str.replace(/^\/?/, process.platform === `win32` ? `` : `/`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -109,6 +109,8 @@ const moduleWrapper = tsserver => {
|
||||||
str = `zip:${str}`;
|
str = `zip:${str}`;
|
||||||
} break;
|
} break;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
str = str.replace(/^\/?/, process.platform === `win32` ? `` : `/`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ plugins:
|
||||||
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
|
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
|
||||||
spec: 'https://mskelton.dev/yarn-outdated/v2'
|
spec: 'https://mskelton.dev/yarn-outdated/v2'
|
||||||
|
|
||||||
yarnPath: .yarn/releases/yarn-3.4.1.cjs
|
yarnPath: .yarn/releases/yarn-3.5.1.cjs
|
||||||
# Uncomment the following lines if you want to use Verdaccio local npm registry. Read more at packages/README.md
|
# Uncomment the following lines if you want to use Verdaccio local npm registry. Read more at packages/README.md
|
||||||
# npmScopes:
|
# npmScopes:
|
||||||
# grafana:
|
# grafana:
|
||||||
|
|
|
@ -437,5 +437,5 @@
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 18"
|
"node": ">= 18"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@3.4.1"
|
"packageManager": "yarn@3.5.1"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue