mirror of https://github.com/jenkinsci/jenkins.git
Update Yarn to v4.1.0 (#8930)
* Update Yarn to v4.1.0 * Update yarn SHA256 Signed-off-by: Alexander Brandes <mc.cache@web.de> --------- Signed-off-by: Alexander Brandes <mc.cache@web.de> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alexander Brandes <mc.cache@web.de>
This commit is contained in:
parent
bd0743407b
commit
4183fdb474
|
@ -62,5 +62,5 @@
|
|||
"defaults",
|
||||
"not IE 11"
|
||||
],
|
||||
"packageManager": "yarn@4.0.2"
|
||||
"packageManager": "yarn@4.1.0"
|
||||
}
|
||||
|
|
|
@ -50,8 +50,8 @@ THE SOFTWARE.
|
|||
<!-- frontend-maven-plugin will install this Yarn version as bootstrap, then hand over control to Yarn Berry. -->
|
||||
<yarn.version>1.22.19</yarn.version>
|
||||
<!-- maven-antrun-plugin will download this Yarn version. -->
|
||||
<yarn-berry.version>4.0.2</yarn-berry.version>
|
||||
<yarn-berry.sha256sum>825003a0f561ad09a3b1ac4a3b3ea6207af2796d54f62a9420520915721f5186</yarn-berry.sha256sum>
|
||||
<yarn-berry.version>4.1.0</yarn-berry.version>
|
||||
<yarn-berry.sha256sum>81a00df816059803e6b5148acf03ce313cad36b7f6e5af6efa040a15981a6ffb</yarn-berry.sha256sum>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
|
|
1398
war/yarn.lock
1398
war/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue