[examples] Bump Next.js to 12.1.0 (#7458)

This commit is contained in:
Steven
2022-02-18 18:53:26 -05:00
committed by GitHub
parent 5c21d400bd
commit 350a0e5f36
5 changed files with 1641 additions and 6481 deletions

View File

@@ -23,6 +23,7 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# local env files
.env.local

View File

@@ -1,3 +1,6 @@
module.exports = {
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig

File diff suppressed because it is too large Load Diff

View File

@@ -7,12 +7,12 @@
"lint": "next lint"
},
"dependencies": {
"next": "^12.0.8",
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"eslint": "8.7.0",
"eslint-config-next": "^12.0.8"
"eslint": "8.9.0",
"eslint-config-next": "12.1.0"
}
}

1633
examples/nextjs/yarn.lock Normal file

File diff suppressed because it is too large Load Diff