Skip to content

Commit ba3460a

Browse files
committed
bump angular compiler
This fixes errors like ERROR in ./src/app/components/... Module not found: Error: Can't resolve '...' in '...' as decribed here: angular/angular-cli#11835
1 parent 350c266 commit ba3460a

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

frontend/npm-shrinkwrap.json

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"@angular/cdk": "6.4.3",
3434
"@angular/cli": "6.1.3",
3535
"@angular/common": "6.1.2",
36-
"@angular/compiler": "6.1.2",
37-
"@angular/compiler-cli": "6.1.2",
36+
"@angular/compiler": "6.1.10",
37+
"@angular/compiler-cli": "6.1.10",
3838
"@angular/core": "6.1.2",
3939
"@angular/forms": "6.1.2",
4040
"@angular/http": "6.1.2",

0 commit comments

Comments
 (0)