mirror of
https://github.com/vercel/next-learn.git
synced 2026-07-02 00:54:19 +00:00
Upgrade Next.js + Papercuts (#441)
* Remove 'use client' as users will add it in the course * Use consistent variable names as per React docs * Remove alt tag - This will error in the demo, to show them how `npm run lint` works * Fix capitalization * Upgrade next
This commit is contained in:
committed by
GitHub
parent
c8398b19f3
commit
0a2b32dfc0
@@ -15,7 +15,7 @@
|
||||
"autoprefixer": "10.4.15",
|
||||
"bcrypt": "^5.1.1",
|
||||
"clsx": "^2.0.0",
|
||||
"next": "^14.0.0",
|
||||
"next": "^14.0.2",
|
||||
"next-auth": "^5.0.0-beta.3",
|
||||
"postcss": "8.4.31",
|
||||
"react": "18.2.0",
|
||||
|
||||
Reference in New Issue
Block a user