瀏覽代碼

nextjs 从16.2.6 升级到16.3.4

zgl 12 小時之前
父節點
當前提交
df4fdf95c7
共有 3 個文件被更改,包括 331 次插入289 次删除
  1. 4 4
      package.json
  2. 326 280
      pnpm-lock.yaml
  3. 1 5
      public/favicon.svg

+ 4 - 4
package.json

@@ -3,11 +3,11 @@
   "version": "0.1.0",
   "private": true,
   "scripts": {
-    "dev": "next dev -p 3001",
+    "dev": "next dev -p 3002",
     "build": "eslint . && next build",
     "start": "next start -p 3001",
     "lint": "eslint .",
-    "lint:fix": "next lint --fix",
+    "lint:fix": "eslint . --fix",
     "package-version": "npx npm-check-updates"
   },
   "dependencies": {
@@ -42,7 +42,7 @@
     "graphql": "^16.12.0",
     "libphonenumber-js": "^1.13.4",
     "lucide-react": "^0.563.0",
-    "next": "16.2.6",
+    "next": "16.3.4",
     "next-auth": "^4.24.13",
     "react": "19.2.5",
     "react-dom": "19.2.5",
@@ -59,7 +59,7 @@
     "@types/react-dom": "19.2.3",
     "cross-env": "^10.1.0",
     "eslint": "^9",
-    "eslint-config-next": "16.2.3",
+    "eslint-config-next": "16.3.4",
     "tailwindcss": "^4",
     "ts-node": "^10.9.2",
     "typescript": "^5"

File diff suppressed because it is too large
+ 326 - 280
pnpm-lock.yaml


File diff suppressed because it is too large
+ 1 - 5
public/favicon.svg