Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Nov 10, 2023
1 parent 57a7af1 commit 7ab5a89
Show file tree
Hide file tree
Showing 6 changed files with 149 additions and 82 deletions.
4 changes: 2 additions & 2 deletions examples/next.js-with-progressive-rendering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"eslint": "^8.42.0",
"eslint-config-next": "^14.0.1",
"next": "^14.0.1",
"eslint-config-next": "^14.0.2",
"next": "^14.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.1.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/next.js-with-runtime-rendering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"eslint": "^8.42.0",
"eslint-config-next": "^14.0.1",
"next": "^14.0.1",
"eslint-config-next": "^14.0.2",
"next": "^14.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.1.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/next.js-with-static-extraction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"eslint": "^8.42.0",
"eslint-config-next": "^14.0.1",
"next": "^14.0.1",
"eslint-config-next": "^14.0.2",
"next": "^14.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.1.3"
Expand Down
Loading

0 comments on commit 7ab5a89

Please sign in to comment.