Skip to content

Commit

Permalink
Update next.js and eslint-config-next versions
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Jan 17, 2024
1 parent fee8561 commit a9e4eb3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.2",
"next": "^14.0.2",
"eslint-config-next": "^14.0.4",
"next": "^14.0.4",
"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.2",
"next": "^14.0.2",
"eslint-config-next": "^14.0.4",
"next": "^14.0.4",
"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.2",
"next": "^14.0.2",
"eslint-config-next": "^14.0.4",
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.1.3"
Expand Down

0 comments on commit a9e4eb3

Please sign in to comment.