Skip to content

Commit

Permalink
Update Yarn to v3.5.0 (#7755)
Browse files Browse the repository at this point in the history
* Update Yarn to v3.5.0

* Update yarn for maven-antrun

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alexander Brandes <mc.cache@web.de>
  • Loading branch information
renovate[bot] and NotMyFault authored Mar 20, 2023
1 parent c403d34 commit 59065dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion war/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@
"defaults",
"not IE 11"
],
"packageManager": "yarn@3.4.1"
"packageManager": "yarn@3.5.0"
}
4 changes: 2 additions & 2 deletions war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>3.4.1</yarn-berry.version>
<yarn-berry.sha256sum>b51208ae422260539b3503fe5b596f4f236947d69ed1f8797f9830331a38c841</yarn-berry.sha256sum>
<yarn-berry.version>3.5.0</yarn-berry.version>
<yarn-berry.sha256sum>e4fc5f94867cd0b492fb0a644f14e7b47c4387bc75d46b56e86db6d0f1a6cb97</yarn-berry.sha256sum>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 59065dd

Please sign in to comment.