diff --git a/example/nextjs/package.json b/example/nextjs/package.json index b427414ad..33bb37b44 100644 --- a/example/nextjs/package.json +++ b/example/nextjs/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@uiw/react-codemirror": "4.22.0", - "next": "14.0.3", + "next": "14.2.3", "react": "~18.2.0", "react-codemirror-merge": "4.22.0", "react-dom": "~18.2.0" @@ -21,7 +21,7 @@ "@types/react-dom": "^18", "autoprefixer": "^10.0.1", "eslint": "^8", - "eslint-config-next": "14.0.3", + "eslint-config-next": "14.2.3", "postcss": "^8", "tailwindcss": "^3.3.0", "typescript": "^5"