1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-27 11:02:16 +01:00
This commit is contained in:
Christopher Kolstad 2025-10-27 11:49:47 +02:00 committed by GitHub
commit f562e1efef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"
}