Skip to content

Commit 2b409ed

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/integrations
2 parents a9aeaee + 2ede950 commit 2b409ed

File tree

3 files changed

+215
-153
lines changed

3 files changed

+215
-153
lines changed

content/guide/visionos.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can develop with a physical Vision Pro plugged in or using the Vision Pro Si
2323
**You will need the `vision` CLI**:
2424

2525
```bash
26-
npm install -g nativescript@vision
26+
npm install -g nativescript@latest
2727
```
2828

2929
::: info Note
@@ -96,11 +96,11 @@ Primarily 2 key elements make up a NativeScript driven visionOS project:
9696
```json
9797
{
9898
"dependencies": {
99-
"@nativescript/core": "vision"
99+
"@nativescript/core": "~8.7.0"
100100
},
101101
"devDependencies": {
102-
"@nativescript/visionos": "~8.6.0",
103-
"@nativescript/webpack": "vision"
102+
"@nativescript/visionos": "~8.7.0",
103+
"@nativescript/webpack": "~5.0.21"
104104
}
105105
}
106106
```

0 commit comments

Comments
 (0)