|
28 | 28 | "postinstall": "npx prisma generate" |
29 | 29 | }, |
30 | 30 | "dependencies": { |
31 | | - "@codesandbox/sandpack-react": "^2.18.0", |
| 31 | + "@codesandbox/sandpack-react": "^2.18.2", |
32 | 32 | "@giscus/react": "^3.0.0", |
33 | | - "@prisma/client": "^5.17.0", |
| 33 | + "@prisma/client": "^5.18.0", |
34 | 34 | "@radix-ui/react-dropdown-menu": "^2.1.1", |
35 | 35 | "@radix-ui/react-toggle": "^1.1.0", |
36 | 36 | "@vercel/analytics": "^1.3.1", |
37 | 37 | "class-variance-authority": "^0.7.0", |
38 | 38 | "clsx": "^2.1.1", |
39 | 39 | "contentlayer": "^0.3.4", |
40 | 40 | "date-fns": "^3.6.0", |
41 | | - "framer-motion": "^11.3.4", |
| 41 | + "framer-motion": "^11.3.24", |
42 | 42 | "giscus": "^1.5.0", |
43 | 43 | "github-slugger": "^2.0.0", |
44 | | - "lucide-react": "^0.408.0", |
| 44 | + "lucide-react": "^0.427.0", |
45 | 45 | "next": "14.2.5", |
46 | 46 | "next-contentlayer": "^0.3.4", |
47 | 47 | "next-themes": "^0.3.0", |
|
56 | 56 | "rehype-slug": "^6.0.0", |
57 | 57 | "remark-gfm": "3.0.1", |
58 | 58 | "sharp": "^0.33.4", |
59 | | - "shiki": "^1.10.3", |
| 59 | + "shiki": "^1.12.1", |
60 | 60 | "swr": "^2.2.5", |
61 | | - "tailwind-merge": "^2.4.0" |
| 61 | + "tailwind-merge": "^2.5.2" |
62 | 62 | }, |
63 | 63 | "devDependencies": { |
64 | | - "@commitlint/cli": "^19.3.0", |
| 64 | + "@commitlint/cli": "^19.4.0", |
65 | 65 | "@commitlint/config-conventional": "^19.2.2", |
66 | 66 | "@ianvs/prettier-plugin-sort-imports": "^4.3.1", |
67 | 67 | "@next/bundle-analyzer": "^14.2.5", |
68 | 68 | "@types/glob": "^8.1.0", |
69 | 69 | "@types/mdx": "^2.0.13", |
70 | | - "@types/node": "^20.14.10", |
| 70 | + "@types/node": "^22.2.0", |
71 | 71 | "@types/react": "^18.3.3", |
72 | 72 | "@types/react-dom": "^18.3.0", |
73 | | - "@typescript-eslint/eslint-plugin": "^7.16.1", |
74 | | - "@typescript-eslint/parser": "^7.16.1", |
75 | | - "autoprefixer": "^10.4.19", |
| 73 | + "@typescript-eslint/eslint-plugin": "^8.1.0", |
| 74 | + "@typescript-eslint/parser": "^8.1.0", |
| 75 | + "autoprefixer": "^10.4.20", |
76 | 76 | "concurrently": "^8.2.2", |
77 | 77 | "esbuild": "^0.23.0", |
78 | | - "esbuild-register": "^3.5.0", |
| 78 | + "esbuild-register": "^3.6.0", |
79 | 79 | "eslint": "^8.57.0", |
80 | 80 | "eslint-config-next": "^14.2.5", |
81 | 81 | "eslint-config-prettier": "^9.1.0", |
82 | 82 | "eslint-plugin-json-format": "2.0.1", |
83 | | - "eslint-plugin-react": "^7.34.4", |
| 83 | + "eslint-plugin-react": "^7.35.0", |
84 | 84 | "eslint-plugin-tailwindcss": "^3.17.4", |
85 | | - "lint-staged": "^15.2.7", |
86 | | - "postcss": "^8.4.39", |
| 85 | + "lint-staged": "^15.2.9", |
| 86 | + "postcss": "^8.4.41", |
87 | 87 | "prettier": "^3.3.3", |
88 | 88 | "pretty-quick": "^4.0.0", |
89 | | - "prisma": "^5.17.0", |
| 89 | + "prisma": "^5.18.0", |
90 | 90 | "seonest-post-gen": "^0.3.1", |
91 | 91 | "simple-git-hooks": "^2.11.1", |
92 | | - "tailwindcss": "^3.4.5", |
| 92 | + "tailwindcss": "^3.4.9", |
93 | 93 | "tailwindcss-animate": "^1.0.7", |
94 | 94 | "tailwindcss-radix": "^3.0.3", |
95 | | - "typescript": "^5.5.3" |
| 95 | + "typescript": "^5.5.4" |
96 | 96 | }, |
97 | 97 | "prisma": { |
98 | 98 | "seed": "node -r esbuild-register prisma/seed.ts" |
|
0 commit comments