|
5 | 5 | "scripts": {
|
6 | 6 | "preinstall": "npx only-allow pnpm",
|
7 | 7 | "dev": "astro dev --host",
|
8 |
| - "start": "astro dev", |
9 |
| - "build": "astro build", |
| 8 | + "build": "astro check && astro build", |
10 | 9 | "preview": "astro preview",
|
11 |
| - "astro": "astro", |
12 | 10 | "test": "vitest run"
|
13 | 11 | },
|
14 | 12 | "dependencies": {
|
15 |
| - "@astrojs/check": "^0.3.3", |
16 |
| - "@astrojs/mdx": "^3.1.7", |
17 |
| - "@astrojs/react": "^3.0.7", |
18 |
| - "@types/react": "^18.2.45", |
19 |
| - "@types/react-dom": "^18.2.18", |
20 |
| - "astro": "^4.15.9", |
21 |
| - "autoprefixer": "^10.4.16", |
| 13 | + "@astrojs/check": "^0.9.4", |
| 14 | + "@astrojs/mdx": "^3.1.8", |
| 15 | + "@astrojs/react": "^3.6.2", |
| 16 | + "@types/react": "^18.3.12", |
| 17 | + "@types/react-dom": "^18.3.1", |
| 18 | + "astro": "^4.16.7", |
| 19 | + "autoprefixer": "^10.4.20", |
22 | 20 | "lodash.throttle": "^4.1.1",
|
23 | 21 | "node-html-parser": "^6.1.13",
|
24 |
| - "react": "^18.2.0", |
25 |
| - "react-dom": "^18.2.0", |
26 |
| - "react-inlinesvg": "^4.1.0", |
| 22 | + "react": "^18.3.1", |
| 23 | + "react-dom": "^18.3.1", |
| 24 | + "react-inlinesvg": "^4.1.4", |
27 | 25 | "rehype-autolink-headings": "^7.1.0",
|
28 | 26 | "rehype-slug": "^6.0.0",
|
29 |
| - "sharp": "^0.32.6", |
30 |
| - "typescript": "5.2.2" |
| 27 | + "sharp": "^0.33.5", |
| 28 | + "typescript": "5.6.3" |
31 | 29 | },
|
32 | 30 | "devDependencies": {
|
33 |
| - "@astrojs/sitemap": "^3.0.3", |
| 31 | + "@astrojs/sitemap": "^3.2.1", |
34 | 32 | "@rollup/plugin-yaml": "^4.1.2",
|
35 |
| - "@types/chroma-js": "^2.4.3", |
| 33 | + "@types/chroma-js": "^2.4.4", |
36 | 34 | "@types/html-escaper": "^3.0.2",
|
37 | 35 | "@types/lodash.throttle": "^4.1.9",
|
38 |
| - "@types/mdast": "^4.0.3", |
39 |
| - "@types/parse-numeric-range": "^0.0.2", |
40 |
| - "@typescript-eslint/eslint-plugin": "^6.14.0", |
41 |
| - "@typescript-eslint/parser": "^6.14.0", |
42 |
| - "astro-auto-import": "^0.4.2", |
43 |
| - "chroma-js": "^2.4.2", |
44 |
| - "cssnano": "^6.0.2", |
45 |
| - "eslint": "^8.56.0", |
| 36 | + "@types/mdast": "^4.0.4", |
| 37 | + "@types/parse-numeric-range": "^0.0.3", |
| 38 | + "@typescript-eslint/eslint-plugin": "^8.11.0", |
| 39 | + "@typescript-eslint/parser": "^8.11.0", |
| 40 | + "astro-auto-import": "^0.4.4", |
| 41 | + "chroma-js": "^3.1.2", |
| 42 | + "cssnano": "^7.0.6", |
| 43 | + "eslint": "^9.13.0", |
46 | 44 | "eslint-config-prettier": "^9.1.0",
|
47 |
| - "eslint-plugin-astro": "^0.29.1", |
48 |
| - "eslint-plugin-import": "^2.29.1", |
49 |
| - "eslint-plugin-jsx-a11y": "^6.8.0", |
50 |
| - "eslint-plugin-prettier": "^5.0.1", |
51 |
| - "eslint-plugin-react": "^7.33.2", |
52 |
| - "eslint-plugin-react-hooks": "^4.6.0", |
53 |
| - "eslint-plugin-react-refresh": "^0.4.5", |
54 |
| - "happy-dom": "^14.12.3", |
| 45 | + "eslint-plugin-astro": "^1.3.0", |
| 46 | + "eslint-plugin-import": "^2.31.0", |
| 47 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
| 48 | + "eslint-plugin-prettier": "^5.2.1", |
| 49 | + "eslint-plugin-react": "^7.37.2", |
| 50 | + "eslint-plugin-react-hooks": "^5.0.0", |
| 51 | + "eslint-plugin-react-refresh": "^0.4.14", |
| 52 | + "happy-dom": "^15.7.4", |
55 | 53 | "html-escaper": "^3.0.3",
|
56 | 54 | "mdast": "^3.0.0",
|
57 | 55 | "parse-numeric-range": "^1.3.0",
|
58 |
| - "postcss": "^8.4.32", |
59 |
| - "prettier": "^3.1.1", |
60 |
| - "prettier-plugin-astro": "^0.12.2", |
61 |
| - "sass": "^1.69.5", |
62 |
| - "satori": "^0.10.11", |
63 |
| - "unified": "^11.0.4", |
| 56 | + "postcss": "^8.4.47", |
| 57 | + "prettier": "^3.3.3", |
| 58 | + "prettier-plugin-astro": "^0.14.1", |
| 59 | + "sass": "^1.80.4", |
| 60 | + "satori": "^0.11.2", |
| 61 | + "unified": "^11.0.5", |
64 | 62 | "unist-util-visit": "^5.0.0",
|
65 |
| - "vfile": "^6.0.1", |
66 |
| - "vite": "^5.1.4", |
67 |
| - "vitest": "^1.6.0" |
| 63 | + "vfile": "^6.0.3", |
| 64 | + "vite": "^5.4.10", |
| 65 | + "vitest": "^2.1.4" |
68 | 66 | }
|
69 | 67 | }
|
0 commit comments