Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dbb2c8f

Browse files
filipesilvaalexeagle
authored andcommittedAug 15, 2018
fix(@angular-devkit/build-angular): update less (#11709)
Uses minimum versions listed in webpack-contrib/less-loader#252 (comment) Fix #10899
1 parent b14446d commit dbb2c8f

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed
 

‎package-lock.json

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

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"karma-jasmine": "~1.1.0",
9393
"karma-jasmine-html-reporter": "^0.2.2",
9494
"karma-source-map-support": "^1.2.0",
95-
"less": "^3.0.4",
95+
"less": "^3.7.1",
9696
"less-loader": "^4.1.0",
9797
"license-webpack-plugin": "^1.3.1",
9898
"loader-utils": "^1.1.0",

‎packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"istanbul": "^0.4.5",
2626
"istanbul-instrumenter-loader": "^3.0.1",
2727
"karma-source-map-support": "^1.2.0",
28-
"less": "^3.0.4",
28+
"less": "^3.7.1",
2929
"less-loader": "^4.1.0",
3030
"license-webpack-plugin": "^1.3.1",
3131
"mini-css-extract-plugin": "~0.4.0",

0 commit comments

Comments
 (0)
Please sign in to comment.