Skip to content

Commit d9663fc

Browse files
Bump next from 14.1.0 to 14.1.1 (#944)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [next](https://github.com/vercel/next.js) from 14.1.0 to 14.1.1. <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.1.1</h2> <p><em>Note: this is a backport release for critical bug fixes -- this does not include all pending features/changes on canary</em></p> <h3>Core Changes</h3> <ul> <li>Should not warn metadataBase missing if only absolute urls are present: <a href="https://redirect.github.com/vercel/next.js/pull/61898">vercel/next.js#61898</a></li> <li>Fix trailing slash for canonical url: <a href="https://redirect.github.com/vercel/next.js/pull/62109">vercel/next.js#62109</a></li> <li>Fix metadata json manifest convention: <a href="https://redirect.github.com/vercel/next.js/pull/62615">vercel/next.js#62615</a></li> <li>Improve the Server Actions SWC transform: <a href="https://redirect.github.com/vercel/next.js/pull/61001">vercel/next.js#61001</a></li> <li>Fix Server Reference being double registered: <a href="https://redirect.github.com/vercel/next.js/pull/61244">vercel/next.js#61244</a></li> <li>Improve the Server Actions SWC transform (part 2): <a href="https://redirect.github.com/vercel/next.js/pull/62052">vercel/next.js#62052</a></li> <li>Fix module-level Server Action creation with closure-closed values: <a href="https://redirect.github.com/vercel/next.js/pull/62437">vercel/next.js#62437</a></li> <li>Fix draft mode invariant: <a href="https://redirect.github.com/vercel/next.js/pull/62121">vercel/next.js#62121</a></li> <li>fix: babel usage with next/image: <a href="https://redirect.github.com/vercel/next.js/pull/61835">vercel/next.js#61835</a></li> <li>Fix next/server api alias for ESM pkg: <a href="https://redirect.github.com/vercel/next.js/pull/61721">vercel/next.js#61721</a></li> <li>Replace image optimizer IPC call with request handler: <a href="https://redirect.github.com/vercel/next.js/pull/61471">vercel/next.js#61471</a></li> <li>chore: refactor image optimization to separate external/internal urls: <a href="https://redirect.github.com/vercel/next.js/pull/61172">vercel/next.js#61172</a></li> <li>fix(image): warn when animated image is missing unoptimized prop: <a href="https://redirect.github.com/vercel/next.js/pull/61045">vercel/next.js#61045</a></li> <li>fix(build-output): show stack during CSR bailout warning: <a href="https://redirect.github.com/vercel/next.js/pull/62594">vercel/next.js#62594</a></li> <li>Fix extra swc optimizer applied to node_modules in browser layer: <a href="https://redirect.github.com/vercel/next.js/pull/62051">vercel/next.js#62051</a></li> <li>fix(next-swc): Detect exports.foo from cjs_finder: <a href="https://redirect.github.com/vercel/next.js/pull/61795">vercel/next.js#61795</a></li> <li>Fix attempted import error for react: <a href="https://redirect.github.com/vercel/next.js/pull/61791">vercel/next.js#61791</a></li> <li>Add stack trace to client rendering bailout error: <a href="https://redirect.github.com/vercel/next.js/pull/61200">vercel/next.js#61200</a></li> <li>fix router crash on revalidate + popstate: <a href="https://redirect.github.com/vercel/next.js/pull/62383">vercel/next.js#62383</a></li> <li>fix loading issue when navigating to page with async metadata: <a href="https://redirect.github.com/vercel/next.js/pull/61687">vercel/next.js#61687</a></li> <li>revert changes to process default routes at build: <a href="https://redirect.github.com/vercel/next.js/pull/61241">vercel/next.js#61241</a></li> <li>fix parallel route top-level catch-all normalization logic to support nested explicit (non-catchall) slot routes: <a href="https://redirect.github.com/vercel/next.js/pull/60776">vercel/next.js#60776</a></li> <li>Improve redirection handling: <a href="https://redirect.github.com/vercel/next.js/pull/62561">vercel/next.js#62561</a></li> <li>Simplify node/edge server chunking some: <a href="https://redirect.github.com/vercel/next.js/pull/62424">vercel/next.js#62424</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/shuding"><code>@​shuding</code></a>, <a href="https://github.com/Ethan-Arrowood"><code>@​Ethan-Arrowood</code></a>, <a href="https://github.com/styfle"><code>@​styfle</code></a>, <a href="https://github.com/ijjk"><code>@​ijjk</code></a>, <a href="https://github.com/ztanner"><code>@​ztanner</code></a>, <a href="https://github.com/balazsorban44"><code>@​balazsorban44</code></a>, <a href="https://github.com/kdy1"><code>@​kdy1</code></a>, and <a href="https://github.com/williamli"><code>@​williamli</code></a> for helping!</p> <h2>v14.1.1-canary.82</h2> <h3>Core Changes</h3> <ul> <li>fix(turbopack): don't emit issues for deleted pages: <a href="https://redirect.github.com/vercel/next.js/issues/62012">#62012</a></li> <li>perf: don't emit issues via websocket for now: <a href="https://redirect.github.com/vercel/next.js/issues/59024">#59024</a></li> <li>add native css nesting support: <a href="https://redirect.github.com/vercel/next.js/issues/62644">#62644</a></li> <li>refactor(next-swc): remove unused features: <a href="https://redirect.github.com/vercel/next.js/issues/62696">#62696</a></li> <li>Upgrade mini-css-extract-plugin: <a href="https://redirect.github.com/vercel/next.js/issues/62698">#62698</a></li> <li>Update precompiled for mini-css-extract-plugin: <a href="https://redirect.github.com/vercel/next.js/issues/62699">#62699</a></li> <li>feat: display text diff for text mismatch hydration errors: <a href="https://redirect.github.com/vercel/next.js/issues/62684">#62684</a></li> <li>Fix lint check: <a href="https://redirect.github.com/vercel/next.js/issues/62702">#62702</a></li> </ul> <h3>Documentation Changes</h3> <ul> <li>Correct format for autoplay attribute in NextJS video docs : <a href="https://redirect.github.com/vercel/next.js/issues/62695">#62695</a></li> <li>Update unstable_cache docs for revalidate option: <a href="https://redirect.github.com/vercel/next.js/issues/62689">#62689</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/5f59ee5f197a09275da7a9fa876986f22f4b7711"><code>5f59ee5</code></a> v14.1.1</li> <li><a href="https://github.com/vercel/next.js/commit/f48b90b162c1a27a1ecaa8ae0a452e0a6605c35f"><code>f48b90b</code></a> even more</li> <li><a href="https://github.com/vercel/next.js/commit/7f789f4a6f6a4f89495c770bed74d5e5d0e01d44"><code>7f789f4</code></a> more timeout</li> <li><a href="https://github.com/vercel/next.js/commit/ab71c4cf782e13d564f48fe15732b9c42a3f6f36"><code>ab71c4c</code></a> update timeout</li> <li><a href="https://github.com/vercel/next.js/commit/75f60d92c43187aa5786f88f0fe4e2bfc7d44c7b"><code>75f60d9</code></a> update trigger release workflow</li> <li><a href="https://github.com/vercel/next.js/commit/74b3f0f4f3dcc15f35c9b9956755ca7b7b6a6db5"><code>74b3f0f</code></a> Server Action tests (<a href="https://redirect.github.com/vercel/next.js/issues/62655">#62655</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/a6946b69ccb268015887ea6d6ef39f262e5636b1"><code>a6946b6</code></a> Backport metadata fixes (<a href="https://redirect.github.com/vercel/next.js/issues/62663">#62663</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/4002f4b33c5a42166e5ad5f9ff4f879195aeb852"><code>4002f4b</code></a> Fix draft mode invariant (<a href="https://redirect.github.com/vercel/next.js/issues/62121">#62121</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/7dbf6f8298daea8e8c5198e9a4e7e758da665a6d"><code>7dbf6f8</code></a> fix: babel usage with next/image (<a href="https://redirect.github.com/vercel/next.js/issues/61835">#61835</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/3efc842a0a30ffd3a991e45736ac615f336d3103"><code>3efc842</code></a> Fix next/server apit push alias for ESM pkg (<a href="https://redirect.github.com/vercel/next.js/issues/61721">#61721</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v14.1.0...v14.1.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=next&package-manager=npm_and_yarn&previous-version=14.1.0&new-version=14.1.1)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f4a029d commit d9663fc

File tree

2 files changed

+63
-63
lines changed

2 files changed

+63
-63
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@vercel/speed-insights": "^1.0.9",
2323
"framer-motion": "^11.0.3",
2424
"graphql": "^16.8.1",
25-
"next": "14.1.0",
25+
"next": "14.1.1",
2626
"next-themes": "^0.2.1",
2727
"react": "18.2.0",
2828
"react-dom": "18.2.0",

yarn.lock

+62-62
Original file line numberDiff line numberDiff line change
@@ -1210,60 +1210,60 @@
12101210
resolved "https://registry.yarnpkg.com/@kamilkisiela/fast-url-parser/-/fast-url-parser-1.1.4.tgz#9d68877a489107411b953c54ea65d0658b515809"
12111211
integrity sha512-gbkePEBupNydxCelHCESvFSFM8XPh1Zs/OAVRW/rKpEqPAl5PbOM90Si8mv9bvnR53uPD2s/FiRxdvSejpRJew==
12121212

1213-
1214-
version "14.1.0"
1215-
resolved "https://registry.yarnpkg.com/@next/env/-/env-14.1.0.tgz#43d92ebb53bc0ae43dcc64fb4d418f8f17d7a341"
1216-
integrity sha512-Py8zIo+02ht82brwwhTg36iogzFqGLPXlRGKQw5s+qP/kMNc4MAyDeEwBKDijk6zTIbegEgu8Qy7C1LboslQAw==
1213+
1214+
version "14.1.1"
1215+
resolved "https://registry.yarnpkg.com/@next/env/-/env-14.1.1.tgz#80150a8440eb0022a73ba353c6088d419b908bac"
1216+
integrity sha512-7CnQyD5G8shHxQIIg3c7/pSeYFeMhsNbpU/bmvH7ZnDql7mNRgg8O2JZrhrc/soFnfBnKP4/xXNiiSIPn2w8gA==
12171217

12181218
"@next/env@^13.4.3":
12191219
version "13.5.6"
12201220
resolved "https://registry.yarnpkg.com/@next/env/-/env-13.5.6.tgz#c1148e2e1aa166614f05161ee8f77ded467062bc"
12211221
integrity sha512-Yac/bV5sBGkkEXmAX5FWPS9Mmo2rthrOPRQQNfycJPkjUAUclomCPH7QFVCDQ4Mp2k2K1SSM6m0zrxYrOwtFQw==
12221222

1223-
1224-
version "14.1.0"
1225-
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.1.0.tgz#70a57c87ab1ae5aa963a3ba0f4e59e18f4ecea39"
1226-
integrity sha512-nUDn7TOGcIeyQni6lZHfzNoo9S0euXnu0jhsbMOmMJUBfgsnESdjN97kM7cBqQxZa8L/bM9om/S5/1dzCrW6wQ==
1227-
1228-
1229-
version "14.1.0"
1230-
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-14.1.0.tgz#0863a22feae1540e83c249384b539069fef054e9"
1231-
integrity sha512-1jgudN5haWxiAl3O1ljUS2GfupPmcftu2RYJqZiMJmmbBT5M1XDffjUtRUzP4W3cBHsrvkfOFdQ71hAreNQP6g==
1232-
1233-
1234-
version "14.1.0"
1235-
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-14.1.0.tgz#893da533d3fce4aec7116fe772d4f9b95232423c"
1236-
integrity sha512-RHo7Tcj+jllXUbK7xk2NyIDod3YcCPDZxj1WLIYxd709BQ7WuRYl3OWUNG+WUfqeQBds6kvZYlc42NJJTNi4tQ==
1237-
1238-
1239-
version "14.1.0"
1240-
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.1.0.tgz#d81ddcf95916310b8b0e4ad32b637406564244c0"
1241-
integrity sha512-v6kP8sHYxjO8RwHmWMJSq7VZP2nYCkRVQ0qolh2l6xroe9QjbgV8siTbduED4u0hlk0+tjS6/Tuy4n5XCp+l6g==
1242-
1243-
1244-
version "14.1.0"
1245-
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.1.0.tgz#18967f100ec19938354332dcb0268393cbacf581"
1246-
integrity sha512-zJ2pnoFYB1F4vmEVlb/eSe+VH679zT1VdXlZKX+pE66grOgjmKJHKacf82g/sWE4MQ4Rk2FMBCRnX+l6/TVYzQ==
1247-
1248-
1249-
version "14.1.0"
1250-
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.1.0.tgz#77077cd4ba8dda8f349dc7ceb6230e68ee3293cf"
1251-
integrity sha512-rbaIYFt2X9YZBSbH/CwGAjbBG2/MrACCVu2X0+kSykHzHnYH5FjHxwXLkcoJ10cX0aWCEynpu+rP76x0914atg==
1252-
1253-
1254-
version "14.1.0"
1255-
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.1.0.tgz#5f0b8cf955644104621e6d7cc923cad3a4c5365a"
1256-
integrity sha512-o1N5TsYc8f/HpGt39OUQpQ9AKIGApd3QLueu7hXk//2xq5Z9OxmV6sQfNp8C7qYmiOlHYODOGqNNa0e9jvchGQ==
1257-
1258-
1259-
version "14.1.0"
1260-
resolved "https://registry.yarnpkg.com/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.1.0.tgz#21f4de1293ac5e5a168a412b139db5d3420a89d0"
1261-
integrity sha512-XXIuB1DBRCFwNO6EEzCTMHT5pauwaSj4SWs7CYnME57eaReAKBXCnkUE80p/pAZcewm7hs+vGvNqDPacEXHVkw==
1262-
1263-
1264-
version "14.1.0"
1265-
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.1.0.tgz#e561fb330466d41807123d932b365cf3d33ceba2"
1266-
integrity sha512-9WEbVRRAqJ3YFVqEZIxUqkiO8l1nool1LmNxygr5HWF8AcSYsEpneUDhmjUVJEzO2A04+oPtZdombzzPPkTtgg==
1223+
1224+
version "14.1.1"
1225+
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.1.1.tgz#b74ba7c14af7d05fa2848bdeb8ee87716c939b64"
1226+
integrity sha512-yDjSFKQKTIjyT7cFv+DqQfW5jsD+tVxXTckSe1KIouKk75t1qZmj/mV3wzdmFb0XHVGtyRjDMulfVG8uCKemOQ==
1227+
1228+
1229+
version "14.1.1"
1230+
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-14.1.1.tgz#82c3e67775e40094c66e76845d1a36cc29c9e78b"
1231+
integrity sha512-KCQmBL0CmFmN8D64FHIZVD9I4ugQsDBBEJKiblXGgwn7wBCSe8N4Dx47sdzl4JAg39IkSN5NNrr8AniXLMb3aw==
1232+
1233+
1234+
version "14.1.1"
1235+
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-14.1.1.tgz#4f4134457b90adc5c3d167d07dfb713c632c0caa"
1236+
integrity sha512-YDQfbWyW0JMKhJf/T4eyFr4b3tceTorQ5w2n7I0mNVTFOvu6CGEzfwT3RSAQGTi/FFMTFcuspPec/7dFHuP7Eg==
1237+
1238+
1239+
version "14.1.1"
1240+
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.1.1.tgz#594bedafaeba4a56db23a48ffed2cef7cd09c31a"
1241+
integrity sha512-fiuN/OG6sNGRN/bRFxRvV5LyzLB8gaL8cbDH5o3mEiVwfcMzyE5T//ilMmaTrnA8HLMS6hoz4cHOu6Qcp9vxgQ==
1242+
1243+
1244+
version "14.1.1"
1245+
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.1.1.tgz#cb4e75f1ff2b9bcadf2a50684605928ddfc58528"
1246+
integrity sha512-rv6AAdEXoezjbdfp3ouMuVqeLjE1Bin0AuE6qxE6V9g3Giz5/R3xpocHoAi7CufRR+lnkuUjRBn05SYJ83oKNQ==
1247+
1248+
1249+
version "14.1.1"
1250+
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.1.1.tgz#15f26800df941b94d06327f674819ab64b272e25"
1251+
integrity sha512-YAZLGsaNeChSrpz/G7MxO3TIBLaMN8QWMr3X8bt6rCvKovwU7GqQlDu99WdvF33kI8ZahvcdbFsy4jAFzFX7og==
1252+
1253+
1254+
version "14.1.1"
1255+
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.1.1.tgz#060c134fa7fa843666e3e8574972b2b723773dd9"
1256+
integrity sha512-1L4mUYPBMvVDMZg1inUYyPvFSduot0g73hgfD9CODgbr4xiTYe0VOMTZzaRqYJYBA9mana0x4eaAaypmWo1r5A==
1257+
1258+
1259+
version "14.1.1"
1260+
resolved "https://registry.yarnpkg.com/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.1.1.tgz#5c06889352b1f77e3807834a0d0afd7e2d2d1da2"
1261+
integrity sha512-jvIE9tsuj9vpbbXlR5YxrghRfMuG0Qm/nZ/1KDHc+y6FpnZ/apsgh+G6t15vefU0zp3WSpTMIdXRUsNl/7RSuw==
1262+
1263+
1264+
version "14.1.1"
1265+
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.1.1.tgz#d38c63a8f9b7f36c1470872797d3735b4a9c5c52"
1266+
integrity sha512-S6K6EHDU5+1KrBDLko7/c1MNy/Ya73pIAmvKeFwsF4RmBFJSO7/7YeD4FnZ4iBdzE69PpQ4sOMU9ORKeNuxe8A==
12671267

12681268
"@nextui-org/[email protected]":
12691269
version "2.0.28"
@@ -5066,28 +5066,28 @@ next-themes@^0.2.1:
50665066
resolved "https://registry.yarnpkg.com/next-themes/-/next-themes-0.2.1.tgz#0c9f128e847979daf6c67f70b38e6b6567856e45"
50675067
integrity sha512-B+AKNfYNIzh0vqQQKqQItTS8evEouKD7H5Hj3kmuPERwddR2TxvDSFZuTj6T7Jfn1oyeUyJMydPl1Bkxkh0W7A==
50685068

5069-
5070-
version "14.1.0"
5071-
resolved "https://registry.yarnpkg.com/next/-/next-14.1.0.tgz#b31c0261ff9caa6b4a17c5af019ed77387174b69"
5072-
integrity sha512-wlzrsbfeSU48YQBjZhDzOwhWhGsy+uQycR8bHAOt1LY1bn3zZEcDyHQOEoN3aWzQ8LHCAJ1nqrWCc9XF2+O45Q==
5069+
5070+
version "14.1.1"
5071+
resolved "https://registry.yarnpkg.com/next/-/next-14.1.1.tgz#92bd603996c050422a738e90362dff758459a171"
5072+
integrity sha512-McrGJqlGSHeaz2yTRPkEucxQKe5Zq7uPwyeHNmJaZNY4wx9E9QdxmTp310agFRoMuIYgQrCrT3petg13fSVOww==
50735073
dependencies:
5074-
"@next/env" "14.1.0"
5074+
"@next/env" "14.1.1"
50755075
"@swc/helpers" "0.5.2"
50765076
busboy "1.6.0"
50775077
caniuse-lite "^1.0.30001579"
50785078
graceful-fs "^4.2.11"
50795079
postcss "8.4.31"
50805080
styled-jsx "5.1.1"
50815081
optionalDependencies:
5082-
"@next/swc-darwin-arm64" "14.1.0"
5083-
"@next/swc-darwin-x64" "14.1.0"
5084-
"@next/swc-linux-arm64-gnu" "14.1.0"
5085-
"@next/swc-linux-arm64-musl" "14.1.0"
5086-
"@next/swc-linux-x64-gnu" "14.1.0"
5087-
"@next/swc-linux-x64-musl" "14.1.0"
5088-
"@next/swc-win32-arm64-msvc" "14.1.0"
5089-
"@next/swc-win32-ia32-msvc" "14.1.0"
5090-
"@next/swc-win32-x64-msvc" "14.1.0"
5082+
"@next/swc-darwin-arm64" "14.1.1"
5083+
"@next/swc-darwin-x64" "14.1.1"
5084+
"@next/swc-linux-arm64-gnu" "14.1.1"
5085+
"@next/swc-linux-arm64-musl" "14.1.1"
5086+
"@next/swc-linux-x64-gnu" "14.1.1"
5087+
"@next/swc-linux-x64-musl" "14.1.1"
5088+
"@next/swc-win32-arm64-msvc" "14.1.1"
5089+
"@next/swc-win32-ia32-msvc" "14.1.1"
5090+
"@next/swc-win32-x64-msvc" "14.1.1"
50915091

50925092
no-case@^3.0.4:
50935093
version "3.0.4"

0 commit comments

Comments
 (0)