|
4 | 4 | "private": true, |
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
7 | | - "build": "renoun next build && pnpm generate-pagefind", |
| 7 | + "build": "next typegen && renoun next build && pnpm generate-pagefind", |
8 | 8 | "clean": "git clean -xdf .cache .turbo dist node_modules .next", |
9 | 9 | "clean:cache": "git clean -xdf .cache", |
10 | | - "dev": "renoun next dev", |
| 10 | + "dev": "next typegen && renoun next dev", |
11 | 11 | "format": "prettier --check . --ignore-path ../../.gitignore --ignore-path ../../.prettierignore", |
12 | 12 | "generate-pagefind": "pagefind --site out --output-path out/pagefind", |
13 | 13 | "lint": "eslint .", |
14 | 14 | "lint:links": "node --import ./src/register.js --import tsx/esm src/link-check.ts", |
15 | 15 | "matchtest": "tsx src/match.ts", |
16 | 16 | "preview": "tsx src/localserver.ts", |
17 | | - "typecheck": "tsc --noEmit" |
| 17 | + "typecheck": "tsc --noEmit", |
| 18 | + "typegen": "next typegen" |
18 | 19 | }, |
19 | 20 | "prettier": "@vorsteh-queue/prettier-config", |
20 | 21 | "dependencies": { |
21 | | - "@icons-pack/react-simple-icons": "13.7.0", |
| 22 | + "@icons-pack/react-simple-icons": "13.8.0", |
22 | 23 | "@mdx-js/loader": "3.1.1", |
23 | 24 | "@mdx-js/node-loader": "3.1.1", |
24 | 25 | "@mdx-js/react": "3.1.1", |
25 | | - "@next/mdx": "15.5.4", |
| 26 | + "@next/mdx": "16.0.0", |
26 | 27 | "@radix-ui/react-collapsible": "^1.1.12", |
27 | 28 | "@radix-ui/react-compose-refs": "1.1.2", |
28 | 29 | "@radix-ui/react-dialog": "^1.1.15", |
|
37 | 38 | "class-variance-authority": "0.7.1", |
38 | 39 | "clsx": "2.1.1", |
39 | 40 | "date-fns": "^4.1.0", |
40 | | - "globby": "14.1.0", |
| 41 | + "globby": "15.0.0", |
41 | 42 | "interweave": "13.1.1", |
42 | | - "lucide-react": "0.544.0", |
| 43 | + "lucide-react": "0.548.0", |
43 | 44 | "multimatch": "7.0.0", |
44 | | - "next": "15.5.4", |
| 45 | + "next": "16.0.0", |
45 | 46 | "next-themes": "latest", |
46 | 47 | "p-map": "7.0.3", |
47 | | - "react": "19.1.1", |
48 | | - "react-dom": "19.1.1", |
| 48 | + "react": "19.2.0", |
| 49 | + "react-dom": "19.2.0", |
49 | 50 | "read-pkg": "^9.0.1", |
50 | 51 | "rehype-mdx-import-media": "1.2.0", |
51 | 52 | "remark-frontmatter": "5.0.0", |
52 | 53 | "remark-gfm": "4.0.1", |
53 | 54 | "remark-mdx-frontmatter": "5.2.0", |
54 | 55 | "remark-squeeze-paragraphs": "6.0.0", |
55 | 56 | "remark-strip-badges": "7.0.0", |
56 | | - "renoun": "10.1.2", |
57 | | - "tm-grammars": "1.24.13", |
58 | | - "tm-themes": "1.10.9", |
59 | | - "ts-morph": "27.0.0", |
| 57 | + "renoun": "10.7.0", |
| 58 | + "tm-grammars": "1.25.1", |
| 59 | + "tm-themes": "1.10.12", |
| 60 | + "ts-morph": "27.0.2", |
60 | 61 | "tw-animate-css": "^1.4.0", |
61 | 62 | "use-debounce": "10.0.6", |
62 | | - "zod": "4.1.11" |
| 63 | + "zod": "4.1.12" |
63 | 64 | }, |
64 | 65 | "devDependencies": { |
65 | | - "@tailwindcss/postcss": "4.1.13", |
| 66 | + "@tailwindcss/postcss": "4.1.16", |
66 | 67 | "@tailwindcss/typography": "0.5.19", |
67 | 68 | "@types/mdx": "2.0.13", |
68 | | - "@types/node": "22.18.6", |
69 | | - "@types/react": "19.1.13", |
70 | | - "@types/react-dom": "19.1.9", |
| 69 | + "@types/node": "22.18.12", |
| 70 | + "@types/react": "19.2.2", |
| 71 | + "@types/react-dom": "19.2.2", |
71 | 72 | "@types/serve-handler": "6.1.4", |
72 | 73 | "@vorsteh-queue/adapter-drizzle": "workspace:*", |
73 | 74 | "@vorsteh-queue/adapter-kysely": "workspace:*", |
|
76 | 77 | "@vorsteh-queue/eslint-config": "workspace:*", |
77 | 78 | "@vorsteh-queue/prettier-config": "workspace:*", |
78 | 79 | "@vorsteh-queue/tsconfig": "workspace:*", |
79 | | - "eslint": "^9.36.0", |
| 80 | + "eslint": "^9.38.0", |
80 | 81 | "next-validate-link": "1.6.3", |
81 | 82 | "pagefind": "1.4.0", |
82 | 83 | "postcss": "8.5.6", |
83 | 84 | "prettier": "^3.6.2", |
84 | 85 | "serve-handler": "6.1.6", |
85 | 86 | "tailwind-merge": "3.3.1", |
86 | | - "tailwindcss": "4.1.13", |
| 87 | + "tailwindcss": "4.1.16", |
87 | 88 | "tailwindcss-animate": "1.0.7", |
88 | | - "tsx": "4.20.5", |
89 | | - "typescript": "^5.9.2" |
| 89 | + "tsx": "4.20.6", |
| 90 | + "typescript": "^5.9.3" |
90 | 91 | } |
91 | 92 | } |
0 commit comments