mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-08 21:58:05 -05:00
chore: Migrate yarn to v4.7.0 (#297)
* chore: update yarn version --------- Co-authored-by: Kalidou Diagne <kld.diagne@gmail.com>
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -37,3 +37,12 @@ yarn-error.log*
|
||||
|
||||
# JetBrains IDEs
|
||||
.idea
|
||||
|
||||
# yarn
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
||||
.pnp.*
|
||||
|
||||
935
.yarn/releases/yarn-4.7.0.cjs
vendored
Executable file
935
.yarn/releases/yarn-4.7.0.cjs
vendored
Executable file
File diff suppressed because one or more lines are too long
3
.yarnrc.yml
Normal file
3
.yarnrc.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
compressionLevel: mixed
|
||||
nodeLinker: node-modules
|
||||
enableGlobalCache: false
|
||||
@@ -87,5 +87,6 @@
|
||||
"prettier --write"
|
||||
]
|
||||
},
|
||||
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
||||
}
|
||||
"packageManager": "yarn@4.7.0",
|
||||
"engineStrict": true
|
||||
}
|
||||
Reference in New Issue
Block a user