Skip to content

Commit

Permalink
Fix packageManager issue for web app (#2167)
Browse files Browse the repository at this point in the history
* Fix packageManager issue for web app

* Add yarnrc file

---------

Co-authored-by: cesnietor <[email protected]>
  • Loading branch information
cesnietor and cesnietor authored Jun 18, 2024
1 parent da7bf70 commit bdc3404
Show file tree
Hide file tree
Showing 3 changed files with 809 additions and 799 deletions.
2 changes: 2 additions & 0 deletions web-app/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
checksumBehavior: reset

nodeLinker: node-modules
2 changes: 1 addition & 1 deletion web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@
"fast-xml-parser": "^4.2.4",
"semver": "^7.5.2"
},
"packageManager": "yarn@4.2.2"
"packageManager": "yarn@4.3.0"
}
Loading

0 comments on commit bdc3404

Please sign in to comment.