Skip to content

Commit

Permalink
Merge pull request #67 from expatfile/development
Browse files Browse the repository at this point in the history
🏗️ Release stable version
  • Loading branch information
HofmannZ authored Aug 9, 2023
2 parents abe9185 + 6aeaaea commit 874bfed
Show file tree
Hide file tree
Showing 16 changed files with 2,049 additions and 1,956 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ module.exports = {
'eol-last': ['error', 'always'],
'no-plusplus': ['error', { allowForLoopAfterthoughts: true }],
'import/extensions': ['off'],
'import/order': ['off'],
'import/prefer-default-export': ['off'],
'simple-import-sort/imports': 'warn',
'simple-import-sort/exports': 'warn',
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ same build.
Our approach is compatible with
[static site generation][static-generation-link] and supports middleware.

> 🏗️ We are actively working on supporting the new App directory and Server
> Components released in Next.js 13.
### Getting started 🚀

1. Add the following lines to your `next.config.js`:
Expand Down
2 changes: 2 additions & 0 deletions examples/with-app-router/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Getting Started

> NOTE: This example is a work in progress and is not yet functional.
First, run the development server:

```bash
Expand Down
14 changes: 7 additions & 7 deletions examples/with-app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"lint": "next lint"
},
"dependencies": {
"@types/node": "20.1.4",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"eslint": "8.40.0",
"eslint-config-next": "13.4.2",
"next": "13.4.2",
"@types/node": "20.4.9",
"@types/react": "18.2.19",
"@types/react-dom": "18.2.7",
"eslint": "8.46.0",
"eslint-config-next": "13.4.13",
"next": "13.4.13",
"next-runtime-env": "link:../..",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.0.4"
"typescript": "5.1.6"
}
}
Loading

0 comments on commit 874bfed

Please sign in to comment.