Skip to content

Commit

Permalink
fix(visionos): referenced dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed May 18, 2024
1 parent ffe4552 commit 2ede950
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/guide/visionos.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You can develop with a physical Vision Pro plugged in or using the Vision Pro Si
**You will need the `vision` CLI**:

```bash
npm install -g nativescript@vision
npm install -g nativescript@latest
```

::: info Note
Expand Down Expand Up @@ -96,11 +96,11 @@ Primarily 2 key elements make up a NativeScript driven visionOS project:
```json
{
"dependencies": {
"@nativescript/core": "vision"
"@nativescript/core": "~8.7.0"
},
"devDependencies": {
"@nativescript/visionos": "~8.6.0",
"@nativescript/webpack": "vision"
"@nativescript/visionos": "~8.7.0",
"@nativescript/webpack": "~5.0.21"
}
}
```
Expand Down

0 comments on commit 2ede950

Please sign in to comment.