From 98a4c02020f3b14509591eb3fce98aaed3d764f4 Mon Sep 17 00:00:00 2001 From: giancarlo Date: Thu, 18 Apr 2024 20:32:07 +0800 Subject: [PATCH] Update version of Next.js from 14.3.0-canary.9 to 14.3.0-canary.7 This commit updates Next.js version from 14.3.0-canary.9 to 14.3.0-canary.7 across various packages in pnpm-lock.yaml. The update is aimed at overcoming issues or incorporating improvements added in the 14.3.0-canary.7 version. --- package.json | 2 +- packages/billing/gateway/package.json | 2 +- packages/features/accounts/package.json | 2 +- packages/features/admin/package.json | 2 +- packages/features/auth/package.json | 2 +- packages/features/team-accounts/package.json | 2 +- packages/next/package.json | 2 +- packages/supabase/package.json | 2 +- packages/ui/package.json | 2 +- pnpm-lock.yaml | 166 +++++++++---------- 10 files changed, 92 insertions(+), 92 deletions(-) diff --git a/package.json b/package.json index 8264e0f57..54a7974e8 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ }, "pnpm": { "overrides": { - "next": "14.3.0-canary.9", + "next": "14.3.0-canary.7", "react": "18.2.0", "react-dom": "18.2.0" } diff --git a/packages/billing/gateway/package.json b/packages/billing/gateway/package.json index f56dc103e..444dfca05 100644 --- a/packages/billing/gateway/package.json +++ b/packages/billing/gateway/package.json @@ -47,7 +47,7 @@ "@types/react": "^18.2.79", "date-fns": "^3.6.0", "lucide-react": "^0.368.0", - "next": "14.3.0-canary.9", + "next": "14.3.0-canary.7", "react": "18.2.0", "react-hook-form": "^7.51.3", "react-i18next": "^14.1.0", diff --git a/packages/features/accounts/package.json b/packages/features/accounts/package.json index 8c605d5eb..ca7355ddc 100644 --- a/packages/features/accounts/package.json +++ b/packages/features/accounts/package.json @@ -36,7 +36,7 @@ "@types/react": "^18.2.79", "@types/react-dom": "^18.2.25", "lucide-react": "^0.368.0", - "next": "14.3.0-canary.9", + "next": "14.3.0-canary.7", "next-themes": "0.3.0", "react": "18.2.0", "react-dom": "18.2.0", diff --git a/packages/features/admin/package.json b/packages/features/admin/package.json index 64bf232bb..b71e0806c 100644 --- a/packages/features/admin/package.json +++ b/packages/features/admin/package.json @@ -40,7 +40,7 @@ "@tanstack/react-table": "^8.16.0", "@types/react": "^18.2.79", "lucide-react": "^0.368.0", - "next": "14.3.0-canary.9", + "next": "14.3.0-canary.7", "react": "18.2.0", "react-hook-form": "^7.51.3", "zod": "^3.22.4" diff --git a/packages/features/auth/package.json b/packages/features/auth/package.json index 352cba3c6..af6f301f1 100644 --- a/packages/features/auth/package.json +++ b/packages/features/auth/package.json @@ -32,7 +32,7 @@ "@tanstack/react-query": "5.29.2", "@types/react": "^18.2.79", "lucide-react": "^0.368.0", - "next": "14.3.0-canary.9", + "next": "14.3.0-canary.7", "react-hook-form": "^7.51.3", "react-i18next": "^14.1.0", "sonner": "^1.4.41", diff --git a/packages/features/team-accounts/package.json b/packages/features/team-accounts/package.json index d81bbc5b0..02ce656de 100644 --- a/packages/features/team-accounts/package.json +++ b/packages/features/team-accounts/package.json @@ -37,7 +37,7 @@ "class-variance-authority": "^0.7.0", "date-fns": "^3.6.0", "lucide-react": "^0.368.0", - "next": "14.3.0-canary.9", + "next": "14.3.0-canary.7", "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "^7.51.3", diff --git a/packages/next/package.json b/packages/next/package.json index 6f796dae8..4fc5287e4 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -28,7 +28,7 @@ "@kit/tailwind-config": "workspace:*", "@kit/tsconfig": "workspace:*", "@supabase/supabase-js": "^2.42.4", - "next": "14.3.0-canary.9", + "next": "14.3.0-canary.7", "zod": "^3.22.4" }, "eslintConfig": { diff --git a/packages/supabase/package.json b/packages/supabase/package.json index 2ad7cf5cc..cb77935b5 100644 --- a/packages/supabase/package.json +++ b/packages/supabase/package.json @@ -32,7 +32,7 @@ "@supabase/supabase-js": "^2.42.4", "@tanstack/react-query": "5.29.2", "@types/react": "^18.2.79", - "next": "14.3.0-canary.9", + "next": "14.3.0-canary.7", "react": "18.2.0", "zod": "^3.22.4" }, diff --git a/packages/ui/package.json b/packages/ui/package.json index 4a8ccff48..4757d1977 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -59,7 +59,7 @@ "date-fns": "^3.6.0", "eslint": "^8.57.0", "lucide-react": "^0.368.0", - "next": "14.3.0-canary.9", + "next": "14.3.0-canary.7", "next-themes": "0.3.0", "prettier": "^3.2.5", "react-day-picker": "^8.10.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fdb6b953d..bd0945021 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,7 +5,7 @@ settings: excludeLinksFromLockfile: false overrides: - next: 14.3.0-canary.9 + next: 14.3.0-canary.7 react: 18.2.0 react-dom: 18.2.0 @@ -108,7 +108,7 @@ importers: version: 0.0.7(@supabase/postgrest-js@1.15.2)(@supabase/supabase-js@2.42.4) '@makerkit/data-loader-supabase-nextjs': specifier: ^1.1.0 - version: 1.1.0(@supabase/postgrest-js@1.15.2)(@supabase/supabase-js@2.42.4)(@tanstack/react-query@5.29.2)(next@14.3.0-canary.9)(react@18.2.0) + version: 1.1.0(@supabase/postgrest-js@1.15.2)(@supabase/supabase-js@2.42.4)(@tanstack/react-query@5.29.2)(next@14.3.0-canary.7)(react@18.2.0) '@marsidev/react-turnstile': specifier: ^0.5.4 version: 0.5.4(react-dom@18.2.0)(react@18.2.0) @@ -123,7 +123,7 @@ importers: version: 5.29.2(react@18.2.0) '@tanstack/react-query-next-experimental': specifier: ^5.29.2 - version: 5.29.2(@tanstack/react-query@5.29.2)(next@14.3.0-canary.9)(react@18.2.0) + version: 5.29.2(@tanstack/react-query@5.29.2)(next@14.3.0-canary.7)(react@18.2.0) '@tanstack/react-table': specifier: ^8.16.0 version: 8.16.0(react-dom@18.2.0)(react@18.2.0) @@ -132,7 +132,7 @@ importers: version: 3.6.0 edge-csrf: specifier: 1.0.12-sveltekit-1 - version: 1.0.12-sveltekit-1(@sveltejs/kit@2.5.6)(next@14.3.0-canary.9) + version: 1.0.12-sveltekit-1(@sveltejs/kit@2.5.6)(next@14.3.0-canary.7) i18next: specifier: ^23.11.2 version: 23.11.2 @@ -143,11 +143,11 @@ importers: specifier: ^0.368.0 version: 0.368.0(react@18.2.0) next: - specifier: 14.3.0-canary.9 - version: 14.3.0-canary.9(@opentelemetry/api@1.8.0)(react-dom@18.2.0)(react@18.2.0) + specifier: 14.3.0-canary.7 + version: 14.3.0-canary.7(@opentelemetry/api@1.8.0)(react-dom@18.2.0)(react@18.2.0) next-sitemap: specifier: ^4.2.3 - version: 4.2.3(next@14.3.0-canary.9) + version: 4.2.3(next@14.3.0-canary.7) next-themes: specifier: 0.3.0 version: 0.3.0(react-dom@18.2.0)(react@18.2.0) @@ -297,8 +297,8 @@ importers: specifier: ^0.368.0 version: 0.368.0(react@18.2.0) next: - specifier: 14.3.0-canary.9 - version: 14.3.0-canary.9(@opentelemetry/api@1.8.0)(react-dom@18.2.0)(react@18.2.0) + specifier: 14.3.0-canary.7 + version: 14.3.0-canary.7(@opentelemetry/api@1.8.0)(react-dom@18.2.0)(react@18.2.0) react: specifier: 18.2.0 version: 18.2.0 @@ -420,10 +420,10 @@ importers: dependencies: '@keystatic/core': specifier: 0.5.11 - version: 0.5.11(next@14.3.0-canary.9)(react-dom@18.2.0)(react@18.2.0) + version: 0.5.11(next@14.3.0-canary.7)(react-dom@18.2.0)(react@18.2.0) '@keystatic/next': specifier: 5.0.0 - version: 5.0.0(@keystatic/core@0.5.11)(next@14.3.0-canary.9)(react-dom@18.2.0)(react@18.2.0) + version: 5.0.0(@keystatic/core@0.5.11)(next@14.3.0-canary.7)(react-dom@18.2.0)(react@18.2.0) devDependencies: '@kit/cms': specifier: workspace:^ @@ -596,8 +596,8 @@ importers: specifier: ^0.368.0 version: 0.368.0(react@18.2.0) next: - specifier: 14.3.0-canary.9 - version: 14.3.0-canary.9(@opentelemetry/api@1.8.0)(react-dom@18.2.0)(react@18.2.0) + specifier: 14.3.0-canary.7 + version: 14.3.0-canary.7(@opentelemetry/api@1.8.0)(react-dom@18.2.0)(react@18.2.0) next-themes: specifier: 0.3.0 version: 0.3.0(react-dom@18.2.0)(react@18.2.0) @@ -651,7 +651,7 @@ importers: version: 0.0.7(@supabase/postgrest-js@1.15.2)(@supabase/supabase-js@2.42.4) '@makerkit/data-loader-supabase-nextjs': specifier: ^1.1.0 - version: 1.1.0(@supabase/postgrest-js@1.15.2)(@supabase/supabase-js@2.42.4)(@tanstack/react-query@5.29.2)(next@14.3.0-canary.9)(react@18.2.0) + version: 1.1.0(@supabase/postgrest-js@1.15.2)(@supabase/supabase-js@2.42.4)(@tanstack/react-query@5.29.2)(next@14.3.0-canary.7)(react@18.2.0) '@supabase/supabase-js': specifier: ^2.42.4 version: 2.42.4 @@ -668,8 +668,8 @@ importers: specifier: ^0.368.0 version: 0.368.0(react@18.2.0) next: - specifier: 14.3.0-canary.9 - version: 14.3.0-canary.9(@opentelemetry/api@1.8.0)(react-dom@18.2.0)(react@18.2.0) + specifier: 14.3.0-canary.7 + version: 14.3.0-canary.7(@opentelemetry/api@1.8.0)(react-dom@18.2.0)(react@18.2.0) react: specifier: 18.2.0 version: 18.2.0 @@ -725,8 +725,8 @@ importers: specifier: ^0.368.0 version: 0.368.0(react@18.2.0) next: - specifier: 14.3.0-canary.9 - version: 14.3.0-canary.9(@opentelemetry/api@1.8.0)(react-dom@18.2.0)(react@18.2.0) + specifier: 14.3.0-canary.7 + version: 14.3.0-canary.7(@opentelemetry/api@1.8.0)(react-dom@18.2.0)(react@18.2.0) react-hook-form: specifier: ^7.51.3 version: 7.51.3(react@18.2.0) @@ -810,8 +810,8 @@ importers: specifier: ^0.368.0 version: 0.368.0(react@18.2.0) next: - specifier: 14.3.0-canary.9 - version: 14.3.0-canary.9(@opentelemetry/api@1.8.0)(react-dom@18.2.0)(react@18.2.0) + specifier: 14.3.0-canary.7 + version: 14.3.0-canary.7(@opentelemetry/api@1.8.0)(react-dom@18.2.0)(react@18.2.0) react: specifier: 18.2.0 version: 18.2.0 @@ -951,7 +951,7 @@ importers: version: 1.23.0 '@sentry/nextjs': specifier: ^7.110.1 - version: 7.110.1(next@14.3.0-canary.9)(react@18.2.0) + version: 7.110.1(next@14.3.0-canary.7)(react@18.2.0) '@sentry/opentelemetry-node': specifier: ^7.110.1 version: 7.110.1(@opentelemetry/api@1.8.0)(@opentelemetry/core@1.23.0)(@opentelemetry/sdk-trace-base@1.23.0)(@opentelemetry/semantic-conventions@1.23.0) @@ -993,8 +993,8 @@ importers: specifier: ^2.42.4 version: 2.42.4 next: - specifier: 14.3.0-canary.9 - version: 14.3.0-canary.9(@opentelemetry/api@1.8.0)(react-dom@18.2.0)(react@18.2.0) + specifier: 14.3.0-canary.7 + version: 14.3.0-canary.7(@opentelemetry/api@1.8.0)(react-dom@18.2.0)(react@18.2.0) zod: specifier: ^3.22.4 version: 3.22.4 @@ -1048,8 +1048,8 @@ importers: specifier: ^18.2.79 version: 18.2.79 next: - specifier: 14.3.0-canary.9 - version: 14.3.0-canary.9(@opentelemetry/api@1.8.0)(react-dom@18.2.0)(react@18.2.0) + specifier: 14.3.0-canary.7 + version: 14.3.0-canary.7(@opentelemetry/api@1.8.0)(react-dom@18.2.0)(react@18.2.0) react: specifier: 18.2.0 version: 18.2.0 @@ -1166,8 +1166,8 @@ importers: specifier: ^0.368.0 version: 0.368.0(react@18.2.0) next: - specifier: 14.3.0-canary.9 - version: 14.3.0-canary.9(@opentelemetry/api@1.8.0)(react-dom@18.2.0)(react@18.2.0) + specifier: 14.3.0-canary.7 + version: 14.3.0-canary.7(@opentelemetry/api@1.8.0)(react-dom@18.2.0)(react@18.2.0) next-themes: specifier: 0.3.0 version: 0.3.0(react-dom@18.2.0)(react@18.2.0) @@ -2163,10 +2163,10 @@ packages: resolution: {integrity: sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==} dev: false - /@keystar/ui@0.7.1(next@14.3.0-canary.9)(react-dom@18.2.0)(react@18.2.0): + /@keystar/ui@0.7.1(next@14.3.0-canary.7)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-TIV/SmycpY4UWhOSZ2e3csPtCN1hHQJlT+fiSuHWVqPTW94yH/XkCN5zogzUFOe2Z4a6IEkVoCa1BQQMTgpFNg==} peerDependencies: - next: 14.3.0-canary.9 + next: 14.3.0-canary.7 react: 18.2.0 react-dom: 18.2.0 peerDependenciesMeta: @@ -2254,12 +2254,12 @@ packages: '@react-types/tabs': 3.3.5(react@18.2.0) emery: 1.4.3 facepaint: 1.2.1 - next: 14.3.0-canary.9(@opentelemetry/api@1.8.0)(react-dom@18.2.0)(react@18.2.0) + next: 14.3.0-canary.7(@opentelemetry/api@1.8.0)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@keystatic/core@0.5.11(next@14.3.0-canary.9)(react-dom@18.2.0)(react@18.2.0): + /@keystatic/core@0.5.11(next@14.3.0-canary.7)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-LC3RANu9sH74ixNluIbMf4iTNLycCYhkBmK8DfwoZNWb5v3AnLMkVly0NV2yxuGChOowqnmtbHWlkHCvNsNlFA==} peerDependencies: react: 18.2.0 @@ -2271,7 +2271,7 @@ packages: '@emotion/weak-memoize': 0.3.1 '@floating-ui/react': 0.24.8(react-dom@18.2.0)(react@18.2.0) '@internationalized/string': 3.2.1 - '@keystar/ui': 0.7.1(next@14.3.0-canary.9)(react-dom@18.2.0)(react@18.2.0) + '@keystar/ui': 0.7.1(next@14.3.0-canary.7)(react-dom@18.2.0)(react@18.2.0) '@markdoc/markdoc': 0.4.0(@types/react@18.2.79)(react@18.2.0) '@react-aria/focus': 3.16.2(react@18.2.0) '@react-aria/i18n': 3.10.2(react@18.2.0) @@ -2348,19 +2348,19 @@ packages: - supports-color dev: false - /@keystatic/next@5.0.0(@keystatic/core@0.5.11)(next@14.3.0-canary.9)(react-dom@18.2.0)(react@18.2.0): + /@keystatic/next@5.0.0(@keystatic/core@0.5.11)(next@14.3.0-canary.7)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-aacEMkrSbXrhC/obKTPEbcVa1yC9POmpd8lfXNGVadSRUsoG5O+brULc1NeVeHe7MMS/PkhNzhIpWkApCf5Qhw==} peerDependencies: '@keystatic/core': '*' - next: 14.3.0-canary.9 + next: 14.3.0-canary.7 react: 18.2.0 react-dom: 18.2.0 dependencies: '@babel/runtime': 7.24.4 - '@keystatic/core': 0.5.11(next@14.3.0-canary.9)(react-dom@18.2.0)(react@18.2.0) + '@keystatic/core': 0.5.11(next@14.3.0-canary.7)(react-dom@18.2.0)(react@18.2.0) '@types/react': 18.2.79 chokidar: 3.6.0 - next: 14.3.0-canary.9(@opentelemetry/api@1.8.0)(react-dom@18.2.0)(react@18.2.0) + next: 14.3.0-canary.7(@opentelemetry/api@1.8.0)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) server-only: 0.0.1 @@ -2381,18 +2381,18 @@ packages: '@supabase/supabase-js': 2.42.4 ts-case-convert: 2.0.7 - /@makerkit/data-loader-supabase-nextjs@1.1.0(@supabase/postgrest-js@1.15.2)(@supabase/supabase-js@2.42.4)(@tanstack/react-query@5.29.2)(next@14.3.0-canary.9)(react@18.2.0): + /@makerkit/data-loader-supabase-nextjs@1.1.0(@supabase/postgrest-js@1.15.2)(@supabase/supabase-js@2.42.4)(@tanstack/react-query@5.29.2)(next@14.3.0-canary.7)(react@18.2.0): resolution: {integrity: sha512-4+QtHMXeOCPFKnP14a/K0mVUGr/809WE1J7RF5Eue45xdXMbvhyWIHqRNvvpUo9N6MnDO7u9IaYKO0aneMPFrw==} peerDependencies: '@supabase/supabase-js': '>=2.0.0' '@tanstack/react-query': '>=5.0.0' - next: 14.3.0-canary.9 + next: 14.3.0-canary.7 react: 18.2.0 dependencies: '@makerkit/data-loader-supabase-core': 0.0.7(@supabase/postgrest-js@1.15.2)(@supabase/supabase-js@2.42.4) '@supabase/supabase-js': 2.42.4 '@tanstack/react-query': 5.29.2(react@18.2.0) - next: 14.3.0-canary.9(@opentelemetry/api@1.8.0)(react-dom@18.2.0)(react@18.2.0) + next: 14.3.0-canary.7(@opentelemetry/api@1.8.0)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 transitivePeerDependencies: - '@supabase/postgrest-js' @@ -2484,8 +2484,8 @@ packages: resolution: {integrity: sha512-Yac/bV5sBGkkEXmAX5FWPS9Mmo2rthrOPRQQNfycJPkjUAUclomCPH7QFVCDQ4Mp2k2K1SSM6m0zrxYrOwtFQw==} dev: false - /@next/env@14.3.0-canary.9: - resolution: {integrity: sha512-/ulTAff0N5HjdIMAbXAc2yr3rsftjRVMXMQKK3RI5RrG31iwMfiX9dPPeLd1/XTrO2/5373TpiqQs4SmXTfD2w==} + /@next/env@14.3.0-canary.7: + resolution: {integrity: sha512-FXmIhrOXLCAC3CFfsphwr9B4sd42TdJWJ95UgvXJErnS2XgT0iv0BtMULybWOBzpJVWQavYzl+CkFDQC2EFJiw==} /@next/eslint-plugin-next@14.2.2: resolution: {integrity: sha512-q+Ec2648JtBpKiu/FSJm8HAsFXlNvioHeBCbTP12T1SGcHYwhqHULSfQgFkPgHDu3kzNp2Kem4J54bK4rPQ5SQ==} @@ -2493,72 +2493,72 @@ packages: glob: 10.3.10 dev: false - /@next/swc-darwin-arm64@14.3.0-canary.9: - resolution: {integrity: sha512-Ui4dk80Gbwm69c9fJLn2uzyZDI+MV6C+tEeokdKsScmubWegfRBVbYR6zIcXmKgDDwHxTgDMAzAkhFtKt/4LTQ==} + /@next/swc-darwin-arm64@14.3.0-canary.7: + resolution: {integrity: sha512-AwYIdp0HHJQFI+LDAzTp7gj4suyl9KZgWFvHd79DljG4DLJMVEDb669AXpwV1m9WgVzWgnUsTJgF/XHDhaIRfg==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] requiresBuild: true optional: true - /@next/swc-darwin-x64@14.3.0-canary.9: - resolution: {integrity: sha512-+Ki+RsI0oTQcqhS8ph0p/dU/eq6+CZit4s64eAJ6uxJxEyD4/WmArO/Vz/YqWE9n3PJczCJ+FuXMmAM+5eK62Q==} + /@next/swc-darwin-x64@14.3.0-canary.7: + resolution: {integrity: sha512-NeXcmZdRycTNG3aMROgaTVuW3espy8CX9dVC7KQT9/YnRPItNhP/maU7kgIA5C43bgjCgwg1f9ABNB2NX99eWw==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] requiresBuild: true optional: true - /@next/swc-linux-arm64-gnu@14.3.0-canary.9: - resolution: {integrity: sha512-vzOJgDq5R7GIjXVD3bHvLT4QGrDCHtljGCeVkk9kOLfZmQCKii2QwG9Q8qB9DCo5FFHMyyPL7F07uDfve1hZ4g==} + /@next/swc-linux-arm64-gnu@14.3.0-canary.7: + resolution: {integrity: sha512-Qct3FFELGR8Vl97GBHuend1X94ykEzF7Cvyi8TX1I1uCZZHhRzHzJMo7TjrI+YNbJF804sc/+VsNxVxR197/Nw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-arm64-musl@14.3.0-canary.9: - resolution: {integrity: sha512-4tUlyMTkTaa9CJSYg/2WqZXZD2wQ5qYPpWq2WvlpBQpQS1LqBN1wVhFrQZ0o96IZZ3ZeHcXmRk6ZU4gXmyQTiw==} + /@next/swc-linux-arm64-musl@14.3.0-canary.7: + resolution: {integrity: sha512-sxLnN5QKp8JwEuABmArZ6uV8wjO9ozt7qbne/Y1zhKIyYl+WSgoPxznJz98bEGjd7o7sntSm1djYwZd+Ra1v1w==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-x64-gnu@14.3.0-canary.9: - resolution: {integrity: sha512-eY1+SNaWzKxTMO5G4fFVngERP/pb9oPrhILmNTlzX3BVEBavfklQRTCHdJs3Nc6aM/09wxGpZGpvE03CN/I4jA==} + /@next/swc-linux-x64-gnu@14.3.0-canary.7: + resolution: {integrity: sha512-s3i4CFmsk7QcSDyScrMOQQ9EZPNRzkw2pUXI/SweKQC0qLXQ6agthCH0Ks69b/niMxzG+P4pen50qm1svsBHog==} engines: {node: '>= 10'} cpu: [x64] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-x64-musl@14.3.0-canary.9: - resolution: {integrity: sha512-oW73wXLd0uf8c9ZqR212qRdPuUQIacbMWKrbAzYbdE/Jk+w2+MxwEd021qOLysGMPea3rQ4HilELmWsp082p7g==} + /@next/swc-linux-x64-musl@14.3.0-canary.7: + resolution: {integrity: sha512-I3Js4g8ylkFGUb8ICI4ya1j89D/jw/SnItrGce03UWQhOdczlWixSFabE2RqSYtVM+cOWVLJ8SSmeoi98YQPNg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] requiresBuild: true optional: true - /@next/swc-win32-arm64-msvc@14.3.0-canary.9: - resolution: {integrity: sha512-59vC50OX1Qumm8nq6vD9C1dKlaCJDoXxcSUwPkHrymkxqN4VpZTWAjAunFWNxpmopsKd8Mhvo4BoR00/mZl7zw==} + /@next/swc-win32-arm64-msvc@14.3.0-canary.7: + resolution: {integrity: sha512-H8iTu2VPOmm2QXhWRkItS3Vfieh52pdg6IGBnm4xp+RJ6UVBEluTT2VDYB7vqjPnbof/dq6woflZkq2/KujSrQ==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] requiresBuild: true optional: true - /@next/swc-win32-ia32-msvc@14.3.0-canary.9: - resolution: {integrity: sha512-TYZqJJEtkYjknnn5slGcrgMH5p2qGRoKdTNimx1TzkBOrm2imyc45VkLh5gnLf8ko9ZKzf3jhBggU8w+hBF26Q==} + /@next/swc-win32-ia32-msvc@14.3.0-canary.7: + resolution: {integrity: sha512-OwdUlF/N+nJRXqFdwdRtSuilFlBDctIJSV30TdNNTdnTCCYtI9cyrJ+8Sx3EVhQQVTxySPUgmhJitgmgyDMmkQ==} engines: {node: '>= 10'} cpu: [ia32] os: [win32] requiresBuild: true optional: true - /@next/swc-win32-x64-msvc@14.3.0-canary.9: - resolution: {integrity: sha512-zkm/FzdSostlGsSkKnqtGxFg7nmBcAr69PQe9puenqUN+Q3bsHUsjYS2vK0LiqDvziQAuBCbX4ARsTAVQIxq0Q==} + /@next/swc-win32-x64-msvc@14.3.0-canary.7: + resolution: {integrity: sha512-pirSoMkVeWG7VuBEw6kISWUT1AaMeRj6TtcDuj7lJUoD2AQUO17yxRXMDLJ7Kf1ymOAxOEUf+Toys9V8NpSjKA==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -5665,11 +5665,11 @@ packages: localforage: 1.10.0 dev: false - /@sentry/nextjs@7.110.1(next@14.3.0-canary.9)(react@18.2.0): + /@sentry/nextjs@7.110.1(next@14.3.0-canary.7)(react@18.2.0): resolution: {integrity: sha512-OcH44p14DOjOPlEcFHJG4YB3koeYNFnDz5yikRs6B5HrcuQRzQkRphasysQt37NmjJG5QQMdqArYxho6JwlMfg==} engines: {node: '>=8'} peerDependencies: - next: 14.3.0-canary.9 + next: 14.3.0-canary.7 react: 18.2.0 webpack: '>= 4.0.0' peerDependenciesMeta: @@ -5686,7 +5686,7 @@ packages: '@sentry/vercel-edge': 7.110.1 '@sentry/webpack-plugin': 1.21.0 chalk: 3.0.0 - next: 14.3.0-canary.9(@opentelemetry/api@1.8.0)(react-dom@18.2.0)(react@18.2.0) + next: 14.3.0-canary.7(@opentelemetry/api@1.8.0)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 resolve: 1.22.8 rollup: 2.78.0 @@ -5987,15 +5987,15 @@ packages: /@tanstack/query-core@5.29.0: resolution: {integrity: sha512-WgPTRs58hm9CMzEr5jpISe8HXa3qKQ8CxewdYZeVnA54JrPY9B1CZiwsCoLpLkf0dGRZq+LcX5OiJb0bEsOFww==} - /@tanstack/react-query-next-experimental@5.29.2(@tanstack/react-query@5.29.2)(next@14.3.0-canary.9)(react@18.2.0): + /@tanstack/react-query-next-experimental@5.29.2(@tanstack/react-query@5.29.2)(next@14.3.0-canary.7)(react@18.2.0): resolution: {integrity: sha512-AQd0S/UD+HTUv6MOmc1glv9FZN7ZxVQJlM7IJQx4QfWJpIWZMukXtlKMfwpO4YzQgo2jitblY17rZ/8YDtIxzw==} peerDependencies: '@tanstack/react-query': ^5.29.2 - next: 14.3.0-canary.9 + next: 14.3.0-canary.7 react: 18.2.0 dependencies: '@tanstack/react-query': 5.29.2(react@18.2.0) - next: 14.3.0-canary.9(@opentelemetry/api@1.8.0)(react-dom@18.2.0)(react@18.2.0) + next: 14.3.0-canary.7(@opentelemetry/api@1.8.0)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 dev: false @@ -7681,14 +7681,14 @@ packages: /eastasianwidth@0.2.0: resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} - /edge-csrf@1.0.12-sveltekit-1(@sveltejs/kit@2.5.6)(next@14.3.0-canary.9): + /edge-csrf@1.0.12-sveltekit-1(@sveltejs/kit@2.5.6)(next@14.3.0-canary.7): resolution: {integrity: sha512-wftM7WJeJnirqBfHj6y+yyvIvVeP3bjJeQ8AsEhOqxe3CcrgAlKQA2ZIbThaLI44iRsMoJQ7I0ppEew4iktIlA==} peerDependencies: '@sveltejs/kit': ^2.5.5 - next: 14.3.0-canary.9 + next: 14.3.0-canary.7 dependencies: '@sveltejs/kit': 2.5.6(@sveltejs/vite-plugin-svelte@3.1.0)(svelte@4.2.15)(vite@5.2.9) - next: 14.3.0-canary.9(@opentelemetry/api@1.8.0)(react-dom@18.2.0)(react@18.2.0) + next: 14.3.0-canary.7(@opentelemetry/api@1.8.0)(react-dom@18.2.0)(react@18.2.0) dev: false /editorconfig@1.0.4: @@ -10241,18 +10241,18 @@ packages: engines: {node: '>= 0.4.0'} dev: false - /next-sitemap@4.2.3(next@14.3.0-canary.9): + /next-sitemap@4.2.3(next@14.3.0-canary.7): resolution: {integrity: sha512-vjdCxeDuWDzldhCnyFCQipw5bfpl4HmZA7uoo3GAaYGjGgfL4Cxb1CiztPuWGmS+auYs7/8OekRS8C2cjdAsjQ==} engines: {node: '>=14.18'} hasBin: true peerDependencies: - next: 14.3.0-canary.9 + next: 14.3.0-canary.7 dependencies: '@corex/deepmerge': 4.0.43 '@next/env': 13.5.6 fast-glob: 3.3.2 minimist: 1.2.8 - next: 14.3.0-canary.9(@opentelemetry/api@1.8.0)(react-dom@18.2.0)(react@18.2.0) + next: 14.3.0-canary.7(@opentelemetry/api@1.8.0)(react-dom@18.2.0)(react@18.2.0) dev: false /next-themes@0.3.0(react-dom@18.2.0)(react@18.2.0): @@ -10264,8 +10264,8 @@ packages: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - /next@14.3.0-canary.9(@opentelemetry/api@1.8.0)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-qa7vyfsQBsDeIODESb6YX8yC3n/ayxV4QxoktOsE7Shh48EzjbKWSkTS/SWxRsaR5/Of1+gZAeyxjOawqLOdSQ==} + /next@14.3.0-canary.7(@opentelemetry/api@1.8.0)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-loPrWTCvHvZgOy3rgL9+2WpxNDxlRNt462ihqm/DUuyK8LUZV1F4H920YTAu1wEiYC8RrpNUbpz8K7KRYAkQiA==} engines: {node: '>=18.17.0'} hasBin: true peerDependencies: @@ -10282,7 +10282,7 @@ packages: sass: optional: true dependencies: - '@next/env': 14.3.0-canary.9 + '@next/env': 14.3.0-canary.7 '@opentelemetry/api': 1.8.0 '@swc/helpers': 0.5.5 busboy: 1.6.0 @@ -10293,15 +10293,15 @@ packages: react-dom: 18.2.0(react@18.2.0) styled-jsx: 5.1.1(react@18.2.0) optionalDependencies: - '@next/swc-darwin-arm64': 14.3.0-canary.9 - '@next/swc-darwin-x64': 14.3.0-canary.9 - '@next/swc-linux-arm64-gnu': 14.3.0-canary.9 - '@next/swc-linux-arm64-musl': 14.3.0-canary.9 - '@next/swc-linux-x64-gnu': 14.3.0-canary.9 - '@next/swc-linux-x64-musl': 14.3.0-canary.9 - '@next/swc-win32-arm64-msvc': 14.3.0-canary.9 - '@next/swc-win32-ia32-msvc': 14.3.0-canary.9 - '@next/swc-win32-x64-msvc': 14.3.0-canary.9 + '@next/swc-darwin-arm64': 14.3.0-canary.7 + '@next/swc-darwin-x64': 14.3.0-canary.7 + '@next/swc-linux-arm64-gnu': 14.3.0-canary.7 + '@next/swc-linux-arm64-musl': 14.3.0-canary.7 + '@next/swc-linux-x64-gnu': 14.3.0-canary.7 + '@next/swc-linux-x64-musl': 14.3.0-canary.7 + '@next/swc-win32-arm64-msvc': 14.3.0-canary.7 + '@next/swc-win32-ia32-msvc': 14.3.0-canary.7 + '@next/swc-win32-x64-msvc': 14.3.0-canary.7 transitivePeerDependencies: - '@babel/core' - babel-plugin-macros