|
11 | 11 | "lint": "prettier --check '**/*.{js,mjs,ts,tsx,json,md,mdx,astro}' && eslint --max-warnings=0 ." |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | | - "@astrojs/mdx": "^4.3.13", |
15 | | - "@astrojs/node": "^9.5.2", |
16 | | - "@astrojs/starlight": "^0.37.4", |
17 | | - "@interledger/docs-design-system": "^0.11.0", |
| 14 | + "@astrojs/mdx": "^5.0.3", |
| 15 | + "@astrojs/node": "^10.0.5", |
| 16 | + "@astrojs/starlight": "^0.38.3", |
| 17 | + "@interledger/docs-design-system": "^0.12.0", |
18 | 18 | "@types/showdown": "^2.0.6", |
19 | | - "astro": "^5.17.1", |
| 19 | + "astro": "^6.1.8", |
20 | 20 | "html-to-text": "^9.0.5", |
21 | | - "markdown-it": "^14.1.0", |
22 | | - "node-html-parser": "^7.0.2", |
| 21 | + "markdown-it": "^14.1.1", |
| 22 | + "node-html-parser": "^7.1.0", |
23 | 23 | "sharp": "^0.34.5", |
24 | 24 | "showdown": "^2.1.0", |
25 | 25 | "starlight-fullview-mode": "^0.2.6", |
26 | | - "starlight-links-validator": "^0.19.1" |
| 26 | + "starlight-links-validator": "^0.23.0" |
27 | 27 | }, |
28 | 28 | "devDependencies": { |
29 | | - "@eslint/js": "^9.39.2", |
30 | | - "@typescript-eslint/parser": "^8.54.0", |
31 | | - "astro-eslint-parser": "^1.2.2", |
32 | | - "eslint": "^9.39.2", |
| 29 | + "@eslint/js": "^10.0.1", |
| 30 | + "@typescript-eslint/parser": "^8.59.0", |
| 31 | + "astro-eslint-parser": "^1.4.0", |
| 32 | + "eslint": "^10.2.1", |
33 | 33 | "eslint-config-prettier": "^10.1.8", |
34 | | - "eslint-plugin-astro": "^1.5.0", |
35 | | - "globals": "^17.2.0", |
36 | | - "prettier": "3.8.1", |
37 | | - "prettier-plugin-astro": "0.14.1", |
38 | | - "typescript-eslint": "^8.54.0" |
| 34 | + "eslint-plugin-astro": "^1.7.0", |
| 35 | + "globals": "^17.5.0", |
| 36 | + "prettier": "^3.8.3", |
| 37 | + "prettier-plugin-astro": "^0.14.1", |
| 38 | + "typescript-eslint": "^8.59.0" |
39 | 39 | } |
40 | 40 | } |
0 commit comments