mirror of
https://github.com/vercel/next-learn.git
synced 2026-07-02 08:58:39 +00:00
Update deps on SEO and Pages Router courses (#987)
This commit is contained in:
@@ -2,17 +2,17 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "next build",
|
||||
"dev": "next dev",
|
||||
"dev": "next dev --turbopack",
|
||||
"start": "next start"
|
||||
},
|
||||
"dependencies": {
|
||||
"fuse.js": "^6.6.2",
|
||||
"lodash": "^4.17.21",
|
||||
"next": "latest",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-modal": "^3.16.1",
|
||||
"react-syntax-highlighter": "^15.5.0"
|
||||
"next": "^15.1.6",
|
||||
"react": "latest",
|
||||
"react-dom": "latest",
|
||||
"react-modal": "^3.16.3",
|
||||
"react-syntax-highlighter": "^15.6.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
|
||||
Reference in New Issue
Block a user