Skip to content

Commit 2ca0490

Browse files
author
VladimirAmiorkov
committed
feat: upgrade to Angular 8
1 parent 4dada3d commit 2ca0490

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

demo-angular/package.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,31 @@
99
}
1010
},
1111
"dependencies": {
12-
"@angular/common": "~7.2.0",
13-
"@angular/compiler": "~7.2.0",
14-
"@angular/core": "~7.2.0",
15-
"@angular/forms": "~7.2.0",
16-
"@angular/http": "~7.2.0",
17-
"@angular/platform-browser": "~7.2.0",
18-
"@angular/platform-browser-dynamic": "~7.2.0",
19-
"@angular/router": "~7.2.0",
20-
"nativescript-angular": "~7.2.0",
12+
"@angular/common": "~8.0.0",
13+
"@angular/compiler": "~8.0.0",
14+
"@angular/core": "~8.0.0",
15+
"@angular/forms": "~8.0.0",
16+
"@angular/http": "8.0.0-beta.10",
17+
"@angular/platform-browser": "~8.0.0",
18+
"@angular/platform-browser-dynamic": "~8.0.0",
19+
"@angular/router": "~8.0.0",
20+
"nativescript-angular": "~8.0.0",
2121
"nativescript-imagepicker": "../src",
2222
"nativescript-theme-core": "^1.0.4",
2323
"nativescript-unit-test-runner": "^0.3.4",
2424
"reflect-metadata": "~0.1.8",
2525
"rxjs": "^6.3.3",
26-
"tns-core-modules": "^5.0.0"
26+
"tns-core-modules": "^5.0.0",
27+
"typescript": "~3.4.5"
2728
},
2829
"devDependencies": {
2930
"jasmine-core": "^2.5.2",
3031
"karma": "^1.3.0",
3132
"karma-jasmine": "^1.0.2",
3233
"karma-nativescript-launcher": "^0.4.0",
3334
"nativescript-css-loader": "~0.26.0",
34-
"nativescript-dev-typescript": "~0.9.0",
35-
"nativescript-dev-webpack": "~0.21.0",
35+
"nativescript-dev-webpack": "^0.24.0",
36+
"nativescript-dev-typescript": "~0.10.0",
3637
"tns-platform-declarations": "^5.0.0",
3738
"tslint": "~5.11.0",
3839
"zone.js": "^0.8.4"
@@ -50,4 +51,4 @@
5051
"build-android-bundle": "npm run ns-bundle --android --build-app",
5152
"build-ios-bundle": "npm run ns-bundle --ios --build-app"
5253
}
53-
}
54+
}

0 commit comments

Comments
 (0)