Skip to content

Commit

Permalink
Downgrade Next.js for Stackblitz
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed Jul 4, 2024
1 parent bc72fec commit f4e5ceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@evolu/react": "latest",
"next": "^14.0.4",
"next": "~14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand All @@ -20,7 +20,7 @@
"@types/react-dom": "~18.2.25",
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
"eslint-config-next": "^14.0.4",
"eslint-config-next": "~14.1.0",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.2"
Expand Down

0 comments on commit f4e5ceb

Please sign in to comment.