From b407f2a9ac02b3ea6bfa22388e8e1150d2c82d48 Mon Sep 17 00:00:00 2001 From: "homarr-renovate[bot]" <158783068+homarr-renovate[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 15:37:40 +0100 Subject: [PATCH] fix(deps): update nextjs monorepo to ^14.1.1 (#147) * fix(deps): update nextjs monorepo to ^14.1.1 * fix: lint issue --------- Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com> Co-authored-by: Meier Lukas --- apps/nextjs/package.json | 2 +- .../create/_components/stepper.component.tsx | 7 +- packages/auth/package.json | 2 +- packages/translation/src/lang/en.ts | 6 +- pnpm-lock.yaml | 145 ++++++++---------- tooling/eslint/package.json | 2 +- 6 files changed, 77 insertions(+), 87 deletions(-) diff --git a/apps/nextjs/package.json b/apps/nextjs/package.json index aef9b58c1..620b9e561 100644 --- a/apps/nextjs/package.json +++ b/apps/nextjs/package.json @@ -44,7 +44,7 @@ "dayjs": "^1.11.10", "jotai": "^2.6.5", "mantine-modal-manager": "^7.5.3", - "next": "^14.1.1-canary.63", + "next": "^14.1.1", "postcss-preset-mantine": "^1.13.0", "react": "18.2.0", "react-dom": "18.2.0", diff --git a/apps/nextjs/src/app/[locale]/manage/users/create/_components/stepper.component.tsx b/apps/nextjs/src/app/[locale]/manage/users/create/_components/stepper.component.tsx index 6a8041f1e..cdf41ce91 100644 --- a/apps/nextjs/src/app/[locale]/manage/users/create/_components/stepper.component.tsx +++ b/apps/nextjs/src/app/[locale]/manage/users/create/_components/stepper.component.tsx @@ -55,7 +55,7 @@ export const UserCreateStepperComponent = () => { }, validate: zodResolver( z.object({ - password: validation.user.password + password: validation.user.password, }), ), validateInputOnBlur: true, @@ -64,7 +64,10 @@ export const UserCreateStepperComponent = () => { const allForms = [generalForm, securityForm]; - const canNavigateToNextStep = allForms[active]?.isValid() ?? true; + const isCurrentFormValid = allForms[active] + ? (allForms[active]!.isValid satisfies () => boolean) + : () => true; + const canNavigateToNextStep = isCurrentFormValid(); const controlledGoToNextStep = async () => { if (active + 1 === stepperMax) { diff --git a/packages/auth/package.json b/packages/auth/package.json index a40753b07..36fb1bf68 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -24,7 +24,7 @@ "@t3-oss/env-nextjs": "^0.9.2", "bcrypt": "^5.1.1", "cookies": "^0.9.1", - "next": "^14.1.1-canary.63", + "next": "^14.1.1", "next-auth": "5.0.0-beta.13", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/packages/translation/src/lang/en.ts b/packages/translation/src/lang/en.ts index f0deaf658..b0c4ac34b 100644 --- a/packages/translation/src/lang/en.ts +++ b/packages/translation/src/lang/en.ts @@ -427,9 +427,9 @@ export default { label: "Security", field: { password: { - label: "Password" - } - } + label: "Password", + }, + }, }, permissions: { label: "Permissions", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c011ffbf8..57bd4b2e5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -112,13 +112,13 @@ importers: version: 5.24.1(@tanstack/react-query@5.24.1)(react@18.2.0) '@tanstack/react-query-next-experimental': specifier: 5.24.1 - version: 5.24.1(@tanstack/react-query@5.24.1)(next@14.1.1-canary.63)(react@18.2.0) + version: 5.24.1(@tanstack/react-query@5.24.1)(next@14.1.1)(react@18.2.0) '@tiptap/extension-link': specifier: ^2.2.4 - version: 2.2.4(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3) + version: 2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.3) '@tiptap/react': specifier: ^2.2.4 - version: 2.2.4(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3)(react-dom@18.2.0)(react@18.2.0) + version: 2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.3)(react-dom@18.2.0)(react@18.2.0) '@tiptap/starter-kit': specifier: ^2.2.4 version: 2.2.4(@tiptap/pm@2.2.3) @@ -127,7 +127,7 @@ importers: version: 11.0.0-next-beta.289(@trpc/server@11.0.0-next-beta.289) '@trpc/next': specifier: next - version: 11.0.0-next-beta.289(@tanstack/react-query@5.24.1)(@trpc/client@11.0.0-next-beta.289)(@trpc/react-query@11.0.0-next-beta.289)(@trpc/server@11.0.0-next-beta.289)(next@14.1.1-canary.63)(react-dom@18.2.0)(react@18.2.0) + version: 11.0.0-next-beta.289(@tanstack/react-query@5.24.1)(@trpc/client@11.0.0-next-beta.289)(@trpc/react-query@11.0.0-next-beta.289)(@trpc/server@11.0.0-next-beta.289)(next@14.1.1)(react-dom@18.2.0)(react@18.2.0) '@trpc/react-query': specifier: next version: 11.0.0-next-beta.289(@tanstack/react-query@5.24.1)(@trpc/client@11.0.0-next-beta.289)(@trpc/server@11.0.0-next-beta.289)(react-dom@18.2.0)(react@18.2.0) @@ -144,8 +144,8 @@ importers: specifier: ^7.5.3 version: 7.5.3(@mantine/core@7.5.3)(@mantine/hooks@7.5.3)(react-dom@18.2.0)(react@18.2.0) next: - specifier: ^14.1.1-canary.63 - version: 14.1.1-canary.63(@babel/core@7.23.9)(react-dom@18.2.0)(react@18.2.0)(sass@1.71.1) + specifier: ^14.1.1 + version: 14.1.1(@babel/core@7.23.9)(react-dom@18.2.0)(react@18.2.0)(sass@1.71.1) postcss-preset-mantine: specifier: ^1.13.0 version: 1.13.0(postcss@8.4.35) @@ -260,11 +260,11 @@ importers: specifier: ^0.9.1 version: 0.9.1 next: - specifier: ^14.1.1-canary.63 - version: 14.1.1-canary.63(@babel/core@7.23.9)(react-dom@18.2.0)(react@18.2.0)(sass@1.71.1) + specifier: ^14.1.1 + version: 14.1.1(@babel/core@7.23.9)(react-dom@18.2.0)(react@18.2.0)(sass@1.71.1) next-auth: specifier: 5.0.0-beta.13 - version: 5.0.0-beta.13(next@14.1.1-canary.63)(react@18.2.0) + version: 5.0.0-beta.13(next@14.1.1)(react@18.2.0) react: specifier: 18.2.0 version: 18.2.0 @@ -610,8 +610,8 @@ importers: tooling/eslint: dependencies: '@next/eslint-plugin-next': - specifier: ^14.1.0 - version: 14.1.0 + specifier: ^14.1.1 + version: 14.1.1 '@typescript-eslint/eslint-plugin': specifier: ^7.1.0 version: 7.1.0(@typescript-eslint/parser@7.1.0)(eslint@8.57.0)(typescript@5.3.3) @@ -1670,8 +1670,8 @@ packages: dependencies: '@mantine/core': 7.5.3(@mantine/hooks@7.5.3)(@types/react@18.2.60)(react-dom@18.2.0)(react@18.2.0) '@mantine/hooks': 7.5.3(react@18.2.0) - '@tiptap/extension-link': 2.2.4(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3) - '@tiptap/react': 2.2.4(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3)(react-dom@18.2.0)(react@18.2.0) + '@tiptap/extension-link': 2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.3) + '@tiptap/react': 2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.3)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false @@ -1694,18 +1694,18 @@ packages: - supports-color dev: false - /@next/env@14.1.1-canary.63: - resolution: {integrity: sha512-yMhY/WajNMysbcdPkSNtGsQW6CBBqi/63C7nC404XVPTAVhsRQH6L23ls450aCxaUyoO9b5kvDUjmNKKiotdeQ==} + /@next/env@14.1.1: + resolution: {integrity: sha512-7CnQyD5G8shHxQIIg3c7/pSeYFeMhsNbpU/bmvH7ZnDql7mNRgg8O2JZrhrc/soFnfBnKP4/xXNiiSIPn2w8gA==} dev: false - /@next/eslint-plugin-next@14.1.0: - resolution: {integrity: sha512-x4FavbNEeXx/baD/zC/SdrvkjSby8nBn8KcCREqk6UuwvwoAPZmaV8TFCAuo/cpovBRTIY67mHhe86MQQm/68Q==} + /@next/eslint-plugin-next@14.1.1: + resolution: {integrity: sha512-NP1WoGFnFLpqqCWgGFjnn/sTwUExdPyjeFKRdQP1X/bL/tjAQ/TXDmYqw6vzGaP5NaZ2u6xzg+N/0nd7fOPOGQ==} dependencies: glob: 10.3.10 dev: false - /@next/swc-darwin-arm64@14.1.1-canary.63: - resolution: {integrity: sha512-xoOv/29gn5SH3soiDOJWOkJJ98Z7rkKKNoPbzPfKvPgfcwAyeAl55SjraNfdlFiLE67Mp+AKauJiKtL6xJclOg==} + /@next/swc-darwin-arm64@14.1.1: + resolution: {integrity: sha512-yDjSFKQKTIjyT7cFv+DqQfW5jsD+tVxXTckSe1KIouKk75t1qZmj/mV3wzdmFb0XHVGtyRjDMulfVG8uCKemOQ==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] @@ -1713,8 +1713,8 @@ packages: dev: false optional: true - /@next/swc-darwin-x64@14.1.1-canary.63: - resolution: {integrity: sha512-Rv9WDLjk+L1X1nvBgkO2HK39ujoe6tohcX+KW2rS+XXPRMcmmxPdIa4D20PYSsYa7AX9riJhRibBgpHuNXR4rQ==} + /@next/swc-darwin-x64@14.1.1: + resolution: {integrity: sha512-KCQmBL0CmFmN8D64FHIZVD9I4ugQsDBBEJKiblXGgwn7wBCSe8N4Dx47sdzl4JAg39IkSN5NNrr8AniXLMb3aw==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] @@ -1722,8 +1722,8 @@ packages: dev: false optional: true - /@next/swc-linux-arm64-gnu@14.1.1-canary.63: - resolution: {integrity: sha512-6Vla/RHWgxmU+KQXcPevnHfE4f98mazNSLGg5e2U2JLbBXxbzTz6u5WpOw1oAsEe6uH6CxrpnxIpTlnEK06vKw==} + /@next/swc-linux-arm64-gnu@14.1.1: + resolution: {integrity: sha512-YDQfbWyW0JMKhJf/T4eyFr4b3tceTorQ5w2n7I0mNVTFOvu6CGEzfwT3RSAQGTi/FFMTFcuspPec/7dFHuP7Eg==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -1731,8 +1731,8 @@ packages: dev: false optional: true - /@next/swc-linux-arm64-musl@14.1.1-canary.63: - resolution: {integrity: sha512-F0d9UDjvOs4TEvQ4/puM/fNNvq9B3LKgTXPqrLx932EfX2Di+C50D7O6qcb20HhAn60nahjbvRKDzAEm4P7IJQ==} + /@next/swc-linux-arm64-musl@14.1.1: + resolution: {integrity: sha512-fiuN/OG6sNGRN/bRFxRvV5LyzLB8gaL8cbDH5o3mEiVwfcMzyE5T//ilMmaTrnA8HLMS6hoz4cHOu6Qcp9vxgQ==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -1740,8 +1740,8 @@ packages: dev: false optional: true - /@next/swc-linux-x64-gnu@14.1.1-canary.63: - resolution: {integrity: sha512-Nwuz+gkZytJFKg6wnKPEBC0d4HsD7/QgVePSyibjtbYrq13yqk/dHNkdEr9sksGI7zr8TN8lfreb1VEgqN9zeQ==} + /@next/swc-linux-x64-gnu@14.1.1: + resolution: {integrity: sha512-rv6AAdEXoezjbdfp3ouMuVqeLjE1Bin0AuE6qxE6V9g3Giz5/R3xpocHoAi7CufRR+lnkuUjRBn05SYJ83oKNQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -1749,8 +1749,8 @@ packages: dev: false optional: true - /@next/swc-linux-x64-musl@14.1.1-canary.63: - resolution: {integrity: sha512-4ZaUnhzdTtU94OV6zldIRy9YinqIugpt38uKD5+GtpyBdj3OPZEdKzvbPkQTAlXuxnqNZwuM/k1D5LLS9A1ZAg==} + /@next/swc-linux-x64-musl@14.1.1: + resolution: {integrity: sha512-YAZLGsaNeChSrpz/G7MxO3TIBLaMN8QWMr3X8bt6rCvKovwU7GqQlDu99WdvF33kI8ZahvcdbFsy4jAFzFX7og==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -1758,8 +1758,8 @@ packages: dev: false optional: true - /@next/swc-win32-arm64-msvc@14.1.1-canary.63: - resolution: {integrity: sha512-OQ7AwsOLuxlt7Wl+E1sYeXmljmQqOdYHA3cXc0vI1X7QC6bxhQ49yFS5VZzFN6cz+zx0uTXIA4IAZQz6VI+vdw==} + /@next/swc-win32-arm64-msvc@14.1.1: + resolution: {integrity: sha512-1L4mUYPBMvVDMZg1inUYyPvFSduot0g73hgfD9CODgbr4xiTYe0VOMTZzaRqYJYBA9mana0x4eaAaypmWo1r5A==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] @@ -1767,8 +1767,8 @@ packages: dev: false optional: true - /@next/swc-win32-ia32-msvc@14.1.1-canary.63: - resolution: {integrity: sha512-ll67730wgehzZ4zoYayXg0TRRjGw+Oq+MLp7u6rodwUA93Lu9GxDibyh9dHT+mpGdwSroo7zVgvk4aXp30cmYA==} + /@next/swc-win32-ia32-msvc@14.1.1: + resolution: {integrity: sha512-jvIE9tsuj9vpbbXlR5YxrghRfMuG0Qm/nZ/1KDHc+y6FpnZ/apsgh+G6t15vefU0zp3WSpTMIdXRUsNl/7RSuw==} engines: {node: '>= 10'} cpu: [ia32] os: [win32] @@ -1776,8 +1776,8 @@ packages: dev: false optional: true - /@next/swc-win32-x64-msvc@14.1.1-canary.63: - resolution: {integrity: sha512-Pvg+crGlW8QvT2r5y/Dom2M++5TxJ7pBiwHkL7kD9x21RNc8QwEEyAJjxFYGzecKBbZs3HtcRbKEkVDZsHrq4w==} + /@next/swc-win32-x64-msvc@14.1.1: + resolution: {integrity: sha512-S6K6EHDU5+1KrBDLko7/c1MNy/Ya73pIAmvKeFwsF4RmBFJSO7/7YeD4FnZ4iBdzE69PpQ4sOMU9ORKeNuxe8A==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -1969,14 +1969,9 @@ packages: resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} dev: true - /@swc/counter@0.1.3: - resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==} - dev: false - - /@swc/helpers@0.5.5: - resolution: {integrity: sha512-KGYxvIOXcceOAbEk4bi/dVLEK9z8sZ0uBB3Il5b1rhfClSpcX0yfRO0KmTkqR2cnQDymwLB+25ZyMzICg/cm/A==} + /@swc/helpers@0.5.2: + resolution: {integrity: sha512-E4KcWTpoLHqwPHLxidpOqQbcrZVgi0rsmmZXUle1jXmJfuIf/UWpczUJ7MZZ5tlxytgJXyp0w4PGkkeLiuIdZw==} dependencies: - '@swc/counter': 0.1.3 tslib: 2.6.2 dev: false @@ -2047,7 +2042,7 @@ packages: react: 18.2.0 dev: false - /@tanstack/react-query-next-experimental@5.24.1(@tanstack/react-query@5.24.1)(next@14.1.1-canary.63)(react@18.2.0): + /@tanstack/react-query-next-experimental@5.24.1(@tanstack/react-query@5.24.1)(next@14.1.1)(react@18.2.0): resolution: {integrity: sha512-ha614ZRtCsWaZKfWMffRPNSCrOiXjeM4pawBOjQFo6N/3XaR1h3jHnYLjK4sA4IA9O6q0m1xYygLHu7prk62RA==} peerDependencies: '@tanstack/react-query': ^5.24.1 @@ -2055,7 +2050,7 @@ packages: react: ^18.0.0 dependencies: '@tanstack/react-query': 5.24.1(react@18.2.0) - next: 14.1.1-canary.63(@babel/core@7.23.9)(react-dom@18.2.0)(react@18.2.0)(sass@1.71.1) + next: 14.1.1(@babel/core@7.23.9)(react-dom@18.2.0)(react@18.2.0)(sass@1.71.1) react: 18.2.0 dev: false @@ -2121,14 +2116,6 @@ packages: react-error-boundary: 3.1.4(react@17.0.2) dev: true - /@tiptap/core@2.2.3(@tiptap/pm@2.2.3): - resolution: {integrity: sha512-0l3p1/cuaQk8XFf+Ft/ExbUjReGes5Iep7y4nuL/Fzi2S92DZzozY6cosXBHC/Xsqzn6zIkl/gnQTgmTvlmhCQ==} - peerDependencies: - '@tiptap/pm': ^2.0.0 - dependencies: - '@tiptap/pm': 2.2.3 - dev: false - /@tiptap/core@2.2.4(@tiptap/pm@2.2.3): resolution: {integrity: sha512-cRrI8IlLIhCE1hacBQzXIC8dsRvGq6a4lYWQK/BaHuZg21CG7szp3Vd8Ix+ra1f5v0xPOT+Hy+QFNQooRMKMCw==} peerDependencies: @@ -2153,13 +2140,13 @@ packages: '@tiptap/core': 2.2.4(@tiptap/pm@2.2.3) dev: false - /@tiptap/extension-bubble-menu@2.2.4(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3): + /@tiptap/extension-bubble-menu@2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.3): resolution: {integrity: sha512-Nx1fS9jcFlhxaTDYlnayz2UulhK6CMaePc36+7PQIVI+u20RhgTCRNr25zKNemvsiM0RPZZVUjlHkxC0l5as1Q==} peerDependencies: '@tiptap/core': ^2.0.0 '@tiptap/pm': ^2.0.0 dependencies: - '@tiptap/core': 2.2.3(@tiptap/pm@2.2.3) + '@tiptap/core': 2.2.4(@tiptap/pm@2.2.3) '@tiptap/pm': 2.2.3 tippy.js: 6.3.7 dev: false @@ -2208,13 +2195,13 @@ packages: '@tiptap/pm': 2.2.3 dev: false - /@tiptap/extension-floating-menu@2.2.4(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3): + /@tiptap/extension-floating-menu@2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.3): resolution: {integrity: sha512-U25l7PEzOmlAPugNRl8t8lqyhQZS6W/+3f92+FdwW9qXju3i62iX/3OGCC3Gv+vybmQ4fbZmMjvl+VDfenNi3A==} peerDependencies: '@tiptap/core': ^2.0.0 '@tiptap/pm': ^2.0.0 dependencies: - '@tiptap/core': 2.2.3(@tiptap/pm@2.2.3) + '@tiptap/core': 2.2.4(@tiptap/pm@2.2.3) '@tiptap/pm': 2.2.3 tippy.js: 6.3.7 dev: false @@ -2273,13 +2260,13 @@ packages: '@tiptap/core': 2.2.4(@tiptap/pm@2.2.3) dev: false - /@tiptap/extension-link@2.2.4(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3): + /@tiptap/extension-link@2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.3): resolution: {integrity: sha512-Qsx0cFZm4dxbkToXs5TcXbSoUdicv8db1gV1DYIZdETqjBm4wFjlzCUP7hPHFlvNfeSy1BzAMRt+RpeuiwvxWQ==} peerDependencies: '@tiptap/core': ^2.0.0 '@tiptap/pm': ^2.0.0 dependencies: - '@tiptap/core': 2.2.3(@tiptap/pm@2.2.3) + '@tiptap/core': 2.2.4(@tiptap/pm@2.2.3) '@tiptap/pm': 2.2.3 linkifyjs: 4.1.3 dev: false @@ -2347,7 +2334,7 @@ packages: prosemirror-view: 1.33.1 dev: false - /@tiptap/react@2.2.4(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3)(react-dom@18.2.0)(react@18.2.0): + /@tiptap/react@2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.3)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-HkYmMZWcETPZn3KpzdDg/ns2TKeFh54TvtCEInA4ljYtWGLoZc/A+KaiEtMIgVs+Mo1XwrhuoNGjL9c0OK2HJw==} peerDependencies: '@tiptap/core': ^2.0.0 @@ -2355,9 +2342,9 @@ packages: react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 dependencies: - '@tiptap/core': 2.2.3(@tiptap/pm@2.2.3) - '@tiptap/extension-bubble-menu': 2.2.4(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3) - '@tiptap/extension-floating-menu': 2.2.4(@tiptap/core@2.2.3)(@tiptap/pm@2.2.3) + '@tiptap/core': 2.2.4(@tiptap/pm@2.2.3) + '@tiptap/extension-bubble-menu': 2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.3) + '@tiptap/extension-floating-menu': 2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.3) '@tiptap/pm': 2.2.3 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -2401,7 +2388,7 @@ packages: '@trpc/server': 11.0.0-next-beta.289 dev: false - /@trpc/next@11.0.0-next-beta.289(@tanstack/react-query@5.24.1)(@trpc/client@11.0.0-next-beta.289)(@trpc/react-query@11.0.0-next-beta.289)(@trpc/server@11.0.0-next-beta.289)(next@14.1.1-canary.63)(react-dom@18.2.0)(react@18.2.0): + /@trpc/next@11.0.0-next-beta.289(@tanstack/react-query@5.24.1)(@trpc/client@11.0.0-next-beta.289)(@trpc/react-query@11.0.0-next-beta.289)(@trpc/server@11.0.0-next-beta.289)(next@14.1.1)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-AKCrcbtHh/zFrld6lMG0RC37d/aac4ZisLDjJcViMnEmJXCo0J5nhoZa6f+G9N683NdMWZVmY2rmJidw9IX3QQ==} peerDependencies: '@tanstack/react-query': ^5.0.0 @@ -2421,7 +2408,7 @@ packages: '@trpc/client': 11.0.0-next-beta.289(@trpc/server@11.0.0-next-beta.289) '@trpc/react-query': 11.0.0-next-beta.289(@tanstack/react-query@5.24.1)(@trpc/client@11.0.0-next-beta.289)(@trpc/server@11.0.0-next-beta.289)(react-dom@18.2.0)(react@18.2.0) '@trpc/server': 11.0.0-next-beta.289 - next: 14.1.1-canary.63(@babel/core@7.23.9)(react-dom@18.2.0)(react@18.2.0)(sass@1.71.1) + next: 14.1.1(@babel/core@7.23.9)(react-dom@18.2.0)(react@18.2.0)(sass@1.71.1) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false @@ -6004,7 +5991,7 @@ packages: engines: {node: '>= 0.4.0'} dev: true - /next-auth@5.0.0-beta.13(next@14.1.1-canary.63)(react@18.2.0): + /next-auth@5.0.0-beta.13(next@14.1.1)(react@18.2.0): resolution: {integrity: sha512-2m2Gq69WQ0YXcHCCpHn2y5z1bxSlqD/XOuAgrdtz49/VIAdTFFeYZz97RYqf6xMF8VGmoG32VUnJ6LzaHk6Fwg==} peerDependencies: '@simplewebauthn/browser': ^9.0.1 @@ -6021,7 +6008,7 @@ packages: optional: true dependencies: '@auth/core': 0.27.0 - next: 14.1.1-canary.63(@babel/core@7.23.9)(react-dom@18.2.0)(react@18.2.0)(sass@1.71.1) + next: 14.1.1(@babel/core@7.23.9)(react-dom@18.2.0)(react@18.2.0)(sass@1.71.1) react: 18.2.0 dev: false @@ -6037,8 +6024,8 @@ packages: resolution: {integrity: sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==} dev: true - /next@14.1.1-canary.63(@babel/core@7.23.9)(react-dom@18.2.0)(react@18.2.0)(sass@1.71.1): - resolution: {integrity: sha512-2gDV0kHY34eOsUJMQWV+B5SFPzdunNxRGNaPzlEIpvdz6fS23r7ozgeKI9XhtA6cHUF2OXEF6mjl40dxSG8EOw==} + /next@14.1.1(@babel/core@7.23.9)(react-dom@18.2.0)(react@18.2.0)(sass@1.71.1): + resolution: {integrity: sha512-McrGJqlGSHeaz2yTRPkEucxQKe5Zq7uPwyeHNmJaZNY4wx9E9QdxmTp310agFRoMuIYgQrCrT3petg13fSVOww==} engines: {node: '>=18.17.0'} hasBin: true peerDependencies: @@ -6052,8 +6039,8 @@ packages: sass: optional: true dependencies: - '@next/env': 14.1.1-canary.63 - '@swc/helpers': 0.5.5 + '@next/env': 14.1.1 + '@swc/helpers': 0.5.2 busboy: 1.6.0 caniuse-lite: 1.0.30001587 graceful-fs: 4.2.11 @@ -6063,15 +6050,15 @@ packages: sass: 1.71.1 styled-jsx: 5.1.1(@babel/core@7.23.9)(react@18.2.0) optionalDependencies: - '@next/swc-darwin-arm64': 14.1.1-canary.63 - '@next/swc-darwin-x64': 14.1.1-canary.63 - '@next/swc-linux-arm64-gnu': 14.1.1-canary.63 - '@next/swc-linux-arm64-musl': 14.1.1-canary.63 - '@next/swc-linux-x64-gnu': 14.1.1-canary.63 - '@next/swc-linux-x64-musl': 14.1.1-canary.63 - '@next/swc-win32-arm64-msvc': 14.1.1-canary.63 - '@next/swc-win32-ia32-msvc': 14.1.1-canary.63 - '@next/swc-win32-x64-msvc': 14.1.1-canary.63 + '@next/swc-darwin-arm64': 14.1.1 + '@next/swc-darwin-x64': 14.1.1 + '@next/swc-linux-arm64-gnu': 14.1.1 + '@next/swc-linux-arm64-musl': 14.1.1 + '@next/swc-linux-x64-gnu': 14.1.1 + '@next/swc-linux-x64-musl': 14.1.1 + '@next/swc-win32-arm64-msvc': 14.1.1 + '@next/swc-win32-ia32-msvc': 14.1.1 + '@next/swc-win32-x64-msvc': 14.1.1 transitivePeerDependencies: - '@babel/core' - babel-plugin-macros diff --git a/tooling/eslint/package.json b/tooling/eslint/package.json index 10e124633..8534d9ef0 100644 --- a/tooling/eslint/package.json +++ b/tooling/eslint/package.json @@ -15,7 +15,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@next/eslint-plugin-next": "^14.1.0", + "@next/eslint-plugin-next": "^14.1.1", "@typescript-eslint/eslint-plugin": "^7.1.0", "@typescript-eslint/parser": "^7.1.0", "eslint-config-prettier": "^9.1.0",