[examples] Upgrade Next.js to version 13.2.0 (#9529)

This auto-generated PR updates Next.js to version 13.2.0

Co-authored-by: vercel-release-bot <infra+release@vercel.com>
This commit is contained in:
github-actions[bot]
2023-02-23 15:28:38 -05:00
committed by GitHub
parent 231714c71b
commit 247f49f765
3 changed files with 142 additions and 2355 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -9,10 +9,9 @@
"lint": "next lint"
},
"dependencies": {
"@next/font": "13.1.6",
"eslint": "8.32.0",
"eslint-config-next": "13.1.6",
"next": "13.1.6",
"eslint": "8.34.0",
"eslint-config-next": "13.2.0",
"next": "13.2.0",
"react": "18.2.0",
"react-dom": "18.2.0"
}

View File

@@ -1,6 +1,6 @@
import Head from 'next/head'
import Image from 'next/image'
import { Inter } from '@next/font/google'
import { Inter } from 'next/font/google'
import styles from '@/styles/Home.module.css'
const inter = Inter({ subsets: ['latin'] })