mirror of https://github.com/jenkinsci/jenkins.git
Update Yarn to v4 (#8641)
* Update Yarn to v4 * Update yarn in 'war/pom.xml' --------- 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
d5e7897ec2
commit
597ca0d2c2
|
@ -62,5 +62,5 @@
|
||||||
"defaults",
|
"defaults",
|
||||||
"not IE 11"
|
"not IE 11"
|
||||||
],
|
],
|
||||||
"packageManager": "yarn@3.6.4"
|
"packageManager": "yarn@4.0.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -50,8 +50,8 @@ THE SOFTWARE.
|
||||||
<!-- frontend-maven-plugin will install this Yarn version as bootstrap, then hand over control to Yarn Berry. -->
|
<!-- frontend-maven-plugin will install this Yarn version as bootstrap, then hand over control to Yarn Berry. -->
|
||||||
<yarn.version>1.22.19</yarn.version>
|
<yarn.version>1.22.19</yarn.version>
|
||||||
<!-- maven-antrun-plugin will download this Yarn version. -->
|
<!-- maven-antrun-plugin will download this Yarn version. -->
|
||||||
<yarn-berry.version>3.6.4</yarn-berry.version>
|
<yarn-berry.version>4.0.0</yarn-berry.version>
|
||||||
<yarn-berry.sha256sum>7f7d51b38db0d94adf25c512e3f3d3b47d23c97922eecc540f7440f116bdb99a</yarn-berry.sha256sum>
|
<yarn-berry.sha256sum>6d855253732ba8d231b6cd917961654f6c8439164c962a4e355c9c58360ebe44</yarn-berry.sha256sum>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
|
|
4012
war/yarn.lock
4012
war/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue