ship-create 1.3.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ship-create",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Scaffold a new project the SHIP Method way — Structure, Human Flow, Instruction, Publish. No git clone, no API key, just one command.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -22,7 +22,7 @@
22
22
  "clsx": "^2.1.1",
23
23
  "drizzle-orm": "^0.36.0",
24
24
  "lucide-react": "^0.439.0",
25
- "next": "^16.2.9",
25
+ "next": "^15.3.0",
26
26
  "next-auth": "5.0.0-beta.25",
27
27
  "postgres": "^3.4.5",
28
28
  "react": "18.3.1",
@@ -36,7 +36,7 @@
36
36
  "autoprefixer": "^10.4.20",
37
37
  "drizzle-kit": "^0.28.1",
38
38
  "eslint": "^8.57.0",
39
- "eslint-config-next": "14.2.5",
39
+ "eslint-config-next": "^15.3.0",
40
40
  "postcss": "^8.4.41",
41
41
  "tailwindcss": "^3.4.10",
42
42
  "typescript": "^5.5.4",