diff --git a/package.json b/package.json index a2a24af..5d6f0a7 100644 --- a/package.json +++ b/package.json @@ -7,15 +7,14 @@ "build": "next build", "start": "next start", "lint": "next lint", - "type-check": "tsc --noEmit", - "preinstall": "rm -f package-lock.json" + "type-check": "tsc --noEmit" }, "dependencies": { "@hookform/resolvers": "^4.1.0", "@mapbox/rehype-prism": "^0.9.0", "@mdx-js/loader": "^3.1.1", "@mdx-js/react": "^3.1.1", - "@next/mdx": "^15.1.7", + "@next/mdx": "^15.2.0", "@radix-ui/react-checkbox": "^1.1.2", "@radix-ui/react-label": "^2.1.0", "@radix-ui/react-radio-group": "^1.2.2", @@ -35,7 +34,7 @@ "framer-motion": "^12.4.3", "geist": "^1.3.1", "lucide-react": "^0.475.0", - "next": "15.1.9", + "next": "^15.2.0", "next-themes": "^0.4.4", "prismjs": "^1.30.0", "react": "^19.0.0",