Skip to content

Commit ef38517

Browse files
committed
chore: use 8.5
1 parent eb00331 commit ef38517

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

apps/demo-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@nativescript/zip": "file:../../dist/packages/zip"
4141
},
4242
"devDependencies": {
43-
"@nativescript/android": "~8.4.0",
44-
"@nativescript/ios": "~8.4.0"
43+
"@nativescript/android": "~8.5.0",
44+
"@nativescript/ios": "~8.5.0"
4545
}
4646
}

apps/demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@nativescript/zip": "file:../../packages/zip"
4444
},
4545
"devDependencies": {
46-
"@nativescript/android": "~8.4.0",
47-
"@nativescript/ios": "~8.4.0"
46+
"@nativescript/android": "~8.5.0",
47+
"@nativescript/ios": "~8.5.0"
4848
}
4949
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"@angular/router": "^15.0.0",
2929
"@nativescript-community/perms": "^2.3.0",
3030
"@nativescript/angular": "^15.0.0",
31-
"@nativescript/core": "~8.4.0",
31+
"@nativescript/core": "~8.5.0",
3232
"@nativescript/plugin-tools": "5.1.0",
33-
"@nativescript/types": "~8.4.0",
33+
"@nativescript/types": "~8.5.0",
3434
"@nativescript/webpack": "~5.0.5",
3535
"@ngtools/webpack": "^15.0.0",
3636
"@types/mkdirp": "^1.0.1",
@@ -41,7 +41,7 @@
4141
"nativescript-vue": "~2.9.0",
4242
"nativescript-vue-template-compiler": "~2.9.0",
4343
"ng-packagr": "^15.0.0",
44-
"rxjs": "~7.6.0",
44+
"rxjs": "~7.8.0",
4545
"shorthash": "0.0.2",
4646
"simple-plist": "^1.1.0",
4747
"sprintf-js": "^1.1.1",
@@ -55,6 +55,6 @@
5555
]
5656
},
5757
"dependencies": {
58-
"@nativescript/swift-ui": "^1.0.0-beta.0"
58+
"@nativescript/swift-ui": "^1.0.0"
5959
}
6060
}

0 commit comments

Comments
 (0)