Skip to content

Commit

Permalink
Bump next from 13.5.3 to 14.0.1 (#893)
Browse files Browse the repository at this point in the history
Bumps [next](https://github.com/vercel/next.js) from 13.5.3 to 14.0.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.0.1</h2>
<h3>Core Changes</h3>
<ul>
<li>Add Next.js 14 codemods to CLI output.: <a
href="https://redirect.github.com/vercel/next.js/issues/57552">#57552</a></li>
<li>OpenTelemetry: propagate a configured context(s) to root requests:
<a
href="https://redirect.github.com/vercel/next.js/issues/57084">#57084</a></li>
<li>debug: Add tags to next build traces to track build configuration in
the .next/trace file: <a
href="https://redirect.github.com/vercel/next.js/issues/56965">#56965</a></li>
<li>[Traces] Await the flush of the trace write stream to make sure
trace file is written: <a
href="https://redirect.github.com/vercel/next.js/issues/57641">#57641</a></li>
<li>Add node-pty to externals list: <a
href="https://redirect.github.com/vercel/next.js/issues/57640">#57640</a></li>
<li>fix: move logging config validation out of experimental: <a
href="https://redirect.github.com/vercel/next.js/issues/57530">#57530</a></li>
<li>Update font data: <a
href="https://redirect.github.com/vercel/next.js/issues/57728">#57728</a></li>
<li>Support viewport export via TS Plugin: <a
href="https://redirect.github.com/vercel/next.js/issues/57554">#57554</a></li>
<li>Fix: Build compilation warning when using middleware: <a
href="https://redirect.github.com/vercel/next.js/issues/57685">#57685</a></li>
<li>chore: Update flight-client-entry-plugin.ts typo: <a
href="https://redirect.github.com/vercel/next.js/issues/57734">#57734</a></li>
<li>Improve error for missing default export in dynamic metadata routes:
<a
href="https://redirect.github.com/vercel/next.js/issues/57711">#57711</a></li>
<li>fix gsp tracing issue: <a
href="https://redirect.github.com/vercel/next.js/issues/57766">#57766</a></li>
<li>fix(turbopack): don't match empty route groups: <a
href="https://redirect.github.com/vercel/next.js/issues/57647">#57647</a></li>
<li>Update React from 8c8ee9ee6 to 0c6348758 and types: <a
href="https://redirect.github.com/vercel/next.js/issues/57772">#57772</a></li>
</ul>
<h3>Documentation Changes</h3>
<ul>
<li>Add missing dot in codemod command: <a
href="https://redirect.github.com/vercel/next.js/issues/57536">#57536</a></li>
<li>docs(fix): example text unescaped entities: <a
href="https://redirect.github.com/vercel/next.js/issues/57255">#57255</a></li>
<li>doc: Clarify built-in support for sass after installation: <a
href="https://redirect.github.com/vercel/next.js/issues/57279">#57279</a></li>
<li>Update docs with a Good to know box about using redirect in client
components: <a
href="https://redirect.github.com/vercel/next.js/issues/56966">#56966</a></li>
<li>docs: fix 02-dynamic-routes.mdx: <a
href="https://redirect.github.com/vercel/next.js/issues/57029">#57029</a></li>
<li>Fix incorrect link in GTM docs: <a
href="https://redirect.github.com/vercel/next.js/issues/57547">#57547</a></li>
<li>Fix typos: <a
href="https://redirect.github.com/vercel/next.js/issues/57592">#57592</a></li>
<li>Add apostrophe 07-error-handling.mdx: <a
href="https://redirect.github.com/vercel/next.js/issues/57626">#57626</a></li>
<li>Fix: codemods.mdx Incorrect heading structure of next-og-import,
meta…: <a
href="https://redirect.github.com/vercel/next.js/issues/57605">#57605</a></li>
<li>Typo fix, version &quot;13&quot; to &quot;14&quot;: <a
href="https://redirect.github.com/vercel/next.js/issues/57723">#57723</a></li>
<li>Fix Google Tag Manager URL in Third Party Libraries documentation:
<a
href="https://redirect.github.com/vercel/next.js/issues/57731">#57731</a></li>
</ul>
<h3>Example Changes</h3>
<ul>
<li>Fix: Call cookies function from route to flag as dynamic: <a
href="https://redirect.github.com/vercel/next.js/issues/57494">#57494</a></li>
<li>(Examples) Add <code>with-youtube-embed</code> example: <a
href="https://redirect.github.com/vercel/next.js/issues/57367">#57367</a></li>
<li>(Examples) Add <code>with-google-maps-embed</code> example: <a
href="https://redirect.github.com/vercel/next.js/issues/57365">#57365</a></li>
<li>update <code>@​types/react</code> version in examples: <a
href="https://redirect.github.com/vercel/next.js/issues/57259">#57259</a></li>
<li>docs: fix broken link to demo: <a
href="https://redirect.github.com/vercel/next.js/issues/57229">#57229</a></li>
<li>(example update) Update example with-Clerk: <a
href="https://redirect.github.com/vercel/next.js/issues/57050">#57050</a></li>
<li>active-class-name example style js has not taken effect: <a
href="https://redirect.github.com/vercel/next.js/issues/56136">#56136</a></li>
<li>add inngest next.js example: <a
href="https://redirect.github.com/vercel/next.js/issues/56049">#56049</a></li>
<li>fix inngest example for 3.x sdk: <a
href="https://redirect.github.com/vercel/next.js/issues/57712">#57712</a></li>
</ul>
<h3>Misc Changes</h3>
<ul>
<li>update manifest: <a
href="https://redirect.github.com/vercel/next.js/issues/57523">#57523</a></li>
<li>update next/third-parties to use Next 14 or 13 as a peer dependency,
instead of just 13: <a
href="https://redirect.github.com/vercel/next.js/issues/57515">#57515</a></li>
<li>Modify tailwindcss related dependency of
<code>create-next-app</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/57262">#57262</a></li>
<li>Remove extra CI step and lock Node.js version: <a
href="https://redirect.github.com/vercel/next.js/issues/57769">#57769</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/4df888a55f6deb4dbdd5c1bae633c58e712b96bc"><code>4df888a</code></a>
v14.0.1</li>
<li><a
href="https://github.com/vercel/next.js/commit/41dec2cbd645b8db0134aef91efaf3f4b7c9a8bd"><code>41dec2c</code></a>
v14.0.1-canary.5</li>
<li><a
href="https://github.com/vercel/next.js/commit/e26c9011d6ccf01ca03ea9da51677c2f8163d28b"><code>e26c901</code></a>
Update React from 8c8ee9ee6 to 0c6348758 and types (<a
href="https://redirect.github.com/vercel/next.js/issues/57772">#57772</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/676d1ee4ceaffd1e8a91fdb8f1c69d1ae7af24f4"><code>676d1ee</code></a>
Remove extra CI step and lock Node.js version (<a
href="https://redirect.github.com/vercel/next.js/issues/57769">#57769</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/0623a4f79fb5521cd21b464f1895485553f3b658"><code>0623a4f</code></a>
Modify tailwindcss related dependency of <code>create-next-app</code>
(<a
href="https://redirect.github.com/vercel/next.js/issues/57262">#57262</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/6dc7c3c4363276ac05ac2c08f12384b391fa9fd2"><code>6dc7c3c</code></a>
fix(turbopack): don't match empty route groups (<a
href="https://redirect.github.com/vercel/next.js/issues/57647">#57647</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/9d49afc5eab088209c8142f3f2a3886db78d2a2f"><code>9d49afc</code></a>
v14.0.1-canary.4</li>
<li><a
href="https://github.com/vercel/next.js/commit/9128b58654fdb7e07a909d6e8b742c28aed78a21"><code>9128b58</code></a>
fix gsp tracing issue (<a
href="https://redirect.github.com/vercel/next.js/issues/57766">#57766</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/3553c6516d7a9aba98876f9660af0ee7c94dc2a3"><code>3553c65</code></a>
Improve error for missing default export in dynamic metadata routes (<a
href="https://redirect.github.com/vercel/next.js/issues/57711">#57711</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/a07e0de64fcde7d53620a41914e63ae9663a680a"><code>a07e0de</code></a>
Fix Google Tag Manager URL in Third Party Libraries documentation (<a
href="https://redirect.github.com/vercel/next.js/issues/57731">#57731</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/next.js/compare/v13.5.3...v14.0.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=13.5.3&new-version=14.0.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>
Co-authored-by: Ken Matsui <[email protected]>
  • Loading branch information
dependabot[bot] and ken-matsui authored Nov 2, 2023
1 parent a84ca81 commit 3e649cb
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 78 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 17
node-version: 18

- name: Install dependencies
run: yarn install
Expand All @@ -30,7 +30,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 17
node-version: 18

- name: Install dependencies
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"chakra-ui-markdown-renderer": "^4.1.0",
"framer-motion": "^6",
"humanize-string": "^3.0.0",
"next": "13.5.3",
"next": "14.0.1",
"nextjs-progressbar": "^0.0.16",
"randomstring": "^1.3.0",
"react": "18.2.0",
Expand Down
149 changes: 74 additions & 75 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1087,55 +1087,60 @@
hey-listen "^1.0.8"
tslib "^2.3.1"

"@next/[email protected]", "@next/env@^13.4.3":
"@next/[email protected]":
version "14.0.1"
resolved "https://registry.yarnpkg.com/@next/env/-/env-14.0.1.tgz#7d03c9042c205a320aef2ea3f83c2d16b6825563"
integrity sha512-Ms8ZswqY65/YfcjrlcIwMPD7Rg/dVjdLapMcSHG26W6O67EJDF435ShW4H4LXi1xKO1oRc97tLXUpx8jpLe86A==

"@next/env@^13.4.3":
version "13.5.3"
resolved "https://registry.yarnpkg.com/@next/env/-/env-13.5.3.tgz#402da9a0af87f93d853519f0c2a602b1ab637c2c"
integrity sha512-X4te86vsbjsB7iO4usY9jLPtZ827Mbx+WcwNBGUOIuswuTAKQtzsuoxc/6KLxCMvogKG795MhrR1LDhYgDvasg==

"@next/swc-darwin-arm64@13.5.3":
version "13.5.3"
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-13.5.3.tgz#f72eac8c7b71d33e0768bd3c8baf68b00fea0160"
integrity sha512-6hiYNJxJmyYvvKGrVThzo4nTcqvqUTA/JvKim7Auaj33NexDqSNwN5YrrQu+QhZJCIpv2tULSHt+lf+rUflLSw==

"@next/swc-darwin-x64@13.5.3":
version "13.5.3"
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-13.5.3.tgz#96eda3a1247a713579eb241d76d3f503291c8938"
integrity sha512-UpBKxu2ob9scbpJyEq/xPgpdrgBgN3aLYlxyGqlYX5/KnwpJpFuIHU2lx8upQQ7L+MEmz+fA1XSgesoK92ppwQ==

"@next/swc-linux-arm64-gnu@13.5.3":
version "13.5.3"
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-13.5.3.tgz#132e155a029310fffcdfd3e3c4255f7ce9fd2714"
integrity sha512-5AzM7Yx1Ky+oLY6pHs7tjONTF22JirDPd5Jw/3/NazJ73uGB05NqhGhB4SbeCchg7SlVYVBeRMrMSZwJwq/xoA==

"@next/swc-linux-arm64-musl@13.5.3":
version "13.5.3"
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-13.5.3.tgz#981d7d8fdcf040bd0c89588ef4139c28805f5cf1"
integrity sha512-A/C1shbyUhj7wRtokmn73eBksjTM7fFQoY2v/0rTM5wehpkjQRLOXI8WJsag2uLhnZ4ii5OzR1rFPwoD9cvOgA==

"@next/swc-linux-x64-gnu@13.5.3":
version "13.5.3"
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-13.5.3.tgz#b8263663acda7b84bc2c4ffa39ca4b0172a78060"
integrity sha512-FubPuw/Boz8tKkk+5eOuDHOpk36F80rbgxlx4+xty/U71e3wZZxVYHfZXmf0IRToBn1Crb8WvLM9OYj/Ur815g==

"@next/swc-linux-x64-musl@13.5.3":
version "13.5.3"
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-13.5.3.tgz#cd0bed8ee92032c25090bed9d95602ac698d925f"
integrity sha512-DPw8nFuM1uEpbX47tM3wiXIR0Qa+atSzs9Q3peY1urkhofx44o7E1svnq+a5Q0r8lAcssLrwiM+OyJJgV/oj7g==

"@next/swc-win32-arm64-msvc@13.5.3":
version "13.5.3"
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-13.5.3.tgz#7f556674ca97e6936220d10c58252cc36522d80a"
integrity sha512-zBPSP8cHL51Gub/YV8UUePW7AVGukp2D8JU93IHbVDu2qmhFAn9LWXiOOLKplZQKxnIPUkJTQAJDCWBWU4UWUA==

"@next/swc-win32-ia32-msvc@13.5.3":
version "13.5.3"
resolved "https://registry.yarnpkg.com/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-13.5.3.tgz#4912721fb8695f11daec4cde42e73dc57bcc479f"
integrity sha512-ONcL/lYyGUj4W37D4I2I450SZtSenmFAvapkJQNIJhrPMhzDU/AdfLkW98NvH1D2+7FXwe7yclf3+B7v28uzBQ==

"@next/swc-win32-x64-msvc@13.5.3":
version "13.5.3"
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-13.5.3.tgz#97340a709febb60ff73003566b99d127d4e5b881"
integrity sha512-2Vz2tYWaLqJvLcWbbTlJ5k9AN6JD7a5CN2pAeIzpbecK8ZF/yobA39cXtv6e+Z8c5UJuVOmaTldEAIxvsIux/Q==
"@next/swc-darwin-arm64@14.0.1":
version "14.0.1"
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.0.1.tgz#75a5f872c4077ecd536d7496bc24f3d312d5dcd0"
integrity sha512-JyxnGCS4qT67hdOKQ0CkgFTp+PXub5W1wsGvIq98TNbF3YEIN7iDekYhYsZzc8Ov0pWEsghQt+tANdidITCLaw==

"@next/swc-darwin-x64@14.0.1":
version "14.0.1"
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-14.0.1.tgz#7d8498fc680cc8b4d5181bee336818c63779bc5e"
integrity sha512-625Z7bb5AyIzswF9hvfZWa+HTwFZw+Jn3lOBNZB87lUS0iuCYDHqk3ujuHCkiyPtSC0xFBtYDLcrZ11mF/ap3w==

"@next/swc-linux-arm64-gnu@14.0.1":
version "14.0.1"
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-14.0.1.tgz#184286794e67bed192de7dbb10d7f040c996f965"
integrity sha512-iVpn3KG3DprFXzVHM09kvb//4CNNXBQ9NB/pTm8LO+vnnnaObnzFdS5KM+w1okwa32xH0g8EvZIhoB3fI3mS1g==

"@next/swc-linux-arm64-musl@14.0.1":
version "14.0.1"
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.0.1.tgz#e8121b860ebc97a8d2a9113e5a42878430e749d5"
integrity sha512-mVsGyMxTLWZXyD5sen6kGOTYVOO67lZjLApIj/JsTEEohDDt1im2nkspzfV5MvhfS7diDw6Rp/xvAQaWZTv1Ww==

"@next/swc-linux-x64-gnu@14.0.1":
version "14.0.1"
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.0.1.tgz#cdc4276b11a10c892fd1cb7dd31e024064db9c3b"
integrity sha512-wMqf90uDWN001NqCM/auRl3+qVVeKfjJdT9XW+RMIOf+rhUzadmYJu++tp2y+hUbb6GTRhT+VjQzcgg/QTD9NQ==

"@next/swc-linux-x64-musl@14.0.1":
version "14.0.1"
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.0.1.tgz#4a194a484ceb34fd370e8d1af571493859fb2542"
integrity sha512-ol1X1e24w4j4QwdeNjfX0f+Nza25n+ymY0T2frTyalVczUmzkVD7QGgPTZMHfR1aLrO69hBs0G3QBYaj22J5GQ==

"@next/swc-win32-arm64-msvc@14.0.1":
version "14.0.1"
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.0.1.tgz#71923debee50f98ef166b28cdb3ad7e7463e6598"
integrity sha512-WEmTEeWs6yRUEnUlahTgvZteh5RJc4sEjCQIodJlZZ5/VJwVP8p2L7l6VhzQhT4h7KvLx/Ed4UViBdne6zpIsw==

"@next/swc-win32-ia32-msvc@14.0.1":
version "14.0.1"
resolved "https://registry.yarnpkg.com/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.0.1.tgz#b8f46da899c279fd65db76f0951849290c480ef9"
integrity sha512-oFpHphN4ygAgZUKjzga7SoH2VGbEJXZa/KL8bHCAwCjDWle6R1SpiGOdUdA8EJ9YsG1TYWpzY6FTbUA+iAJeww==

"@next/swc-win32-x64-msvc@14.0.1":
version "14.0.1"
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.0.1.tgz#be3dd8b3729ec51c99ff04b51e2b235756d02b6e"
integrity sha512-FFp3nOJ/5qSpeWT0BZQ+YE1pSMk4IMpkME/1DwKBwhg4mJLB9L+6EXuJi4JEwaJdl5iN+UUlmUD3IsR1kx5fAg==

"@nodelib/[email protected]":
version "2.1.5"
Expand Down Expand Up @@ -2548,10 +2553,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==

nanoid@^3.3.4:
version "3.3.4"
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
nanoid@^3.3.6:
version "3.3.6"
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==

next-sitemap@^4.2.3:
version "4.2.3"
Expand All @@ -2563,29 +2568,28 @@ next-sitemap@^4.2.3:
fast-glob "^3.2.12"
minimist "^1.2.8"

next@13.5.3:
version "13.5.3"
resolved "https://registry.yarnpkg.com/next/-/next-13.5.3.tgz#631efcbcc9d756c610855d9b94f3d8c4e73ee131"
integrity sha512-4Nt4HRLYDW/yRpJ/QR2t1v63UOMS55A38dnWv3UDOWGezuY0ZyFO1ABNbD7mulVzs9qVhgy2+ppjdsANpKP1mg==
next@14.0.1:
version "14.0.1"
resolved "https://registry.yarnpkg.com/next/-/next-14.0.1.tgz#1375d94c5dc7af730234af48401be270e975cb22"
integrity sha512-s4YaLpE4b0gmb3ggtmpmV+wt+lPRuGtANzojMQ2+gmBpgX9w5fTbjsy6dXByBuENsdCX5pukZH/GxdFgO62+pA==
dependencies:
"@next/env" "13.5.3"
"@next/env" "14.0.1"
"@swc/helpers" "0.5.2"
busboy "1.6.0"
caniuse-lite "^1.0.30001406"
postcss "8.4.14"
postcss "8.4.31"
styled-jsx "5.1.1"
watchpack "2.4.0"
zod "3.21.4"
optionalDependencies:
"@next/swc-darwin-arm64" "13.5.3"
"@next/swc-darwin-x64" "13.5.3"
"@next/swc-linux-arm64-gnu" "13.5.3"
"@next/swc-linux-arm64-musl" "13.5.3"
"@next/swc-linux-x64-gnu" "13.5.3"
"@next/swc-linux-x64-musl" "13.5.3"
"@next/swc-win32-arm64-msvc" "13.5.3"
"@next/swc-win32-ia32-msvc" "13.5.3"
"@next/swc-win32-x64-msvc" "13.5.3"
"@next/swc-darwin-arm64" "14.0.1"
"@next/swc-darwin-x64" "14.0.1"
"@next/swc-linux-arm64-gnu" "14.0.1"
"@next/swc-linux-arm64-musl" "14.0.1"
"@next/swc-linux-x64-gnu" "14.0.1"
"@next/swc-linux-x64-musl" "14.0.1"
"@next/swc-win32-arm64-msvc" "14.0.1"
"@next/swc-win32-ia32-msvc" "14.0.1"
"@next/swc-win32-x64-msvc" "14.0.1"

nextjs-progressbar@^0.0.16:
version "0.0.16"
Expand Down Expand Up @@ -2665,12 +2669,12 @@ [email protected]:
style-value-types "5.0.0"
tslib "^2.1.0"

[email protected].14:
version "8.4.14"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.14.tgz#ee9274d5622b4858c1007a74d76e42e56fd21caf"
integrity sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==
[email protected].31:
version "8.4.31"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
dependencies:
nanoid "^3.3.4"
nanoid "^3.3.6"
picocolors "^1.0.0"
source-map-js "^1.0.2"

Expand Down Expand Up @@ -3273,11 +3277,6 @@ yaml@^1.10.0:
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==

[email protected]:
version "3.21.4"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.21.4.tgz#10882231d992519f0a10b5dd58a38c9dabbb64db"
integrity sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==

zwitch@^2.0.0:
version "2.0.2"
resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-2.0.2.tgz#91f8d0e901ffa3d66599756dde7f57b17c95dce1"
Expand Down

0 comments on commit 3e649cb

Please sign in to comment.