feat(ui): migrate to yarn v3
This commit is contained in:
parent
6be133a644
commit
4397c52da8
4 changed files with 796 additions and 1 deletions
6
frontend/.gitignore
vendored
6
frontend/.gitignore
vendored
|
|
@ -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
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
2
frontend/.yarnrc.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
yarnPath: .yarn/releases/yarn-3.2.1.cjs
|
||||
nodeLinker: node-modules
|
||||
|
|
@ -132,5 +132,6 @@
|
|||
},
|
||||
"engines": {
|
||||
"node": ">=10.14.1"
|
||||
}
|
||||
},
|
||||
"packageManager": "yarn@3.2.1"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue