Skip to content

Commit d5d1d9b

Browse files
clydinhansl
authored andcommitted
fix(@angular/cli): update clean-css to handle parsing edge cases
1 parent 6a55af3 commit d5d1d9b

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"cache-loader": "^1.2.0",
5252
"chalk": "~2.2.0",
5353
"circular-dependency-plugin": "^4.2.1",
54-
"clean-css": "^4.1.9",
54+
"clean-css": "^4.1.11",
5555
"common-tags": "^1.3.1",
5656
"copy-webpack-plugin": "~4.4.1",
5757
"core-object": "^3.1.0",

packages/@angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"cache-loader": "^1.2.0",
4040
"chalk": "~2.2.0",
4141
"circular-dependency-plugin": "^4.2.1",
42-
"clean-css": "^4.1.9",
42+
"clean-css": "^4.1.11",
4343
"common-tags": "^1.3.1",
4444
"copy-webpack-plugin": "~4.4.1",
4545
"core-object": "^3.1.0",

0 commit comments

Comments
 (0)