Skip to content

Commit fdaabc0

Browse files
fix(deps): update dependency @sanity/client to v6 (#6650)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b53534e commit fdaabc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

functions-templates/javascript/sanity-create/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"author": "Sanity.io",
1616
"license": "MIT",
1717
"dependencies": {
18-
"@sanity/client": "^0.147.3"
18+
"@sanity/client": "^6.0.0"
1919
}
2020
}

functions-templates/javascript/sanity-groq/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"author": "Sanity.io",
1717
"license": "MIT",
1818
"dependencies": {
19-
"@sanity/client": "^0.147.3"
19+
"@sanity/client": "^6.0.0"
2020
}
2121
}

0 commit comments

Comments
 (0)