|
14 | 14 | "start": "next start" |
15 | 15 | }, |
16 | 16 | "dependencies": { |
17 | | - "@radix-ui/themes": "^2.0.1", |
| 17 | + "@radix-ui/themes": "^2.0.3", |
18 | 18 | "@vercel/analytics": "^1.1.1", |
19 | 19 | "cheerio": "1.0.0-rc.12", |
20 | 20 | "contentlayer": "^0.3.4", |
21 | | - "date-fns": "^2.30.0", |
| 21 | + "date-fns": "^3.0.6", |
22 | 22 | "eslint-plugin-jsx-a11y": "^6.8.0", |
23 | 23 | "html-to-image": "^1.11.11", |
24 | | - "lucide-react": "^0.292.0", |
25 | | - "next": "^14.0.3", |
| 24 | + "lucide-react": "^0.303.0", |
| 25 | + "next": "^14.0.4", |
26 | 26 | "next-contentlayer": "^0.3.4", |
27 | 27 | "react": "18.2.0", |
28 | 28 | "react-dom": "18.2.0", |
29 | 29 | "react-use-event-hook": "^0.9.6", |
30 | | - "valibot": "^0.21.0" |
| 30 | + "valibot": "^0.25.0" |
31 | 31 | }, |
32 | 32 | "devDependencies": { |
33 | 33 | "@codennnn/tsconfig": "^1.2.1", |
34 | 34 | "@tailwindcss/container-queries": "^0.1.1", |
35 | 35 | "@tailwindcss/typography": "^0.5.10", |
36 | | - "@types/react": "18.2.37", |
37 | | - "@types/react-dom": "^18.2.15", |
| 36 | + "@types/react": "18.2.46", |
| 37 | + "@types/react-dom": "^18.2.18", |
38 | 38 | "autoprefixer": "^10.4.16", |
39 | | - "postcss": "^8.4.31", |
40 | | - "prefer-code-style": "1.5.8", |
| 39 | + "npm-run-all": "^4.1.5", |
| 40 | + "postcss": "^8.4.32", |
| 41 | + "prefer-code-style": "1.5.11", |
41 | 42 | "stylelint": "^15.11.0", |
42 | | - "tailwindcss": "^3.3.5", |
| 43 | + "tailwindcss": "^3.4.0", |
43 | 44 | "typescript": "5.2.2" |
44 | 45 | }, |
45 | 46 | "engines": { |
|
0 commit comments