Skip to content

Commit

Permalink
Upgrade Next
Browse files Browse the repository at this point in the history
  • Loading branch information
iasandcb committed Oct 23, 2024
1 parent 0d2788f commit 327630b
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 68 deletions.
126 changes: 63 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"dev": "next dev --turbopack --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@vercel/functions": "^1.4.2",
"axios": "^1.7.7",
"next": "15.0.0",
"react": "19.0.0-rc-65a56d0e-20241020",
"react-dom": "19.0.0-rc-65a56d0e-20241020"
"next": "15.0.1",
"react": "19.0.0-rc-69d4b800-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "15.0.0"
"eslint-config-next": "15.0.1"
}
}

0 comments on commit 327630b

Please sign in to comment.