Skip to content

Commit

Permalink
Dependencies rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
Haaxor1689 committed Sep 17, 2024
1 parent aa27921 commit f1ac444
Show file tree
Hide file tree
Showing 5 changed files with 262 additions and 503 deletions.
8 changes: 4 additions & 4 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ await import('./src/env.js');

/** @type {import("next").NextConfig} */
const config = {
experimental: {
ppr: true,
reactCompiler: true
},
// experimental: {
// ppr: true,
// reactCompiler: true
// },
logging: {
fetches: {
fullUrl: true
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"lodash-es": "^4.17.21",
"lucide-react": "^0.441.0",
"nanoid": "^5.0.7",
"next": "15.0.0-rc.0",
"next": "14.2.11",
"next-auth": "5.0.0-beta.18",
"react": "19.0.0-rc-f994737d14-20240522",
"react-dom": "19.0.0-rc-f994737d14-20240522",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.53.0",
"react-hot-toast": "^2.4.1",
"react-textarea-autosize": "^8.5.3",
Expand Down
Loading

0 comments on commit f1ac444

Please sign in to comment.