Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 2025412

Browse files
Zdravko BranzovZdravko Branzov
authored andcommitted
fix: use the latest runtime and ns-angular
1 parent 3feb331 commit 2025412

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

demo-angular/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"nativescript": {
33
"id": "org.nativescript.demoangular",
44
"tns-android": {
5-
"version": "6.1.0"
5+
"version": "6.2.0"
66
},
77
"tns-ios": {
8-
"version": "6.1.0"
8+
"version": "6.2.0"
99
}
1010
},
1111
"dependencies": {
@@ -17,7 +17,7 @@
1717
"@angular/platform-browser": "~8.2.0",
1818
"@angular/platform-browser-dynamic": "~8.2.0",
1919
"@angular/router": "~8.2.0",
20-
"nativescript-angular": "~8.2.0",
20+
"nativescript-angular": "~8.20.0",
2121
"nativescript-geolocation": "../src",
2222
"nativescript-theme-core": "~1.0.4",
2323
"nativescript-toast": "~2.0.0",
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"@angular/compiler-cli": "~8.2.0",
3232
"@ngtools/webpack": "~8.2.0",
33-
"nativescript-dev-webpack": "^1.0.0",
33+
"nativescript-dev-webpack": "^1.3.0",
3434
"typescript": "~3.5.3"
3535
},
3636
"scripts": {

demo-vue/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"nativescript": {
33
"id": "org.nativescript.demovue",
44
"tns-android": {
5-
"version": "6.1.0"
5+
"version": "6.2.0"
66
},
77
"tns-ios": {
8-
"version": "6.1.0"
8+
"version": "6.2.0"
99
}
1010
},
1111
"scripts": {
@@ -22,7 +22,7 @@
2222
"@babel/core": "~7.1.0",
2323
"@babel/preset-env": "~7.1.0",
2424
"babel-loader": "~8.0.0",
25-
"nativescript-dev-webpack": "^1.0.0",
25+
"nativescript-dev-webpack": "^1.3.0",
2626
"nativescript-vue-template-compiler": "~2.4.0",
2727
"node-sass": "~4.12.0",
2828
"vue-loader": "~15.4.0",

demo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"nativescript": {
33
"id": "org.nativescript.demo",
44
"tns-android": {
5-
"version": "6.1.0"
5+
"version": "6.2.0"
66
},
77
"tns-ios": {
8-
"version": "6.1.0"
8+
"version": "6.2.0"
99
}
1010
},
1111
"dependencies": {
@@ -21,7 +21,7 @@
2121
"karma-jasmine": "2.0.1",
2222
"karma-nativescript-launcher": "^0.4.0",
2323
"nativescript-css-loader": "~0.26.0",
24-
"nativescript-dev-webpack": "^1.0.0",
24+
"nativescript-dev-webpack": "^1.3.0",
2525
"tns-platform-declarations": "^6.0.0",
2626
"tslint": "~5.11.0",
2727
"karma-webpack": "3.0.5",

0 commit comments

Comments
 (0)