Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ae75255

Browse files
authoredFeb 20, 2019
chore: bump ng dependencies version (#805)
Bump ng dependencies version to sync with nativescript-angular.
1 parent 4328b4e commit ae75255

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎dependencyManager.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ function getRequiredDeps(packageJson) {
8484
}
8585

8686
const deps = {
87-
"@angular/compiler-cli": "~7.1.0",
87+
"@angular/compiler-cli": "~7.2.0",
8888
};
8989

9090
if (!dependsOn(packageJson, "@angular-devkit/build-angular")) {
91-
deps["@ngtools/webpack"] = "~7.1.0";
91+
deps["@ngtools/webpack"] = "~7.2.0";
9292
}
9393

9494
return deps;

0 commit comments

Comments
 (0)
This repository has been archived.