Skip to content

Commit aeb341f

Browse files
committed
chore(docs): update astro
1 parent 76645e2 commit aeb341f

File tree

3 files changed

+783
-245
lines changed

3 files changed

+783
-245
lines changed

apps/astro-docs/astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export default defineConfig({
4949
'angular-three',
5050
'angular-three-soba/**',
5151
'angular-three-cannon/**',
52+
'angular-three-rapier/**',
5253
'@angular/common',
5354
'@angular/core',
5455
'@angular/core/rxjs-interop',

apps/astro-docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@
1212
"dependencies": {
1313
"@analogjs/astro-angular": "1.9.4",
1414
"@astrojs/check": "^0.9.4",
15-
"@astrojs/mdx": "^3.1.9",
16-
"@astrojs/starlight": "^0.29.2",
17-
"@astrojs/tailwind": "^5.1.2",
15+
"@astrojs/mdx": "^4.0.3",
16+
"@astrojs/starlight": "^0.30.3",
17+
"@astrojs/tailwind": "^5.1.4",
1818
"angular-three": "^2.9.0",
1919
"angular-three-cannon": "^2.9.0",
2020
"angular-three-postprocessing": "^2.9.0",
2121
"angular-three-soba": "^2.9.0",
22-
"astro": "^4.16.16",
22+
"astro": "^5.1.1",
2323
"sharp": "^0.33.5",
2424
"starlight-blog": "^0.15.0",
2525
"tailwindcss": "^3.4.15"
2626
},
2727
"nx": {},
2828
"devDependencies": {
29-
"@astrojs/starlight-tailwind": "^2.0.3",
29+
"@astrojs/starlight-tailwind": "^3.0.0",
3030
"@expressive-code/plugin-line-numbers": "^0.38.3"
3131
},
3232
"web-types": [

0 commit comments

Comments
 (0)