1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-14 20:06:41 +02:00

chore: upgraded yarn to 4.4.1 (#8033)

Trying to keep our upgrade path as short as possible. This PR updates to
4.4.1 (everything still built locally)
This commit is contained in:
Christopher Kolstad 2024-09-02 10:11:48 +02:00 committed by GitHub
parent f27e07ab88
commit 3d81b88d87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 927 additions and 896 deletions

File diff suppressed because one or more lines are too long

925
.yarn/releases/yarn-4.4.1.cjs vendored Executable file

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,3 @@
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.3.1.cjs
yarnPath: .yarn/releases/yarn-4.4.1.cjs

View File

@ -246,5 +246,5 @@
"yarn biome format --write --no-errors-on-unmatched"
]
},
"packageManager": "yarn@4.3.1"
"packageManager": "yarn@4.4.1"
}