Skip to content

Commit 52f9551

Browse files
committed
chore: dep updates in project structure
1 parent c6c1fa0 commit 52f9551

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/project-structure/package-json.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ NativeScript plugins should always be installed as `dependencies`, because Nativ
1818
"version": "1.0.0",
1919
"private": true,
2020
"dependencies": {
21-
"@nativescript/core": "~8.5.0"
21+
"@nativescript/core": "~8.8.0"
2222
},
2323
"devDependencies": {
24-
"@nativescript/android": "8.5.0",
25-
"@nativescript/ios": "8.5.0",
26-
"@nativescript/types": "~8.5.0",
27-
"@nativescript/webpack": "~5.0.10",
28-
"typescript": "~4.5.5"
24+
"@nativescript/android": "~8.8.0",
25+
"@nativescript/ios": "~8.8.0",
26+
"@nativescript/types": "~8.8.0",
27+
"@nativescript/webpack": "~5.0.0",
28+
"typescript": "~5.5.0"
2929
}
3030
}
3131
```

0 commit comments

Comments
 (0)