feat(ui): migrate to yarn v3

This commit is contained in:
sylenien 2022-06-30 13:44:21 +02:00 committed by Delirium
parent 6be133a644
commit 4397c52da8
4 changed files with 796 additions and 1 deletions

6
frontend/.gitignore vendored
View file

@ -9,3 +9,9 @@ app/components/ui/SVG.js
.env
*css.d.ts
*.cache
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

786
frontend/.yarn/releases/yarn-3.2.1.cjs vendored Executable file

File diff suppressed because one or more lines are too long

2
frontend/.yarnrc.yml Normal file
View file

@ -0,0 +1,2 @@
yarnPath: .yarn/releases/yarn-3.2.1.cjs
nodeLinker: node-modules

View file

@ -132,5 +132,6 @@
},
"engines": {
"node": ">=10.14.1"
}
},
"packageManager": "yarn@3.2.1"
}