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

Commit cce18bd

Browse files
authored
chore: bump version to official Angular CLI 6.1 (#621)
1 parent 845f426 commit cce18bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dependencyManager.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ function getRequiredDeps(packageJson) {
8686
}
8787

8888
const deps = {
89-
"@angular/compiler-cli": "~6.1.0-rc.0",
89+
"@angular/compiler-cli": "~6.1.0",
9090
};
9191

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

9696
return deps;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"nativescript-worker-loader": "~0.9.0",
8787
"extract-text-webpack-plugin": "~3.0.2",
8888
"uglifyjs-webpack-plugin": "~1.2.5",
89-
"@angular-devkit/core": "^0.7.0-rc.0",
89+
"@angular-devkit/core": "~0.7.0",
9090
"resolve-url-loader": "~2.3.0",
9191
"awesome-typescript-loader": "~5.0.0",
9292
"sass-loader": "~7.0.1"

0 commit comments

Comments
 (0)