Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] canary from vercel:canary #563

Merged
merged 70 commits into from
Mar 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
605f7e0
Update view-source.tsx (#46790)
proustibat Mar 5, 2023
088c19f
Correct server reference manifest in prod build (#46683)
shuding Mar 5, 2023
6b8307b
add argon2 to serverComponentsExternalPackages auto-optOut list (#46779)
fedeya Mar 5, 2023
a0c5a63
v13.2.4-canary.4
ijjk Mar 5, 2023
4c723f4
chore: add jsdoc to `output` in next.config.js (#46804)
styfle Mar 5, 2023
440b95e
Refactor SWC transform to support named default export (#46778)
shuding Mar 6, 2023
a9be890
next/font tests: support Turbopack css module format (#46658)
wbinnssmith Mar 6, 2023
a0c4354
update dynamic-import.md example (#46787)
irekrog Mar 6, 2023
527afe1
Change @next/font to next/font in examples (#46836)
hanneslund Mar 6, 2023
7d5a213
Remove `experimental.runtime` and emit warning when used (#46631)
jankaifer Mar 6, 2023
ceb028a
Fix(typedRoutes): fixed type Route resolving to type any (#46679)
DuCanhGH Mar 7, 2023
003b3af
Update vendored React (#46826)
shuding Mar 7, 2023
533748d
next/font refactoring and additional unit tests (#46731)
hanneslund Mar 7, 2023
70d6438
Improve the readability of full page refresh error in dev mode (#46634)
jankaifer Mar 7, 2023
d59aa96
Port error overlay hydration error to pages directory (#46677)
hanneslund Mar 7, 2023
0f621cb
Revert "Update vendored React" (#46861)
ijjk Mar 7, 2023
8f5ffed
Update fetch cache handling with POST requests (#46856)
ijjk Mar 7, 2023
a39df50
Remove extra exports from filter utils (#46860)
ijjk Mar 7, 2023
2676857
test(unit): add cases for cssnano simple (#46862)
SukkaW Mar 7, 2023
e0e627c
Ensure chained middleware rewrites work properly (#46866)
ijjk Mar 7, 2023
a5a13fe
v13.2.4-canary.5
ijjk Mar 7, 2023
f1fba5b
chore: improve PR labeling, fix, sort, add new team member (#46675)
balazsorban44 Mar 7, 2023
a88b033
chore: add App Router template to bug report (#46872)
balazsorban44 Mar 7, 2023
14bfe87
Add a timeout to next/font/google in dev (#46834)
hanneslund Mar 7, 2023
4b8240b
Support unnamed default export expression (#46888
shuding Mar 7, 2023
422b3b0
Only run toSource in next/font codemod if there are changes (#46877)
hanneslund Mar 7, 2023
5dae98e
Add more JSDoc to types (#46897)
shuding Mar 7, 2023
abf7da3
Fix TS plugin showing warning for error file's `reset` prop (#46898)
shuding Mar 7, 2023
030fd1d
Fix conflict dev entry key between app and pages (#46832)
huozhi Mar 7, 2023
9c36a32
Update app-static e2e test (#46900)
ijjk Mar 7, 2023
7e933a0
Revert "Revert "Update vendored React"" (#46881)
shuding Mar 7, 2023
85ec94f
v13.2.4-canary.6
ijjk Mar 7, 2023
105e5b0
Add retry to the hmr acceptance test (#46902)
shuding Mar 7, 2023
9a1798b
Fix `with-jest` and `with-jest-babel` example test snapshot failure (…
rayrw Mar 8, 2023
bfc3849
Update generateStaticParams handling with fetch cache (#46906)
ijjk Mar 8, 2023
8b50b80
eslint rule for script strategy should work properly in `app/` (#46609)
jankaifer Mar 8, 2023
292f65f
Fix unexpected hoist meta tags by react in app dir (#46917)
huozhi Mar 8, 2023
37b0349
Update turbopack to `230308.1` (#46909)
kdy1 Mar 8, 2023
8ca0233
Support default export expression for variables (#46896)
shuding Mar 8, 2023
0e07336
Reduce the number of hydration error tests (#46930)
hanneslund Mar 8, 2023
612d578
Update Turbopack to 230308.3 (#46935)
jridgewell Mar 8, 2023
f99ae5a
v13.2.4-canary.7
ijjk Mar 8, 2023
02eb34d
Use https_proxy environment variable in next/font/google (#46822)
hanneslund Mar 8, 2023
b3220fe
Validate `req.url` in renderer (#46923)
shuding Mar 8, 2023
bae5d6f
Validate the router state header on the server (#46925)
shuding Mar 8, 2023
de6a1e3
Rename FontLoaderManifest to NextFontManifest and add better comments…
hanneslund Mar 8, 2023
80f2293
Revalidate generateStaticParams/Paths in background in dev (#46940)
ijjk Mar 8, 2023
ddff41a
Support re-exporting unnamed function expression (#46936)
shuding Mar 8, 2023
715f96f
v13.2.4-canary.8
ijjk Mar 9, 2023
36ca159
Support static file robots.txt and sitemap.xml as metadata route (#46…
huozhi Mar 9, 2023
1e7f4a5
Update vendored react (#46970)
huozhi Mar 9, 2023
09d21d6
Move error overlay recovery tests to new file (#46965)
hanneslund Mar 9, 2023
9a41ba9
Improve RSC compiler error in external module (#46953)
hanneslund Mar 9, 2023
8e14b67
Update Turbopack to 230309.2 (#46971)
jridgewell Mar 9, 2023
9be98e4
Use turbo remote cache for build-native-test (#46975)
ijjk Mar 9, 2023
9f08ef8
fix: Add NODE_OPTIONS for debugging in next-dev (#46757)
seiry Mar 9, 2023
71dbcac
Do not re-assign `process.env` (#46914)
unflxw Mar 9, 2023
1ce3b36
v13.2.4-canary.9
ijjk Mar 9, 2023
05f6de1
v13.2.4
ijjk Mar 10, 2023
10f2268
Add Zod and router state validation (#46962)
shuding Mar 10, 2023
d200e5f
Support default arrow function export in server boundary (#46977
shuding Mar 10, 2023
fd6b93d
Generate fixed route path for favicon.ico (#46997)
huozhi Mar 10, 2023
7e5881b
update turbopack (#46994)
sokra Mar 10, 2023
7d48edf
v13.2.5-canary.0
timneutkens Mar 10, 2023
c75c4e5
Update next/font/google data (#46988)
hanneslund Mar 10, 2023
84104af
fix: added jsdom & canvas to the external packages list - fixes #4689…
JesseKoldewijn Mar 10, 2023
74891fd
Add auto-detection of image/x-icon content type (#47013)
kaguya3222 Mar 10, 2023
c110dfd
fix: exclude 'mdx-bundler' from being bundled in server components (#…
yangshun Mar 11, 2023
fdfd9be
Add /route subpath to metadata static routes (#47030)
huozhi Mar 11, 2023
287ad83
v13.2.5-canary.1
timneutkens Mar 11, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/1.bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ body:
- type: input
attributes:
label: Link to the code that reproduces this issue
description: A link to a GitHub repository, a [StackBlitz](https://stackblitz.com/fork/github/vercel/next.js/tree/canary/examples/reproduction-template), or a [CodeSandbox](https://codesandbox.io/p/sandbox/github/vercel/next.js/tree/canary/examples/reproduction-template) minimal reproduction. Minimal reproductions should be created from our [bug report template with `npx create-next-app -e reproduction-template`](https://github.com/vercel/next.js/tree/canary/examples/reproduction-template) and should include only changes that contribute to the issue.
description: |
A link to a GitHub repository, a [CodeSandbox](https://codesandbox.io/p/sandbox/github/vercel/next.js/tree/canary/examples/reproduction-template) or a [StackBlitz](https://stackblitz.com/fork/github/vercel/next.js/tree/canary/examples/reproduction-template) minimal reproduction. Minimal reproductions should be created from our [bug report template with `npx create-next-app -e reproduction-template`](https://github.com/vercel/next.js/tree/canary/examples/reproduction-template) and should include only changes that contribute to the issue.
To report an App Router related issue, you can use these templates: [CodeSandbox](https://codesandbox.io/p/sandbox/github/vercel/next.js/tree/canary/examples/reproduction-template-app-dir), [StackBlitz](https://stackblitz.com/fork/github/vercel/next.js/tree/canary/examples/reproduction-template-app-dir) or [`npx create-next-app -e reproduction-template-app-dir`](https://github.com/vercel/next.js/tree/canary/examples/reproduction-template-app-dir)
validations:
required: true
- type: textarea
Expand Down
74 changes: 43 additions & 31 deletions .github/labeler.json
Original file line number Diff line number Diff line change
@@ -1,53 +1,65 @@
{
"labels": {
"area: examples": ["examples/**"],
"area: documentation": ["docs/**", "errors/**"],
"area: create-next-app": ["packages/create-next-app/**"],
"type: next": [
"packages/next/**",
"packages/react-dev-overlay/**",
"packages/react-refresh-utils/**",
"packages/next-codemod/**",
"packages/eslint-plugin-next/**",
"packages/eslint-config-next/**",
"packages/next-env/**",
"packages/next-swc/**"
"area: documentation": ["docs/**", "errors/**"],
"area: examples": ["examples/**"],
"area: next/image": [
"**/*image*",
"**/*image*/**",
"packages/next/src/client/use-intersection.tsx",
"packages/next/src/server/lib/squoosh/",
"packages/next/src/server/serve-static.ts"
],
"area: Font Optimization": ["**/*font*"],
"area: tests": ["test/**", "bench/**"],
"created-by: Chrome Aurora": [
{ "type": "user", "pattern": "spanicker" },
{ "type": "user", "pattern": "housseindjirdeh" },
{ "type": "user", "pattern": "atcastle" },
{ "type": "user", "pattern": "devknoll" },
{ "type": "user", "pattern": "housseindjirdeh" },
{ "type": "user", "pattern": "janicklas-ralph" },
{ "type": "user", "pattern": "atcastle" },
{ "type": "user", "pattern": "kara" },
{ "type": "user", "pattern": "kyliau" },
{ "type": "user", "pattern": "kara" }
{ "type": "user", "pattern": "spanicker" }
],
"created-by: Next.js team": [
{ "type": "user", "pattern": "acdlite" },
{ "type": "user", "pattern": "balazsorban44" },
{ "type": "user", "pattern": "Brooooooklyn" },
{ "type": "user", "pattern": "feedthejim" },
{ "type": "user", "pattern": "ForsakenHarmony" },
{ "type": "user", "pattern": "gnoff" },
{ "type": "user", "pattern": "hanneslund" },
{ "type": "user", "pattern": "huozhi" },
{ "type": "user", "pattern": "ijjk" },
{ "type": "user", "pattern": "JanKaifer" },
{ "type": "user", "pattern": "kdy1" },
{ "type": "user", "pattern": "kwonoj" },
{ "type": "user", "pattern": "leerob" },
{ "type": "user", "pattern": "padmaia" },
{ "type": "user", "pattern": "huozhi" },
{ "type": "user", "pattern": "sebmarkbage" },
{ "type": "user", "pattern": "shuding" },
{ "type": "user", "pattern": "sokra" },
{ "type": "user", "pattern": "styfle" },
{ "type": "user", "pattern": "leerob" },
{ "type": "user", "pattern": "kdy1" },
{ "type": "user", "pattern": "timneutkens" },
{ "type": "user", "pattern": "sebmarkbage" },
{ "type": "user", "pattern": "wyattjoh" },
{ "type": "user", "pattern": "kwonoj" },
{ "type": "user", "pattern": "gnoff" },
{ "type": "user", "pattern": "padmaia" },
{ "type": "user", "pattern": "Brooooooklyn" },
{ "type": "user", "pattern": "ForsakenHarmony" },
{ "type": "user", "pattern": "feedthejim" },
{ "type": "user", "pattern": "JanKaifer" },
{ "type": "user", "pattern": "balazsorban44" },
{ "type": "user", "pattern": "hanneslund" }
{ "type": "user", "pattern": "wyattjoh" }
],
"created-by: Next.js docs team": [
{ "type": "user", "pattern": "ismaelrumzan" },
{ "type": "user", "pattern": "MaedahBatool" },
{ "type": "user", "pattern": "molebox" },
{ "type": "user", "pattern": "ismaelrumzan" }
{ "type": "user", "pattern": "molebox" }
],
"type: next": [
"packages/eslint-config-next/**",
"packages/eslint-plugin-next/**",
"packages/font/**",
"packages/next-bundle-analyzer/**",
"packages/next-codemod/**",
"packages/next-env/**",
"packages/next-mdx/**",
"packages/next-swc/**",
"packages/next/**",
"packages/react-dev-overlay/**",
"packages/react-refresh-utils/**"
]
}
}
54 changes: 37 additions & 17 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,45 @@
<!--
Thanks for opening a PR! Your contribution is much appreciated.
<!-- Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as possible we request that you follow the checklist sections below.
Choose the right checklist for the change(s) that you're making:
-->

## Bug
## For Contributors

### Improving Documentation or adding/fixing Examples

- The "examples guidelines" are followed from our contributing doc https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md
- Make sure the linting passes by running `pnpm build && pnpm lint`. See https://github.com/vercel/next.js/blob/canary/contributing/repository/linting.md

### Fixing a bug

- Related issues linked using `fixes #number`
- Tests added. See: https://github.com/vercel/next.js/blob/canary/contributing/core/testing.md#writing-tests-for-nextjs
- Errors have a helpful link attached, see https://github.com/vercel/next.js/blob/canary/contributing.md

### Adding a feature

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have a helpful link attached, see [`contributing.md`](https://github.com/vercel/next.js/blob/canary/contributing.md)
- Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR. (A discussion must be opened, see https://github.com/vercel/next.js/discussions/new?category=ideas)
- Related issues/discussions are linked using `fixes #number`
- e2e tests added (https://github.com/vercel/next.js/blob/canary/contributing/core/testing.md#writing-tests-for-nextjs
- Documentation added
- Telemetry added. In case of a feature if it's used or not.
- Errors have a helpful link attached, see https://github.com/vercel/next.js/blob/canary/contributing.md

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] [e2e](https://github.com/vercel/next.js/blob/canary/contributing/core/testing.md#writing-tests-for-nextjs) tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have a helpful link attached, see [`contributing.md`](https://github.com/vercel/next.js/blob/canary/contributing.md)

## Documentation / Examples
## For Maintainers

- [ ] Make sure the linting passes by running `pnpm build && pnpm lint`
- [ ] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)
- Minimal description (aim for explaining to someone not on the team to understand the PR)
- When linking to a Slack thread, you might want to share details of the conclusion
- Link both the Linear (Fixes NEXT-xxx) and the GitHub issues
- Add review comments if necessary to explain to the reviewer the logic behind a change

### What?

### Why?

### How?

Closes NEXT-
Fixes #

-->
8 changes: 6 additions & 2 deletions .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: Build, test, and deploy
env:
NAPI_CLI_VERSION: 2.14.7
TURBO_VERSION: 1.6.3
RUST_TOOLCHAIN: nightly-2022-11-04
RUST_TOOLCHAIN: nightly-2023-03-09
PNPM_VERSION: 7.24.3
NODE_MAINTENANCE_VERSION: 16
NODE_LTS_VERSION: 18
Expand Down Expand Up @@ -1022,6 +1022,10 @@ jobs:
build-native-test:
name: Build native binary for tests and metrics
runs-on: ubuntu-latest
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: 'vercel'

steps:
# https://github.com/actions/virtual-environments/issues/1187
- name: tune linux network
Expand Down Expand Up @@ -1076,7 +1080,7 @@ jobs:
if: ${{ steps.docs-change.outputs.DOCS_CHANGE == 'nope' }}
with:
image: ghcr.io/napi-rs/napi-rs/nodejs-rust:stable-2022-10-24-x64
options: -e RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }} -e NAPI_CLI_VERSION=${{ env.NAPI_CLI_VERSION }} -e TURBO_VERSION=${{ env.TURBO_VERSION }} -v ${{ env.HOME }}/.cargo/git:/root/.cargo/git -v ${{ env.HOME }}/.cargo/registry:/root/.cargo/registry -v ${{ github.workspace }}:/build -w /build
options: -e TURBO_TOKEN=${{ env.TURBO_TOKEN }} -e TURBO_TEAM=${{ env.TURBO_TEAM }} -e RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }} -e NAPI_CLI_VERSION=${{ env.NAPI_CLI_VERSION }} -e TURBO_VERSION=${{ env.TURBO_VERSION }} -v ${{ env.HOME }}/.cargo/git:/root/.cargo/git -v ${{ env.HOME }}/.cargo/registry:/root/.cargo/registry -v ${{ github.workspace }}:/build -w /build
# turn on some optimization while building Rust codes to prevent tests timeout
run: |
set -e &&
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Generate Pull Request Stats
env:
NAPI_CLI_VERSION: 2.14.7
TURBO_VERSION: 1.6.3
RUST_TOOLCHAIN: nightly-2022-11-04
RUST_TOOLCHAIN: nightly-2023-03-09
PNPM_VERSION: 7.24.3

jobs:
Expand Down
2 changes: 1 addition & 1 deletion docs/advanced-features/dynamic-import.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ By using `next/dynamic`, the header component will not be included in the page's
import dynamic from 'next/dynamic'

const DynamicHeader = dynamic(() => import('../components/header'), {
loading: () => 'Loading...',
loading: () => <p>Loading...</p>,
})

export default function Home() {
Expand Down
4 changes: 2 additions & 2 deletions errors/google-fonts-missing-subsets.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Missing specified subset for a `@next/font/google` font
# Missing specified subset for a `next/font/google` font

#### Why This Error Occurred

Expand All @@ -21,7 +21,7 @@ const inter = Inter({ subsets: ['latin'] })
module.exports = {
experimental: {
fontLoaders: [
{ loader: '@next/font/google', options: { subsets: ['latin'] } },
{ loader: 'next/font/google', options: { subsets: ['latin'] } },
],
},
}
Expand Down
2 changes: 1 addition & 1 deletion examples/app-dir-mdx/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Image from 'next/image'
import { Inter } from '@next/font/google'
import { Inter } from 'next/font/google'
import styles from './page.module.css'
import Content from './message.mdx'

Expand Down
1 change: 0 additions & 1 deletion examples/app-dir-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"start": "next start"
},
"dependencies": {
"@next/font": "latest",
"@next/mdx": "latest",
"@types/mdx": "2.0.3",
"@types/node": "18.11.18",
Expand Down
2 changes: 1 addition & 1 deletion examples/image-component/components/view-source.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const ViewSource = ({ pathname }: ViewSourceProps) => (
>
<a
title="View Source"
href={`https://github.com/vercel/next.js/tree/canary/examples/image-component/${pathname}`}
href={`https://github.com/vercel/next.js/blob/canary/examples/image-component/${pathname}`}
>
<path d="M0 0l115 115h15l12 27 108 108V0z" fill="#fff" />
<path
Expand Down
32 changes: 10 additions & 22 deletions examples/with-jest-babel/__tests__/__snapshots__/snapshot.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -86,28 +86,16 @@ exports[`renders homepage unchanged 1`] = `
<span
class="logo"
>
<span
style="box-sizing: border-box; display: inline-block; overflow: hidden; background: none; opacity: 1; border: 0px; margin: 0px; padding: 0px; position: relative; max-width: 100%;"
>
<span
style="box-sizing: border-box; display: block; background: none; opacity: 1; border: 0px; margin: 0px; padding: 0px; max-width: 100%;"
>
<img
alt=""
aria-hidden="true"
src="data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20version=%271.1%27%20width=%2772%27%20height=%2716%27/%3e"
style="display: block; max-width: 100%; background: none; opacity: 1; border: 0px; margin: 0px; padding: 0px;"
/>
</span>
<img
alt="Vercel Logo"
data-nimg="intrinsic"
decoding="async"
src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
style="position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; box-sizing: border-box; padding: 0px; margin: auto; display: block; width: 0px; height: 0px; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%;"
/>
<noscript />
</span>
<img
alt="Vercel Logo"
data-nimg="1"
decoding="async"
height="16"
loading="lazy"
src="/vercel.svg"
style="color: transparent;"
width="72"
/>
</span>
</a>
</footer>
Expand Down
32 changes: 10 additions & 22 deletions examples/with-jest/__tests__/__snapshots__/snapshot.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -86,28 +86,16 @@ exports[`renders homepage unchanged 1`] = `
<span
class="logo"
>
<span
style="box-sizing: border-box; display: inline-block; overflow: hidden; background: none; opacity: 1; border: 0px; margin: 0px; padding: 0px; position: relative; max-width: 100%;"
>
<span
style="box-sizing: border-box; display: block; background: none; opacity: 1; border: 0px; margin: 0px; padding: 0px; max-width: 100%;"
>
<img
alt=""
aria-hidden="true"
src="data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20version=%271.1%27%20width=%2772%27%20height=%2716%27/%3e"
style="display: block; max-width: 100%; background: none; opacity: 1; border: 0px; margin: 0px; padding: 0px;"
/>
</span>
<img
alt="Vercel Logo"
data-nimg="intrinsic"
decoding="async"
src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
style="position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; box-sizing: border-box; padding: 0px; margin: auto; display: block; width: 0px; height: 0px; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%;"
/>
<noscript />
</span>
<img
alt="Vercel Logo"
data-nimg="1"
decoding="async"
height="16"
loading="lazy"
src="/vercel.svg"
style="color: transparent;"
width="72"
/>
</span>
</a>
</footer>
Expand Down
1 change: 0 additions & 1 deletion examples/with-sfcc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"start": "next start"
},
"dependencies": {
"@next/font": "latest",
"commerce-sdk": "^2.8.0",
"next": "latest",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-sfcc/pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import '../styles/globals.css'
import Footer from '../components/Footer'
import Head from 'next/head'
import { Montserrat } from '@next/font/google'
import { Montserrat } from 'next/font/google'

const montserrat = Montserrat({
subsets: ['latin'],
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "13.2.4-canary.3"
"version": "13.2.5-canary.1"
}
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@
"pixrem": "5.0.0",
"playwright-chromium": "1.28.1",
"plop": "3.0.5",
"postcss": "8.4.14",
"postcss-nested": "4.2.1",
"postcss-pseudoelements": "5.0.0",
"postcss-short-size": "4.0.0",
Expand All @@ -190,11 +191,11 @@
"random-seed": "0.3.0",
"react": "18.2.0",
"react-17": "npm:[email protected]",
"react-builtin": "npm:[email protected]41110021f-20230301",
"react-builtin": "npm:[email protected]3706edb81-20230308",
"react-dom": "18.2.0",
"react-dom-17": "npm:[email protected]",
"react-dom-builtin": "npm:[email protected]41110021f-20230301",
"react-server-dom-webpack": "18.3.0-next-41110021f-20230301",
"react-dom-builtin": "npm:[email protected]3706edb81-20230308",
"react-server-dom-webpack": "18.3.0-next-3706edb81-20230308",
"react-ssr-prepass": "1.0.8",
"react-virtualized": "9.22.3",
"relay-compiler": "13.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-next-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-next-app",
"version": "13.2.4-canary.3",
"version": "13.2.5-canary.1",
"keywords": [
"react",
"next",
Expand Down
Loading