Update deps on SEO and Pages Router courses (#987)

This commit is contained in:
Lee Robinson
2025-01-23 08:16:22 -06:00
committed by GitHub
parent fc6c41c8d1
commit fc3a4e3faa
22 changed files with 200 additions and 142 deletions

View File

@@ -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"