Skip to content

Commit

Permalink
Update Yarn to v4.0.1 (#8665)
Browse files Browse the repository at this point in the history
* Update Yarn to v4.0.1

* Update yarn in 'war/pom.xml'

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alexander Brandes <[email protected]>
  • Loading branch information
renovate[bot] and NotMyFault authored Oct 31, 2023
1 parent 3628792 commit eeef9dd
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 @@ -62,5 +62,5 @@
"defaults",
"not IE 11"
],
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
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>4.0.0</yarn-berry.version>
<yarn-berry.sha256sum>6d855253732ba8d231b6cd917961654f6c8439164c962a4e355c9c58360ebe44</yarn-berry.sha256sum>
<yarn-berry.version>4.0.1</yarn-berry.version>
<yarn-berry.sha256sum>5a9d054e67fbbae8774cd3667736fd74407ffbbb336898523ca1fe87b3fc4ee3</yarn-berry.sha256sum>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit eeef9dd

Please sign in to comment.