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

Update Next.js to v13 #1261

Merged
merged 12 commits into from
Nov 1, 2022
4 changes: 0 additions & 4 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ import { withSentryConfig } from '@sentry/nextjs'
**/
const config = {
reactStrictMode: true,
experimental: {
browsersListForSwc: true,
legacyBrowsers: false,
},
eslint: {
// Disable ESLint during builds since there is a lint job in CI.
ignoreDuringBuilds: true,
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"@emotion/styled": "11.10.5",
"@octokit/auth-callback": "3.0.0",
"@octokit/rest": "19.0.5",
"@sentry/nextjs": "7.17.2",
"@sentry/nextjs": "7.17.3",
"@tanstack/react-query": "4.13.4",
"@tanstack/react-query-devtools": "4.13.4",
"@vercel/analytics": "0.1.3",
"downshift": "7.0.1",
"framer-motion": "7.6.2",
"lodash-es": "4.17.21",
"next": "12.3.1",
"next-seo": "5.11.1",
"next": "13.0.1",
"next-seo": "5.13.0",
"nookies": "2.5.2",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down Expand Up @@ -80,7 +80,7 @@
"@typescript-eslint/parser": "5.41.0",
"cypress": "10.11.0",
"eslint": "8.26.0",
"eslint-config-next": "12.3.1",
"eslint-config-next": "13.0.1",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-jest": "27.1.3",
Expand Down