Skip to content

Commit 6713e76

Browse files
Broccohansl
authored andcommitted
fix(@angular/cli): Allow patch updates to @schematics/angular (#7483)
1 parent b0d1bff commit 6713e76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"dependencies": {
4343
"@angular-devkit/build-optimizer": "0.0.13",
4444
"@angular-devkit/schematics": "0.0.17",
45-
"@schematics/angular": "0.0.27",
45+
"@schematics/angular": "~0.0.0",
4646
"autoprefixer": "^6.5.3",
4747
"chalk": "^2.0.1",
4848
"circular-dependency-plugin": "^3.0.0",

packages/@angular/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@angular-devkit/schematics": "0.0.17",
3232
"@ngtools/json-schema": "1.1.0",
3333
"@ngtools/webpack": "1.7.0-beta.1",
34-
"@schematics/angular": "0.0.27",
34+
"@schematics/angular": "~0.0.0",
3535
"autoprefixer": "^6.5.3",
3636
"chalk": "^2.0.1",
3737
"circular-dependency-plugin": "^3.0.0",

0 commit comments

Comments
 (0)