1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-12 13:48:35 +02:00

chore: Bumped Yarn to 4.9.2 (#10126)

This commit is contained in:
Christopher Kolstad 2025-06-12 12:01:43 +02:00 committed by GitHub
parent e4af0ae15d
commit bf67dea2f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 822 additions and 840 deletions

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.9.1.cjs
yarnPath: .yarn/releases/yarn-4.9.2.cjs

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.9.1.cjs
yarnPath: .yarn/releases/yarn-4.9.2.cjs

View File

@ -157,7 +157,7 @@
"last 1 safari version"
]
},
"packageManager": "yarn@4.9.1",
"packageManager": "yarn@4.9.2",
"dependencies": {
"chartjs-plugin-datalabels": "^2.2.0",
"json-2-csv": "^5.5.5"

View File

@ -215,5 +215,5 @@
"yarn biome format --write --no-errors-on-unmatched"
]
},
"packageManager": "yarn@4.9.1"
"packageManager": "yarn@4.9.2"
}

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
yarnPath: .yarn/releases/yarn-4.9.1.cjs
yarnPath: .yarn/releases/yarn-4.9.2.cjs

View File

@ -66,5 +66,5 @@
"http-proxy-middleware": "3.0.5",
"express/path-to-regexp": "0.1.12"
},
"packageManager": "yarn@4.9.1"
"packageManager": "yarn@4.9.2"
}