|
20 | 20 | "license": "MIT", |
21 | 21 | "prettier": "./config/prettier.config.js", |
22 | 22 | "dependencies": { |
23 | | - "@astrojs/check": "^0.9.7", |
24 | | - "@astrojs/starlight": "^0.38.1", |
| 23 | + "@astrojs/check": "^0.9.8", |
| 24 | + "@astrojs/starlight": "^0.38.2", |
25 | 25 | "@octokit/rest": "^22.0.1", |
26 | 26 | "@pagefind/default-ui": "^1.4.0", |
27 | | - "@tailwindcss/vite": "^4.2.1", |
28 | | - "astro": "^6.0.3", |
| 27 | + "@tailwindcss/vite": "^4.2.2", |
| 28 | + "astro": "^6.0.8", |
29 | 29 | "hast-util-is-element": "^3.0.0", |
30 | 30 | "sharp": "^0.34.5", |
31 | | - "tailwindcss": "^4.2.1", |
| 31 | + "tailwindcss": "^4.2.2", |
32 | 32 | "typescript": "^5.9.3", |
33 | 33 | "unist-util-visit": "^5.1.0", |
34 | 34 | "vite": "7.3.1" |
|
38 | 38 | "@eslint/markdown": "^7.5.1", |
39 | 39 | "@types/hast": "^3.0.4", |
40 | 40 | "@typescript-eslint/parser": "^8.57.0", |
41 | | - "eslint": "^10.0.3", |
| 41 | + "eslint": "^10.1.0", |
42 | 42 | "eslint-config-prettier": "^10.1.8", |
43 | 43 | "eslint-import-resolver-typescript": "^4.4.4", |
44 | 44 | "eslint-mdx": "^3.7.0", |
|
62 | 62 | "h3": ">=2.0.1-rc.17", |
63 | 63 | "flatted": ">=3.4.2", |
64 | 64 | "lodash": ">=4.17.23", |
65 | | - "undici-types": ">=7.0.0" |
| 65 | + "picomatch@2": ">=2.3.2", |
| 66 | + "picomatch@4": ">=4.0.4", |
| 67 | + "smol-toml": ">=1.6.1", |
| 68 | + "undici-types": ">=7.0.0", |
| 69 | + "yaml": ">=2.8.3" |
66 | 70 | }, |
67 | 71 | "pnpm": { |
68 | 72 | "onlyBuiltDependencies": [ |
69 | 73 | "@tailwindcss/oxide", |
70 | 74 | "esbuild", |
71 | 75 | "sharp", |
72 | 76 | "unrs-resolver" |
73 | | - ] |
| 77 | + ], |
| 78 | + "overrides": { |
| 79 | + "picomatch@2": ">=2.3.2", |
| 80 | + "picomatch@4": ">=4.0.4" |
| 81 | + } |
74 | 82 | } |
75 | 83 | } |
0 commit comments