From a9e4eb3f79e51d3e4caffe4c6937932178b13928 Mon Sep 17 00:00:00 2001 From: 1aron Date: Wed, 17 Jan 2024 09:34:16 +0800 Subject: [PATCH] Update next.js and eslint-config-next versions --- examples/next.js-with-progressive-rendering/package.json | 4 ++-- examples/next.js-with-runtime-rendering/package.json | 4 ++-- examples/next.js-with-static-extraction/package.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/next.js-with-progressive-rendering/package.json b/examples/next.js-with-progressive-rendering/package.json index 6ec2d5919..89e678d84 100644 --- a/examples/next.js-with-progressive-rendering/package.json +++ b/examples/next.js-with-progressive-rendering/package.json @@ -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" diff --git a/examples/next.js-with-runtime-rendering/package.json b/examples/next.js-with-runtime-rendering/package.json index 1aeead9d5..2455731a2 100644 --- a/examples/next.js-with-runtime-rendering/package.json +++ b/examples/next.js-with-runtime-rendering/package.json @@ -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" diff --git a/examples/next.js-with-static-extraction/package.json b/examples/next.js-with-static-extraction/package.json index fd750d2af..3fbb0a71e 100644 --- a/examples/next.js-with-static-extraction/package.json +++ b/examples/next.js-with-static-extraction/package.json @@ -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"