|
15 | 15 | "prepare": "husky" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | | - "@mantine/code-highlight": "9.0.1", |
19 | | - "@mantine/core": "9.0.1", |
20 | | - "@mantine/hooks": "9.0.1", |
21 | | - "@mantine/notifications": "9.0.1", |
| 18 | + "@mantine/code-highlight": "9.1.1", |
| 19 | + "@mantine/core": "9.1.1", |
| 20 | + "@mantine/hooks": "9.1.1", |
| 21 | + "@mantine/notifications": "9.1.1", |
22 | 22 | "@vercel/blob": "2.3.3", |
23 | 23 | "compose-spec-schema": "1.0.0", |
24 | 24 | "date-fns": "4.1.0", |
25 | 25 | "highlight.js": "11.11.1", |
26 | | - "nanoid": "5.1.7", |
27 | | - "next": "16.2.3", |
| 26 | + "nanoid": "5.1.11", |
| 27 | + "next": "16.2.6", |
28 | 28 | "nuqs": "2.8.9", |
29 | | - "react": "19.2.4", |
30 | | - "react-dom": "19.2.4", |
| 29 | + "react": "19.2.6", |
| 30 | + "react-dom": "19.2.6", |
31 | 31 | "react-icons": "5.6.0", |
32 | 32 | "sharp": "0.34.5", |
33 | | - "typescript": "6.0.2", |
34 | | - "yaml": "2.8.3", |
35 | | - "zod": "4.3.6" |
| 33 | + "typescript": "6.0.3", |
| 34 | + "yaml": "2.8.4", |
| 35 | + "zod": "4.4.3" |
36 | 36 | }, |
37 | 37 | "devDependencies": { |
38 | | - "@commitlint/cli": "20.5.0", |
39 | | - "@commitlint/config-conventional": "20.5.0", |
40 | | - "@types/node": "25.5.2", |
| 38 | + "@commitlint/cli": "21.0.0", |
| 39 | + "@commitlint/config-conventional": "21.0.0", |
| 40 | + "@types/node": "25.6.2", |
41 | 41 | "@types/react": "19.2.14", |
42 | 42 | "@types/react-dom": "19.2.3", |
43 | | - "autoprefixer": "10.4.27", |
44 | | - "eslint": "10.2.0", |
45 | | - "eslint-config-next": "16.2.2", |
| 43 | + "autoprefixer": "10.5.0", |
| 44 | + "eslint": "10.3.0", |
| 45 | + "eslint-config-next": "16.2.6", |
46 | 46 | "husky": "9.1.7", |
47 | | - "postcss": "8.5.9", |
| 47 | + "postcss": "8.5.14", |
48 | 48 | "postcss-preset-mantine": "1.18.0", |
49 | 49 | "postcss-simple-vars": "7.0.1", |
50 | 50 | "standard-version": "9.5.0" |
51 | 51 | }, |
52 | | - "packageManager": "pnpm@10.32.1", |
53 | | - "pnpm": { |
54 | | - "overrides": { |
55 | | - "flatted": "3.4.2", |
56 | | - "lodash@>=4.0.0 <=4.17.23": ">=4.18.0", |
57 | | - "lodash@<=4.17.23": ">=4.18.0" |
58 | | - } |
59 | | - } |
| 52 | + "packageManager": "pnpm@10.33.4" |
60 | 53 | } |
0 commit comments