mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
build(deps): Bump next from 14.2.5 to 14.2.11 in /website (#6685)
Bumps [next](https://github.com/vercel/next.js) from 14.2.5 to 14.2.11. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">next's releases</a>.</em></p> <blockquote> <h2>v14.2.11</h2> <blockquote> <p>[!NOTE]<br /> This release is backporting bug fixes. It does <strong>not</strong> include all pending features/changes on canary.</p> </blockquote> <h3>Core Changes</h3> <ul> <li>fix: correct metadata url suffix (<a href="https://redirect.github.com/vercel/next.js/pull/69959">vercel/next.js#69959</a>)</li> <li>fix: setting assetPrefix to URL format breaks HMR (<a href="https://redirect.github.com/vercel/next.js/issues/70040">#70040</a>)</li> <li>Update revalidateTag to batch tags in one request (<a href="https://redirect.github.com/vercel/next.js/issues/65296">#65296</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/huozhi"><code>@huozhi</code></a>, <a href="https://github.com/devjiwonchoi"><code>@devjiwonchoi</code></a>, and <a href="https://github.com/ijjk"><code>@ijjk</code></a> for helping!</p> <h2>v14.2.10</h2> <blockquote> <p>[!NOTE]<br /> This release is backporting bug fixes. It does <strong>not</strong> include all pending features/changes on canary.</p> </blockquote> <h3>Core Changes</h3> <ul> <li>Remove invalid fallback revalidate value (<a href="https://redirect.github.com/vercel/next.js/pull/69990">vercel/next.js#69990</a>)</li> <li>Revert server action optimization (<a href="https://redirect.github.com/vercel/next.js/pull/69925">vercel/next.js#69925</a>)</li> <li>Add ability to customize Cache-Control (<a href="https://redirect.github.com/vercel/next.js/issues/69802">#69802</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/huozhi"><code>@huozhi</code></a> and <a href="https://github.com/ijjk"><code>@ijjk</code></a> for helping!</p> <h2>v14.2.9</h2> <blockquote> <p>[!NOTE]<br /> This release is backporting bug fixes. It does <strong>not</strong> include all pending features/changes on canary.</p> </blockquote> <h3>Core Changes</h3> <ul> <li>Revert "Fix esm property def in flight loader (<a href="https://redirect.github.com/vercel/next.js/issues/66990">#66990</a>)" (<a href="https://redirect.github.com/vercel/next.js/issues/69749">#69749</a>)</li> <li>Disable experimental.optimizeServer by default to fix failed server action (<a href="https://redirect.github.com/vercel/next.js/issues/69788">#69788</a>)</li> <li>Fix middleware fallback: false case (<a href="https://redirect.github.com/vercel/next.js/issues/69799">#69799</a>)</li> <li>Fix status code for /_not-found route (<a href="https://redirect.github.com/vercel/next.js/issues/64058">#64058</a>) (<a href="https://redirect.github.com/vercel/next.js/issues/69808">#69808</a>)</li> <li>Fix metadata prop merging (<a href="https://redirect.github.com/vercel/next.js/issues/69807">#69807</a>)</li> <li>create-next-app: fix font file corruption when using import alias (<a href="https://redirect.github.com/vercel/next.js/issues/69806">#69806</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/huozhi"><code>@huozhi</code></a>, <a href="https://github.com/ztanner"><code>@ztanner</code></a>, <a href="https://github.com/ijjk"><code>@ijjk</code></a>, and <a href="https://github.com/lubieowoce"><code>@lubieowoce</code></a> for helping!</p> <h2>v14.2.8</h2> <h2>What's Changed</h2> <blockquote> <p>[!NOTE]<br /> This release is backporting bug fixes and minor improvements. It does <strong>not</strong> include all pending features/changes on canary.</p> </blockquote> <h3>Support <code>esmExternals</code> in app directory</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="bfbc92aab5"><code>bfbc92a</code></a> v14.2.11</li> <li><a href="fa51ff56de"><code>fa51ff5</code></a> fix: correct metadata url suffix (<a href="https://redirect.github.com/vercel/next.js/issues/69959">#69959</a>) (<a href="https://redirect.github.com/vercel/next.js/issues/70042">#70042</a>)</li> <li><a href="276ddf32b1"><code>276ddf3</code></a> fix: setting <code>assetPrefix</code> to URL format breaks HMR (<a href="https://redirect.github.com/vercel/next.js/issues/70040">#70040</a>)</li> <li><a href="9954a21c94"><code>9954a21</code></a> Update revalidateTag to batch tags in one request (<a href="https://redirect.github.com/vercel/next.js/issues/65296">#65296</a>)</li> <li><a href="937651fede"><code>937651f</code></a> v14.2.10</li> <li><a href="7ed7f125e0"><code>7ed7f12</code></a> Remove invalid fallback revalidate value (<a href="https://redirect.github.com/vercel/next.js/issues/69990">#69990</a>)</li> <li><a href="99de057300"><code>99de057</code></a> Revert server action optimization (<a href="https://redirect.github.com/vercel/next.js/issues/69925">#69925</a>)</li> <li><a href="24647b9a3a"><code>24647b9</code></a> Add ability to customize Cache-Control (<a href="https://redirect.github.com/vercel/next.js/issues/69802">#69802</a>)</li> <li><a href="6fa8982f8e"><code>6fa8982</code></a> v14.2.9</li> <li><a href="7998745f37"><code>7998745</code></a> test: lock ts type check (<a href="https://redirect.github.com/vercel/next.js/issues/69889">#69889</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v14.2.5...v14.2.11">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
"highlight.js": "^11.10.0",
|
||||
"md5": "^2.3.0",
|
||||
"mixpanel-browser": "^2.55.1",
|
||||
"next": "^14.2.5",
|
||||
"next": "^14.2.11",
|
||||
"next-hubspot": "^1.3.0",
|
||||
"next-sitemap": "^4.2.3",
|
||||
"postcss": "8.4.39",
|
||||
|
||||
108
website/pnpm-lock.yaml
generated
108
website/pnpm-lock.yaml
generated
@@ -22,7 +22,7 @@ importers:
|
||||
version: 14.2.5(@mdx-js/loader@3.0.1(webpack@5.92.0))(@mdx-js/react@3.0.1(@types/react@18.3.3)(react@18.3.1))
|
||||
'@next/third-parties':
|
||||
specifier: ^14.2.7
|
||||
version: 14.2.7(next@14.2.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)
|
||||
version: 14.2.7(next@14.2.11(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)
|
||||
'@types/mdx':
|
||||
specifier: ^2.0.13
|
||||
version: 2.0.13
|
||||
@@ -69,14 +69,14 @@ importers:
|
||||
specifier: ^2.55.1
|
||||
version: 2.55.1
|
||||
next:
|
||||
specifier: ^14.2.5
|
||||
version: 14.2.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
specifier: ^14.2.11
|
||||
version: 14.2.11(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
next-hubspot:
|
||||
specifier: ^1.3.0
|
||||
version: 1.3.0(next@14.2.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
version: 1.3.0(next@14.2.11(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
next-sitemap:
|
||||
specifier: ^4.2.3
|
||||
version: 4.2.3(next@14.2.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1))
|
||||
version: 4.2.3(next@14.2.11(react-dom@18.3.1(react@18.3.1))(react@18.3.1))
|
||||
postcss:
|
||||
specifier: 8.4.39
|
||||
version: 8.4.39
|
||||
@@ -291,8 +291,8 @@ packages:
|
||||
'@next/env@13.5.6':
|
||||
resolution: {integrity: sha512-Yac/bV5sBGkkEXmAX5FWPS9Mmo2rthrOPRQQNfycJPkjUAUclomCPH7QFVCDQ4Mp2k2K1SSM6m0zrxYrOwtFQw==}
|
||||
|
||||
'@next/env@14.2.5':
|
||||
resolution: {integrity: sha512-/zZGkrTOsraVfYjGP8uM0p6r0BDT6xWpkjdVbcz66PJVSpwXX3yNiRycxAuDfBKGWBrZBXRuK/YVlkNgxHGwmA==}
|
||||
'@next/env@14.2.11':
|
||||
resolution: {integrity: sha512-HYsQRSIXwiNqvzzYThrBwq6RhXo3E0n8j8nQnAs8i4fCEo2Zf/3eS0IiRA8XnRg9Ha0YnpkyJZIZg1qEwemrHw==}
|
||||
|
||||
'@next/mdx@14.2.5':
|
||||
resolution: {integrity: sha512-AROhSdXQg0/jt55iqxVSJqp9oaCyXwRe44/I17c77gDshZ6ex7VKBZDH0GljaxZ0Y4mScYUbFJJEh42Xw4X4Dg==}
|
||||
@@ -305,56 +305,56 @@ packages:
|
||||
'@mdx-js/react':
|
||||
optional: true
|
||||
|
||||
'@next/swc-darwin-arm64@14.2.5':
|
||||
resolution: {integrity: sha512-/9zVxJ+K9lrzSGli1///ujyRfon/ZneeZ+v4ptpiPoOU+GKZnm8Wj8ELWU1Pm7GHltYRBklmXMTUqM/DqQ99FQ==}
|
||||
'@next/swc-darwin-arm64@14.2.11':
|
||||
resolution: {integrity: sha512-eiY9u7wEJZWp/Pga07Qy3ZmNEfALmmSS1HtsJF3y1QEyaExu7boENz11fWqDmZ3uvcyAxCMhTrA1jfVxITQW8g==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
|
||||
'@next/swc-darwin-x64@14.2.5':
|
||||
resolution: {integrity: sha512-vXHOPCwfDe9qLDuq7U1OYM2wUY+KQ4Ex6ozwsKxp26BlJ6XXbHleOUldenM67JRyBfVjv371oneEvYd3H2gNSA==}
|
||||
'@next/swc-darwin-x64@14.2.11':
|
||||
resolution: {integrity: sha512-lnB0zYCld4yE0IX3ANrVMmtAbziBb7MYekcmR6iE9bujmgERl6+FK+b0MBq0pl304lYe7zO4yxJus9H/Af8jbg==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
|
||||
'@next/swc-linux-arm64-gnu@14.2.5':
|
||||
resolution: {integrity: sha512-vlhB8wI+lj8q1ExFW8lbWutA4M2ZazQNvMWuEDqZcuJJc78iUnLdPPunBPX8rC4IgT6lIx/adB+Cwrl99MzNaA==}
|
||||
'@next/swc-linux-arm64-gnu@14.2.11':
|
||||
resolution: {integrity: sha512-Ulo9TZVocYmUAtzvZ7FfldtwUoQY0+9z3BiXZCLSUwU2bp7GqHA7/bqrfsArDlUb2xeGwn3ZuBbKtNK8TR0A8w==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
||||
'@next/swc-linux-arm64-musl@14.2.5':
|
||||
resolution: {integrity: sha512-NpDB9NUR2t0hXzJJwQSGu1IAOYybsfeB+LxpGsXrRIb7QOrYmidJz3shzY8cM6+rO4Aojuef0N/PEaX18pi9OA==}
|
||||
'@next/swc-linux-arm64-musl@14.2.11':
|
||||
resolution: {integrity: sha512-fH377DnKGyUnkWlmUpFF1T90m0dADBfK11dF8sOQkiELF9M+YwDRCGe8ZyDzvQcUd20Rr5U7vpZRrAxKwd3Rzg==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
||||
'@next/swc-linux-x64-gnu@14.2.5':
|
||||
resolution: {integrity: sha512-8XFikMSxWleYNryWIjiCX+gU201YS+erTUidKdyOVYi5qUQo/gRxv/3N1oZFCgqpesN6FPeqGM72Zve+nReVXQ==}
|
||||
'@next/swc-linux-x64-gnu@14.2.11':
|
||||
resolution: {integrity: sha512-a0TH4ZZp4NS0LgXP/488kgvWelNpwfgGTUCDXVhPGH6pInb7yIYNgM4kmNWOxBFt+TIuOH6Pi9NnGG4XWFUyXQ==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
'@next/swc-linux-x64-musl@14.2.5':
|
||||
resolution: {integrity: sha512-6QLwi7RaYiQDcRDSU/os40r5o06b5ue7Jsk5JgdRBGGp8l37RZEh9JsLSM8QF0YDsgcosSeHjglgqi25+m04IQ==}
|
||||
'@next/swc-linux-x64-musl@14.2.11':
|
||||
resolution: {integrity: sha512-DYYZcO4Uir2gZxA4D2JcOAKVs8ZxbOFYPpXSVIgeoQbREbeEHxysVsg3nY4FrQy51e5opxt5mOHl/LzIyZBoKA==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
'@next/swc-win32-arm64-msvc@14.2.5':
|
||||
resolution: {integrity: sha512-1GpG2VhbspO+aYoMOQPQiqc/tG3LzmsdBH0LhnDS3JrtDx2QmzXe0B6mSZZiN3Bq7IOMXxv1nlsjzoS1+9mzZw==}
|
||||
'@next/swc-win32-arm64-msvc@14.2.11':
|
||||
resolution: {integrity: sha512-PwqHeKG3/kKfPpM6of1B9UJ+Er6ySUy59PeFu0Un0LBzJTRKKAg2V6J60Yqzp99m55mLa+YTbU6xj61ImTv9mg==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [arm64]
|
||||
os: [win32]
|
||||
|
||||
'@next/swc-win32-ia32-msvc@14.2.5':
|
||||
resolution: {integrity: sha512-Igh9ZlxwvCDsu6438FXlQTHlRno4gFpJzqPjSIBZooD22tKeI4fE/YMRoHVJHmrQ2P5YL1DoZ0qaOKkbeFWeMg==}
|
||||
'@next/swc-win32-ia32-msvc@14.2.11':
|
||||
resolution: {integrity: sha512-0U7PWMnOYIvM74GY6rbH6w7v+vNPDVH1gUhlwHpfInJnNe5LkmUZqhp7FNWeNa5wbVgRcRi1F1cyxp4dmeLLvA==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [ia32]
|
||||
os: [win32]
|
||||
|
||||
'@next/swc-win32-x64-msvc@14.2.5':
|
||||
resolution: {integrity: sha512-tEQ7oinq1/CjSG9uSTerca3v4AZ+dFa+4Yu6ihaG8Ud8ddqLQgFGcnwYls13H5X5CPDPZJdYxyeMui6muOLd4g==}
|
||||
'@next/swc-win32-x64-msvc@14.2.11':
|
||||
resolution: {integrity: sha512-gQpS7mcgovWoaTG1FbS5/ojF7CGfql1Q0ZLsMrhcsi2Sr9HEqsUZ70MPJyaYBXbk6iEAP7UXMD9HC8KY1qNwvA==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
@@ -1342,8 +1342,8 @@ packages:
|
||||
peerDependencies:
|
||||
next: '*'
|
||||
|
||||
next@14.2.5:
|
||||
resolution: {integrity: sha512-0f8aRfBVL+mpzfBjYfQuLWh2WyAwtJXCRfkPF4UJ5qd2YwrHczsrSzXU4tRMV0OAxR8ZJZWPFn6uhSC56UTsLA==}
|
||||
next@14.2.11:
|
||||
resolution: {integrity: sha512-8MDFqHBhdmR2wdfaWc8+lW3A/hppFe1ggQ9vgIu/g2/2QEMYJrPoQP6b+VNk56gIug/bStysAmrpUKtj3XN8Bw==}
|
||||
engines: {node: '>=18.17.0'}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
@@ -2099,7 +2099,7 @@ snapshots:
|
||||
|
||||
'@next/env@13.5.6': {}
|
||||
|
||||
'@next/env@14.2.5': {}
|
||||
'@next/env@14.2.11': {}
|
||||
|
||||
'@next/mdx@14.2.5(@mdx-js/loader@3.0.1(webpack@5.92.0))(@mdx-js/react@3.0.1(@types/react@18.3.3)(react@18.3.1))':
|
||||
dependencies:
|
||||
@@ -2108,36 +2108,36 @@ snapshots:
|
||||
'@mdx-js/loader': 3.0.1(webpack@5.92.0)
|
||||
'@mdx-js/react': 3.0.1(@types/react@18.3.3)(react@18.3.1)
|
||||
|
||||
'@next/swc-darwin-arm64@14.2.5':
|
||||
'@next/swc-darwin-arm64@14.2.11':
|
||||
optional: true
|
||||
|
||||
'@next/swc-darwin-x64@14.2.5':
|
||||
'@next/swc-darwin-x64@14.2.11':
|
||||
optional: true
|
||||
|
||||
'@next/swc-linux-arm64-gnu@14.2.5':
|
||||
'@next/swc-linux-arm64-gnu@14.2.11':
|
||||
optional: true
|
||||
|
||||
'@next/swc-linux-arm64-musl@14.2.5':
|
||||
'@next/swc-linux-arm64-musl@14.2.11':
|
||||
optional: true
|
||||
|
||||
'@next/swc-linux-x64-gnu@14.2.5':
|
||||
'@next/swc-linux-x64-gnu@14.2.11':
|
||||
optional: true
|
||||
|
||||
'@next/swc-linux-x64-musl@14.2.5':
|
||||
'@next/swc-linux-x64-musl@14.2.11':
|
||||
optional: true
|
||||
|
||||
'@next/swc-win32-arm64-msvc@14.2.5':
|
||||
'@next/swc-win32-arm64-msvc@14.2.11':
|
||||
optional: true
|
||||
|
||||
'@next/swc-win32-ia32-msvc@14.2.5':
|
||||
'@next/swc-win32-ia32-msvc@14.2.11':
|
||||
optional: true
|
||||
|
||||
'@next/swc-win32-x64-msvc@14.2.5':
|
||||
'@next/swc-win32-x64-msvc@14.2.11':
|
||||
optional: true
|
||||
|
||||
'@next/third-parties@14.2.7(next@14.2.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)':
|
||||
'@next/third-parties@14.2.7(next@14.2.11(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)':
|
||||
dependencies:
|
||||
next: 14.2.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
next: 14.2.11(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
react: 18.3.1
|
||||
third-party-capital: 1.0.20
|
||||
|
||||
@@ -3434,24 +3434,24 @@ snapshots:
|
||||
|
||||
neo-async@2.6.2: {}
|
||||
|
||||
next-hubspot@1.3.0(next@14.2.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||
next-hubspot@1.3.0(next@14.2.11(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||
dependencies:
|
||||
next: 14.2.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
next: 14.2.11(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
react: 18.3.1
|
||||
optionalDependencies:
|
||||
react-dom: 18.3.1(react@18.3.1)
|
||||
|
||||
next-sitemap@4.2.3(next@14.2.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)):
|
||||
next-sitemap@4.2.3(next@14.2.11(react-dom@18.3.1(react@18.3.1))(react@18.3.1)):
|
||||
dependencies:
|
||||
'@corex/deepmerge': 4.0.43
|
||||
'@next/env': 13.5.6
|
||||
fast-glob: 3.3.2
|
||||
minimist: 1.2.8
|
||||
next: 14.2.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
next: 14.2.11(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
|
||||
next@14.2.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||
next@14.2.11(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||
dependencies:
|
||||
'@next/env': 14.2.5
|
||||
'@next/env': 14.2.11
|
||||
'@swc/helpers': 0.5.5
|
||||
busboy: 1.6.0
|
||||
caniuse-lite: 1.0.30001651
|
||||
@@ -3461,15 +3461,15 @@ snapshots:
|
||||
react-dom: 18.3.1(react@18.3.1)
|
||||
styled-jsx: 5.1.1(react@18.3.1)
|
||||
optionalDependencies:
|
||||
'@next/swc-darwin-arm64': 14.2.5
|
||||
'@next/swc-darwin-x64': 14.2.5
|
||||
'@next/swc-linux-arm64-gnu': 14.2.5
|
||||
'@next/swc-linux-arm64-musl': 14.2.5
|
||||
'@next/swc-linux-x64-gnu': 14.2.5
|
||||
'@next/swc-linux-x64-musl': 14.2.5
|
||||
'@next/swc-win32-arm64-msvc': 14.2.5
|
||||
'@next/swc-win32-ia32-msvc': 14.2.5
|
||||
'@next/swc-win32-x64-msvc': 14.2.5
|
||||
'@next/swc-darwin-arm64': 14.2.11
|
||||
'@next/swc-darwin-x64': 14.2.11
|
||||
'@next/swc-linux-arm64-gnu': 14.2.11
|
||||
'@next/swc-linux-arm64-musl': 14.2.11
|
||||
'@next/swc-linux-x64-gnu': 14.2.11
|
||||
'@next/swc-linux-x64-musl': 14.2.11
|
||||
'@next/swc-win32-arm64-msvc': 14.2.11
|
||||
'@next/swc-win32-ia32-msvc': 14.2.11
|
||||
'@next/swc-win32-x64-msvc': 14.2.11
|
||||
transitivePeerDependencies:
|
||||
- '@babel/core'
|
||||
- babel-plugin-macros
|
||||
|
||||
Reference in New Issue
Block a user