|
14 | 14 | "dependencies": { |
15 | 15 | "@algolia/autocomplete-core": "^1.19.4", |
16 | 16 | "@headlessui/react": "^2.2.9", |
17 | | - "@markdoc/markdoc": "^0.4.0", |
18 | | - "@markdoc/next.js": "^0.4.0", |
19 | | - "@sindresorhus/slugify": "^2.2.1", |
| 17 | + "@markdoc/markdoc": "^0.5.4", |
| 18 | + "@markdoc/next.js": "^0.5.0", |
| 19 | + "@sindresorhus/slugify": "^3.0.0", |
20 | 20 | "@tailwindcss/postcss": "^4.1.14", |
21 | 21 | "@tailwindcss/typography": "^0.5.19", |
22 | | - "@types/node": "^22.18.8", |
23 | | - "@types/react": "^18.3.25", |
24 | | - "@types/react-dom": "^18.3.7", |
25 | | - "@types/react-highlight-words": "^0.16.7", |
26 | 22 | "clsx": "^2.1.1", |
27 | 23 | "fast-glob": "^3.3.3", |
28 | 24 | "flexsearch": "^0.8.212", |
29 | 25 | "js-yaml": "^4.1.0", |
30 | 26 | "next": "^15.5.4", |
31 | | - "next-themes": "^0.2.1", |
| 27 | + "next-themes": "^0.4.6", |
32 | 28 | "prism-react-renderer": "^2.4.1", |
33 | | - "react": "^18.3.1", |
34 | | - "react-dom": "^18.3.1", |
35 | | - "react-highlight-words": "^0.20.0", |
| 29 | + "react": "^19.2.0", |
| 30 | + "react-dom": "^19.2.0", |
| 31 | + "react-highlight-words": "^0.21.0", |
36 | 32 | "simple-functional-loader": "^1.2.1", |
37 | 33 | "tailwindcss": "^4.1.14", |
38 | 34 | "typescript": "^5.9.3" |
39 | 35 | }, |
40 | 36 | "devDependencies": { |
| 37 | + "@types/node": "^24.6.2", |
| 38 | + "@types/react": "^19.2.0", |
| 39 | + "@types/react-dom": "^19.2.0", |
| 40 | + "@types/react-highlight-words": "^0.20.0", |
41 | 41 | "eslint": "^8.57.1", |
42 | 42 | "eslint-config-next": "^15.5.4", |
43 | 43 | "prettier": "^3.6.2", |
44 | 44 | "prettier-plugin-tailwindcss": "^0.6.14", |
45 | | - "sharp": "0.33.1" |
| 45 | + "sharp": "0.34.4" |
46 | 46 | }, |
47 | 47 | "packageManager": "pnpm@10.7.0" |
48 | 48 | } |
0 commit comments