Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit d13441a

Browse files
Elena Hristovarosen-vladimirov
Elena Hristova
authored andcommitted
feat: update to angular 8.2
1 parent 8b9a431 commit d13441a

File tree

5 files changed

+21
-340
lines changed

5 files changed

+21
-340
lines changed

Diff for: demo/AngularApp/.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ test-results.xml
1010

1111
app/item/items.component.android.css
1212
app/item/items.component.ios.css
13-
mochawesome-report
13+
mochawesome-report
14+
15+
webpack.config.js

Diff for: demo/AngularApp/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@
1313
}
1414
},
1515
"dependencies": {
16-
"@angular/common": "8.0.0",
17-
"@angular/compiler": "8.0.0",
18-
"@angular/core": "8.0.0",
19-
"@angular/forms": "8.0.0",
16+
"@angular/common": "8.2.0",
17+
"@angular/compiler": "8.2.0",
18+
"@angular/core": "8.2.0",
19+
"@angular/forms": "8.2.0",
2020
"@angular/http": "8.0.0-beta.10",
21-
"@angular/platform-browser": "8.0.0",
22-
"@angular/platform-browser-dynamic": "8.0.0",
23-
"@angular/router": "8.0.0",
21+
"@angular/platform-browser": "8.2.0",
22+
"@angular/platform-browser-dynamic": "8.2.0",
23+
"@angular/router": "8.2.0",
2424
"nativescript-angular": "next",
2525
"nativescript-theme-core": "~1.0.2",
2626
"reflect-metadata": "~0.1.8",
2727
"rxjs": "^6.3.3",
2828
"tns-core-modules": "next",
29-
"zone.js": "^0.8.4"
29+
"zone.js": "^0.9.1"
3030
},
3131
"devDependencies": {
32-
"@angular/compiler-cli": "8.0.0",
33-
"@ngtools/webpack": "8.0.0",
32+
"@angular/compiler-cli": "8.2.0",
33+
"@ngtools/webpack": "8.2.0",
3434
"@types/chai": "~4.1.7",
3535
"@types/mocha": "~5.2.5",
3636
"@types/node": "~10.12.18",
@@ -44,7 +44,7 @@
4444
"nativescript-dev-appium": "next",
4545
"nativescript-dev-webpack": "next",
4646
"node-sass": "^4.12.0",
47-
"typescript": "~3.4.5"
47+
"typescript": "~3.5.3"
4848
},
4949
"scripts": {
5050
"setup": "npm pack ../../ && npm i -D nativescript-dev-webpack*.tgz",

Diff for: demo/AngularApp/webpack.config.js

-321
This file was deleted.

Diff for: dependencyManager.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ function getRequiredDeps(packageJson) {
7373
}
7474

7575
const deps = {
76-
"@angular/compiler-cli": "8.0.0",
76+
"@angular/compiler-cli": "8.2.0",
7777
};
7878

7979
if (!dependsOn(packageJson, "@angular-devkit/build-angular")) {
80-
deps["@ngtools/webpack"] = "8.0.0";
80+
deps["@ngtools/webpack"] = "8.2.0";
8181
}
8282

8383
return deps;

0 commit comments

Comments
 (0)