Skip to content

Commit 7ae7d4a

Browse files
committed
+
1 parent 1164183 commit 7ae7d4a

File tree

255 files changed

+5488
-5156
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

255 files changed

+5488
-5156
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MDX files are located in this folder:
55
```text
66
├── src/
77
│ ├── content/
8-
│ │ └── documentation
8+
│ │ └── docs
99
```
1010

1111
Announcements markdown files:

package.json

Lines changed: 40 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -5,65 +5,63 @@
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",
77
"dev": "astro dev --host",
8-
"start": "astro dev",
9-
"build": "astro build",
8+
"build": "astro check && astro build",
109
"preview": "astro preview",
11-
"astro": "astro",
1210
"test": "vitest run"
1311
},
1412
"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",
2220
"lodash.throttle": "^4.1.1",
2321
"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",
2725
"rehype-autolink-headings": "^7.1.0",
2826
"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"
3129
},
3230
"devDependencies": {
33-
"@astrojs/sitemap": "^3.0.3",
31+
"@astrojs/sitemap": "^3.2.1",
3432
"@rollup/plugin-yaml": "^4.1.2",
35-
"@types/chroma-js": "^2.4.3",
33+
"@types/chroma-js": "^2.4.4",
3634
"@types/html-escaper": "^3.0.2",
3735
"@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",
4644
"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",
5553
"html-escaper": "^3.0.3",
5654
"mdast": "^3.0.0",
5755
"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",
6462
"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"
6866
}
6967
}

0 commit comments

Comments
 (0)