upgrade to next 15

This commit is contained in:
2024-11-22 10:44:40 -05:00
parent 8f987be75e
commit 70f86283a7
3 changed files with 150 additions and 169 deletions
+4 -4
View File
@@ -12,7 +12,7 @@
"type": "module",
"sideEffects": false,
"scripts": {
"dev": "next dev -H 0.0.0.0",
"dev": "next dev --turbopack -H 0.0.0.0",
"build": "next build",
"start": "next start",
"lint": "next lint",
@@ -21,7 +21,7 @@
},
"dependencies": {
"@giscus/react": "^3.0.0",
"@libsql/client": "^0.14.0",
"@libsql/client": "^0.8.1",
"@novnc/novnc": "1.4.0",
"@octokit/graphql": "^8.1.1",
"@octokit/graphql-schema": "^15.25.0",
@@ -37,7 +37,7 @@
"feed": "^4.2.2",
"formik": "^2.4.6",
"gray-matter": "^4.0.3",
"next": "14.2.18",
"next": "15.0.3",
"next-mdx-remote": "^5.0.0",
"next-seo": "^6.6.0",
"nodemailer": "^6.9.16",
@@ -90,7 +90,7 @@
"@typescript-eslint/parser": "^8.15.0",
"cross-env": "^7.0.3",
"eslint": "~8.57.1",
"eslint-config-next": "14.2.18",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "~9.1.0",
"eslint-plugin-mdx": "~3.1.5",
"eslint-plugin-prettier": "~5.2.1",