Skip to content

Commit

Permalink
feat: upgrade next to stable app router (#708)
Browse files Browse the repository at this point in the history
Co-authored-by: João Pedro Schmitz <[email protected]>
  • Loading branch information
SMCodesP and jpedroschmitz authored May 29, 2023
1 parent c929864 commit abc857e
Show file tree
Hide file tree
Showing 16 changed files with 265 additions and 363 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

## Features

- ⚡️ Next.js 13
- ⚡️ Next.js 13 (App Router)
- ⚛️ React 18
- ⛑ TypeScript
- 📏 ESLint — To find and fix problems in your code
Expand Down Expand Up @@ -78,9 +78,7 @@ Open `http://localhost:3000` with your browser to see the result.

List of websites that started off with Next.js TypeScript Starter:

- [dowhile.io](https://dowhile.io)
- [hygraph.com](https://hygraph.com)
- [nextlevelweek.com](https://nextlevelweek.com)
- [rocketseat.com.br](https://www.rocketseat.com.br)
- [unfork.vercel.app](https://unfork.vercel.app)
- [cryptools.dev](https://cryptools.dev)
Expand All @@ -90,8 +88,8 @@ List of websites that started off with Next.js TypeScript Starter:

### Requirements

- Node.js >= 12.22.0
- pnpm 7
- Node.js >= 16
- pnpm 8

### Directory Structure

Expand Down
1 change: 0 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
};

module.exports = nextConfig;
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
]
},
"dependencies": {
"next": "13.4.1",
"next": "13.4.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand All @@ -36,10 +36,10 @@
"@types/node": "18.16.5",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"@typescript-eslint/eslint-plugin": "5.59.2",
"@typescript-eslint/parser": "5.59.2",
"@typescript-eslint/eslint-plugin": "5.59.6",
"@typescript-eslint/parser": "5.59.6",
"eslint": "8.40.0",
"eslint-config-next": "13.4.1",
"eslint-config-next": "13.4.4",
"eslint-config-prettier": "8.8.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.27.5",
Expand Down
Loading

1 comment on commit abc857e

@vercel
Copy link

@vercel vercel bot commented on abc857e May 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.