We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ff9218 commit a7562d7Copy full SHA for a7562d7
content/guide/visionos.md
@@ -92,11 +92,11 @@ Primarily 2 key elements make up a NativeScript driven visionOS project:
92
```json
93
{
94
"dependencies": {
95
- "@nativescript/core": "~8.7.0"
+ "@nativescript/core": "~8.8.0"
96
},
97
"devDependencies": {
98
- "@nativescript/visionos": "~8.7.0",
99
- "@nativescript/webpack": "~5.0.21"
+ "@nativescript/visionos": "~8.8.0",
+ "@nativescript/webpack": "~5.0.0"
100
}
101
102
```
0 commit comments