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

Commit

Permalink
Merge pull request #255 from NativeScript/zbranzov/fix-build
Browse files Browse the repository at this point in the history
fix: use the latest runtime and ns-angular
  • Loading branch information
Zdravko authored Nov 6, 2019
2 parents 3feb331 + 2025412 commit a8d9a1f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions demo-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"nativescript": {
"id": "org.nativescript.demoangular",
"tns-android": {
"version": "6.1.0"
"version": "6.2.0"
},
"tns-ios": {
"version": "6.1.0"
"version": "6.2.0"
}
},
"dependencies": {
Expand All @@ -17,7 +17,7 @@
"@angular/platform-browser": "~8.2.0",
"@angular/platform-browser-dynamic": "~8.2.0",
"@angular/router": "~8.2.0",
"nativescript-angular": "~8.2.0",
"nativescript-angular": "~8.20.0",
"nativescript-geolocation": "../src",
"nativescript-theme-core": "~1.0.4",
"nativescript-toast": "~2.0.0",
Expand All @@ -30,7 +30,7 @@
"devDependencies": {
"@angular/compiler-cli": "~8.2.0",
"@ngtools/webpack": "~8.2.0",
"nativescript-dev-webpack": "^1.0.0",
"nativescript-dev-webpack": "^1.3.0",
"typescript": "~3.5.3"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions demo-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"nativescript": {
"id": "org.nativescript.demovue",
"tns-android": {
"version": "6.1.0"
"version": "6.2.0"
},
"tns-ios": {
"version": "6.1.0"
"version": "6.2.0"
}
},
"scripts": {
Expand All @@ -22,7 +22,7 @@
"@babel/core": "~7.1.0",
"@babel/preset-env": "~7.1.0",
"babel-loader": "~8.0.0",
"nativescript-dev-webpack": "^1.0.0",
"nativescript-dev-webpack": "^1.3.0",
"nativescript-vue-template-compiler": "~2.4.0",
"node-sass": "~4.12.0",
"vue-loader": "~15.4.0",
Expand Down
6 changes: 3 additions & 3 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"nativescript": {
"id": "org.nativescript.demo",
"tns-android": {
"version": "6.1.0"
"version": "6.2.0"
},
"tns-ios": {
"version": "6.1.0"
"version": "6.2.0"
}
},
"dependencies": {
Expand All @@ -21,7 +21,7 @@
"karma-jasmine": "2.0.1",
"karma-nativescript-launcher": "^0.4.0",
"nativescript-css-loader": "~0.26.0",
"nativescript-dev-webpack": "^1.0.0",
"nativescript-dev-webpack": "^1.3.0",
"tns-platform-declarations": "^6.0.0",
"tslint": "~5.11.0",
"karma-webpack": "3.0.5",
Expand Down

0 comments on commit a8d9a1f

Please sign in to comment.