1
0
mirror of synced 2026-01-06 15:01:04 -05:00

Bump prettier from 2.7.1 to 3.0.0 (#38873)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-07-10 20:46:39 +00:00
committed by GitHub
parent 011819cda9
commit 851d40ed03
7 changed files with 18 additions and 17 deletions

View File

@@ -187,9 +187,9 @@ export function generateUpdateProjectV2ItemFieldMutation({
// (statistically, this should still give us a unique mutation ID)
return `
set_${fieldID.slice(1)}_item_${item.replaceAll(
/[^a-z0-9]/g,
''
)}: updateProjectV2ItemFieldValue(input: {
/[^a-z0-9]/g,
''
)}: updateProjectV2ItemFieldValue(input: {
projectId: $project
itemId: "${item}"
fieldId: ${fieldID}