1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +01:00

chore: bump frontend yarn version to 4.4.1 (#8052)

Keeping frontend in sync with backend on yarn versions.
This commit is contained in:
Christopher Kolstad 2024-09-03 10:40:39 +02:00 committed by GitHub
parent e8f6014c10
commit 363911c4a1
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
frontend/.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

@ -155,7 +155,7 @@
"last 1 safari version"
]
},
"packageManager": "yarn@4.3.1",
"packageManager": "yarn@4.4.1",
"dependencies": {
"json-2-csv": "^5.5.5"
}