Skip to content

Commit 0877765

Browse files
authored
chore: Update to Astro 6 (#2292)
1 parent 8d21619 commit 0877765

5 files changed

Lines changed: 1159 additions & 1374 deletions

File tree

apps/typegpu-docs/package.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@
1212
"astro": "astro"
1313
},
1414
"dependencies": {
15-
"@astrojs/check": "^0.9.4",
16-
"@astrojs/react": "^4.3.1",
17-
"@astrojs/sitemap": "^3.7.0",
18-
"@astrojs/starlight": "^0.36.1",
19-
"@astrojs/starlight-tailwind": "^4.0.1",
20-
"@astrojs/tailwind": "^6.0.2",
15+
"@astrojs/check": "^0.9.7",
16+
"@astrojs/react": "^5.0.0",
17+
"@astrojs/sitemap": "^3.7.1",
18+
"@astrojs/starlight": "^0.38.1",
19+
"@astrojs/starlight-tailwind": "^5.0.0",
2120
"@babel/standalone": "^7.28.6",
2221
"@dimforge/rapier2d-compat": "^0.19.3",
2322
"@loaders.gl/core": "^4.3.4",
@@ -37,7 +36,7 @@
3736
"@types/react": "^19.1.8",
3837
"@types/react-dom": "^19.1.6",
3938
"arktype": "catalog:",
40-
"astro": "^5.15.9",
39+
"astro": "^6.0.4",
4140
"classnames": "^2.5.1",
4241
"expressive-code-twoslash": "^0.5.3",
4342
"fuse.js": "catalog:frontend",
@@ -57,12 +56,12 @@
5756
"remark-math": "^6.0.0",
5857
"remeda": "^2.21.2",
5958
"sharp": "^0.34.2",
60-
"starlight-blog": "^0.23.2",
61-
"starlight-typedoc": "^0.19.0",
59+
"starlight-blog": "^0.26.1",
60+
"starlight-typedoc": "^0.21.5",
6261
"three": "catalog:example",
6362
"tinybench": "^3.1.0",
64-
"typedoc": "^0.27.9",
65-
"typedoc-plugin-markdown": "4.3.0",
63+
"typedoc": "^0.28.17",
64+
"typedoc-plugin-markdown": "4.10.0",
6665
"typegpu": "workspace:*",
6766
"typescript": "catalog:types",
6867
"unplugin-typegpu": "workspace:*",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"sharp"
6767
],
6868
"overrides": {
69-
"rollup": "4.34.8",
69+
"rollup": "catalog:",
7070
"typescript": "catalog:types",
7171
"three": "catalog:example"
7272
}

packages/unplugin-typegpu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
"@types/picomatch": "^4.0.1",
188188
"acorn": "^8.14.1",
189189
"rolldown": "1.0.0-beta.33",
190-
"rollup": "~4.37.0",
190+
"rollup": "catalog:",
191191
"tsdown": "catalog:build",
192192
"typescript": "catalog:types"
193193
},

0 commit comments

Comments
 (0)