1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-27 11:02:16 +01:00

chore(build): Bump Yarn to 4.10.3

This commit is contained in:
Christopher Kolstad 2025-10-25 14:26:15 +02:00
parent 0ba7954207
commit 6066230d46
No known key found for this signature in database
6 changed files with 708 additions and 708 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.2.cjs
yarnPath: .yarn/releases/yarn-4.10.3.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.2.cjs
yarnPath: .yarn/releases/yarn-4.10.3.cjs

View File

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

View File

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