Skip to content

Commit 7facb39

Browse files
committed
docs: update astro docs packages
1 parent 04e95c4 commit 7facb39

File tree

3 files changed

+38
-36
lines changed

3 files changed

+38
-36
lines changed

apps/astro-docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"@astrojs/mdx": "^4.0.3",
1616
"@astrojs/starlight": "^0.30.3",
1717
"@astrojs/tailwind": "^5.1.4",
18-
"angular-three": "^2.9.0",
19-
"angular-three-cannon": "^2.9.0",
20-
"angular-three-postprocessing": "^2.9.0",
21-
"angular-three-soba": "^2.9.0",
18+
"angular-three": "^3.0.0",
19+
"angular-three-cannon": "^3.0.0",
20+
"angular-three-postprocessing": "^3.0.0",
21+
"angular-three-soba": "^3.0.0",
2222
"astro": "^5.1.1",
2323
"sharp": "^0.33.5",
2424
"starlight-blog": "^0.15.0",

apps/astro-docs/src/content/docs/core/advanced/routed-scene.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,5 @@ export class CustomRoutedScene {
132132
static [ROUTED_SCENE] = true; // flag for `NgtRenderer`
133133
}
134134
```
135+
136+
Check out the [Routed Scene demo](https://demo.angularthree.org/routed) for a better example.

pnpm-lock.yaml

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)