diff options
| -rwxr-xr-x | bun.lockb | bin | 291928 -> 218754 bytes | |||
| -rw-r--r-- | next.config.mjs | 4 | ||||
| -rw-r--r-- | package.json | 5 |
3 files changed, 2 insertions, 7 deletions
| Binary files differ diff --git a/next.config.mjs b/next.config.mjs index 3633cad..216839b 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -51,9 +51,7 @@ const nextConfig = { fullUrl: true,
},
},
- experimental: {
- reactCompiler: true,
- },
+
// experimental: {
// serverActions: {
// allowedOrigins: ["localhost:3000"],
diff --git a/package.json b/package.json index 1002bff..af0d97c 100644 --- a/package.json +++ b/package.json @@ -18,10 +18,8 @@ "child_process": "^1.0.2", "framer-motion": "^11.2.6", "media-icons": "^1.1.2", - "next": "^15.0.0-rc.0", + "next": "^14.2.3", "next-themes": "^0.3.0", - "react": "^19.0.0-rc-6f23540c7d-20240528", - "react-dom": "^19.0.0-rc-6f23540c7d-20240528", "react-icons": "^5.0.1", "react-player": "^2.15.1", "react-router-dom": "^6.22.3" @@ -31,7 +29,6 @@ "@types/react": "18.2.66", "autoprefixer": "^10.4.19", "eslint": "^8", - "eslint-config-next": "^14.1.4", "postcss": "^8.4.38", "tailwindcss": "^3.4.3" } |