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

Commit 5d1f516

Browse files
authored
chore: bump deps to official Angular CLI 6.2 (#646)
1 parent 2767f91 commit 5d1f516

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

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": "~6.1.0-rc.0",
17-
"@angular/compiler": "~6.1.0-rc.0",
18-
"@angular/core": "~6.1.0-rc.0",
19-
"@angular/forms": "~6.1.0-rc.0",
20-
"@angular/http": "~6.1.0-rc.0",
21-
"@angular/platform-browser": "~6.1.0-rc.0",
22-
"@angular/platform-browser-dynamic": "~6.1.0-rc.0",
23-
"@angular/router": "~6.1.0-rc.0",
16+
"@angular/common": "~6.1.0",
17+
"@angular/compiler": "~6.1.0",
18+
"@angular/core": "~6.1.0",
19+
"@angular/forms": "~6.1.0",
20+
"@angular/http": "~6.1.0",
21+
"@angular/platform-browser": "~6.1.0",
22+
"@angular/platform-browser-dynamic": "~6.1.0",
23+
"@angular/router": "~6.1.0",
2424
"nativescript-angular": "next",
2525
"nativescript-theme-core": "~1.0.2",
2626
"reflect-metadata": "~0.1.8",
27-
"rxjs": "~6.0.0 || >=6.1.0",
27+
"rxjs": "^6.0.0",
2828
"tns-core-modules": "next",
2929
"zone.js": "^0.8.26"
3030
},
3131
"devDependencies": {
32-
"@angular/compiler-cli": "~6.1.0-rc.0",
33-
"@ngtools/webpack": "~6.1.0-rc.3",
32+
"@angular/compiler-cli": "~6.1.0",
33+
"@ngtools/webpack": "~6.2.0",
3434
"@types/chai": "^4.0.2",
3535
"@types/mocha": "^2.2.41",
3636
"@types/node": "^7.0.5",

dependencyManager.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function getRequiredDeps(packageJson) {
9090
};
9191

9292
if (!dependsOn(packageJson, "@angular-devkit/build-angular")) {
93-
deps["@ngtools/webpack"] = "~6.2.0-beta.3";
93+
deps["@ngtools/webpack"] = "~6.2.0";
9494
}
9595

9696
return deps;

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@
8989
"nativescript-worker-loader": "~0.9.0",
9090
"extract-text-webpack-plugin": "~3.0.2",
9191
"uglifyjs-webpack-plugin": "~1.2.5",
92-
"@angular-devkit/core": "~0.7.0",
92+
"@angular-devkit/core": "~0.8.1",
9393
"resolve-url-loader": "~2.3.0",
9494
"awesome-typescript-loader": "~5.0.0",
9595
"sass-loader": "~7.0.1"
9696
},
9797
"devDependencies": {
98-
"@ngtools/webpack": "~6.2.0-beta.3",
98+
"@ngtools/webpack": "~6.2.0",
9999
"@types/jasmine": "^2.8.8",
100100
"@types/node": "^8.0.0",
101101
"conventional-changelog-cli": "^1.3.22",

0 commit comments

Comments
 (0)