mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Chore: Yarn version update to 4
This commit is contained in:
parent
9363e9a4be
commit
f64a629f45
4 changed files with 3970 additions and 2450 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -115,7 +115,7 @@ dist
|
||||||
# Zero install
|
# Zero install
|
||||||
# .pnp.* # If not zero install
|
# .pnp.* # If not zero install
|
||||||
.yarn/*
|
.yarn/*
|
||||||
!.yarn/cache
|
.yarn/cache
|
||||||
!.yarn/patches
|
!.yarn/patches
|
||||||
!.yarn/plugins
|
!.yarn/plugins
|
||||||
!.yarn/releases
|
!.yarn/releases
|
||||||
|
|
|
||||||
1
.yarnrc.yml
Normal file
1
.yarnrc.yml
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
nodeLinker: node-modules
|
||||||
|
|
@ -32,5 +32,6 @@
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
"testEnvironment": "jest-environment-node-single-context"
|
"testEnvironment": "jest-environment-node-single-context"
|
||||||
}
|
},
|
||||||
|
"packageManager": "yarn@4.5.3"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue