Skip to content

Commit 5a95f12

Browse files
committed
Fix devkit dependency
1 parent 92a3713 commit 5a95f12

File tree

2 files changed

+26
-28
lines changed

2 files changed

+26
-28
lines changed

package-lock.json

Lines changed: 23 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"zone.js": "^0.8.26"
4444
},
4545
"devDependencies": {
46-
"@angular-devkit/core": "^0.7.1",
47-
"@angular-devkit/schematics": "^0.7.1",
46+
"@angular-devkit/core": "0.7.4",
47+
"@angular-devkit/schematics": "0.7.4",
4848
"@angular/bazel": "7.0.0-beta.3",
4949
"@angular/compiler-cli": "7.0.0-beta.3",
5050
"@angular/http": "7.0.0-beta.3",
@@ -55,7 +55,7 @@
5555
"@bazel/ibazel": "0.3.1",
5656
"@google-cloud/storage": "^1.1.1",
5757
"@octokit/rest": "^15.9.4",
58-
"@schematics/angular": "^0.7.1",
58+
"@schematics/angular": "0.7.4",
5959
"@types/chalk": "^0.4.31",
6060
"@types/fs-extra": "^4.0.3",
6161
"@types/glob": "^5.0.33",

0 commit comments

Comments
 (0)