From 05717566caa3efe33cf66deb66ff4781febceab2 Mon Sep 17 00:00:00 2001 From: "ecospark[bot]" <128108030+ecospark[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 03:07:40 +0100 Subject: [PATCH] =?UTF-8?q?chore(prettier):=20=F0=9F=A4=96=20=E2=9C=A8=20(?= =?UTF-8?q?#13)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: ecospark[bot] <128108030+ecospark[bot]@users.noreply.github.com> --- .github/renovate.json | 6 ++-- api/package.json | 10 +++---- astro/astro.config.mjs | 4 +-- astro/package.json | 8 ++--- astro/src/layouts/Layout.astro | 20 ++++++------- astro/src/pages/index.astro | 6 ++-- astro/tsconfig.json | 9 ++---- next-13/package.json | 6 ++-- next-13/src/pages/_app.tsx | 4 +-- next-13/src/pages/_document.tsx | 2 +- next-13/src/pages/api/hello.ts | 9 ++---- next-13/src/pages/index.tsx | 14 ++++----- next-13/src/styles/globals.css | 6 +--- next-13/tailwind.config.ts | 5 ++-- next-14/next.config.mjs | 4 +-- next-14/package.json | 6 ++-- next-14/postcss.config.mjs | 4 +-- next-14/src/app/page.tsx | 22 +++++++------- next-14/tailwind.config.ts | 16 +++++----- next-15/package.json | 6 ++-- next-15/postcss.config.mjs | 4 +-- next-15/src/app/layout.tsx | 38 +++++++++++------------- next-15/src/app/page.tsx | 46 +++++++++-------------------- next-15/tailwind.config.ts | 14 ++++----- next-canary/package.json | 6 ++-- next-canary/postcss.config.mjs | 4 +-- next-canary/src/app/page.tsx | 46 +++++++++-------------------- nuxt/nuxt.config.ts | 2 +- nuxt/package.json | 4 +-- package.json | 4 +-- studio/package.json | 10 +++---- studio/sanity.config.ts | 10 ++----- tanstack-start/app/client.tsx | 2 +- tanstack-start/app/routeTree.gen.ts | 6 ++-- tanstack-start/app/ssr.tsx | 3 +- tanstack-start/package.json | 8 ++--- tanstack-start/tsconfig.json | 6 ++-- 37 files changed, 160 insertions(+), 220 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 3fd29fa..a273dc5 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,8 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "github>sanity-io/renovate-config" - ], + "extends": ["github>sanity-io/renovate-config"], "packageRules": [ { "matchFileNames": ["next-13/package.json"], @@ -34,5 +32,5 @@ "matchPackageNames": ["react", "react-dom"], "followTag": "rc" } - ] + ] } diff --git a/api/package.json b/api/package.json index 684405a..eb0808c 100644 --- a/api/package.json +++ b/api/package.json @@ -2,13 +2,13 @@ "name": "api", "version": "0.0.0", "private": true, + "dependencies": { + "@sanity/client": "^6.22.5", + "d3-color": "^3.1.0" + }, "devDependencies": { "@edge-runtime/types": "^3.0.3", "@types/d3-color": "^3.1.3", "typescript": "5.6.3" - }, - "dependencies": { - "@sanity/client": "^6.22.5", - "d3-color": "^3.1.0" } -} \ No newline at end of file +} diff --git a/astro/astro.config.mjs b/astro/astro.config.mjs index 8d7977c..6c8b958 100644 --- a/astro/astro.config.mjs +++ b/astro/astro.config.mjs @@ -1,6 +1,6 @@ // @ts-check // @ts-check -import { defineConfig } from 'astro/config'; +import {defineConfig} from 'astro/config' // https://astro.build/config -export default defineConfig({}); +export default defineConfig({}) diff --git a/astro/package.json b/astro/package.json index 123010b..bfe9fa6 100644 --- a/astro/package.json +++ b/astro/package.json @@ -1,12 +1,12 @@ { "name": "astro", - "type": "module", "version": "0.0.1", + "type": "module", "scripts": { - "dev": "astro dev", + "astro": "astro", "build": "astro check && astro build", - "preview": "astro preview", - "astro": "astro" + "dev": "astro dev", + "preview": "astro preview" }, "dependencies": { "@astrojs/check": "^0.9.4", diff --git a/astro/src/layouts/Layout.astro b/astro/src/layouts/Layout.astro index a25b9e6..05587c2 100644 --- a/astro/src/layouts/Layout.astro +++ b/astro/src/layouts/Layout.astro @@ -1,13 +1,13 @@ -
- - - - -