Skip to content

Commit b5705b3

Browse files
committed
fix(@angular/cli): update dependency to schematics angular
1 parent d8fcb12 commit b5705b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"dependencies": {
4444
"@angular-devkit/build-optimizer": "~0.0.28",
4545
"@angular-devkit/schematics": "~0.0.34",
46-
"@schematics/angular": "~0.0.46",
46+
"@schematics/angular": "~0.0.48",
4747
"autoprefixer": "^6.5.3",
4848
"chalk": "^2.0.1",
4949
"circular-dependency-plugin": "^3.0.0",

packages/@angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@angular-devkit/schematics": "~0.0.34",
3232
"@ngtools/json-schema": "1.1.0",
3333
"@ngtools/webpack": "1.8.0-rc.1",
34-
"@schematics/angular": "~0.0.46",
34+
"@schematics/angular": "~0.0.48",
3535
"autoprefixer": "^6.5.3",
3636
"chalk": "^2.0.1",
3737
"circular-dependency-plugin": "^3.0.0",

0 commit comments

Comments
 (0)