From a06b91415b401d9090e859f5b8368f6fe790c733 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 06:15:47 +0000 Subject: [PATCH] =?UTF-8?q?chore(prettier):=20=F0=9F=A4=96=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 2 +- packages/sanity-astro/src/index.ts | 4 ++-- packages/sanity-astro/src/studio/studio-component.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1c8ec312..2ffdf081 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14874,7 +14874,7 @@ }, "packages/sanity-astro": { "name": "@sanity/astro", - "version": "2.0.1-beta.26", + "version": "2.1.1", "license": "MIT", "dependencies": { "@sanity/client": "^6.4.12", diff --git a/packages/sanity-astro/src/index.ts b/packages/sanity-astro/src/index.ts index 344e6162..265c7562 100644 --- a/packages/sanity-astro/src/index.ts +++ b/packages/sanity-astro/src/index.ts @@ -12,7 +12,7 @@ const defaultOptions: IntegrationOptions = { }; export function sanityIntegration( - options: IntegrationOptions + options: IntegrationOptions, ): AstroIntegration { const resolvedOptions = { ...defaultOptions, @@ -49,7 +49,7 @@ export function sanityIntegration( ` import { sanityClient } from "sanity:client"; globalThis.sanityClient = sanityClient; - ` + `, ); }, }, diff --git a/packages/sanity-astro/src/studio/studio-component.tsx b/packages/sanity-astro/src/studio/studio-component.tsx index b72097d3..1e812d14 100644 --- a/packages/sanity-astro/src/studio/studio-component.tsx +++ b/packages/sanity-astro/src/studio/studio-component.tsx @@ -8,7 +8,7 @@ import { Studio } from "sanity"; if (!config) { throw new Error( - "[@sanity/astro]: Can't load Sanity Studio. Check that you've configured it in `sanity.config.js|ts`." + "[@sanity/astro]: Can't load Sanity Studio. Check that you've configured it in `sanity.config.js|ts`.", ); }