mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 14:02:43 +08:00
build: update less-loader to version 7.0.1
This commit is contained in:
parent
f270db19db
commit
a85224a8bc
@ -166,7 +166,7 @@
|
||||
"karma-jasmine-html-reporter": "^1.5.0",
|
||||
"karma-source-map-support": "1.4.0",
|
||||
"less": "3.12.2",
|
||||
"less-loader": "7.0.0",
|
||||
"less-loader": "7.0.1",
|
||||
"license-checker": "^25.0.0",
|
||||
"license-checker-webpack-plugin": "0.1.5",
|
||||
"loader-utils": "2.0.0",
|
||||
|
@ -36,7 +36,7 @@
|
||||
"jest-worker": "26.3.0",
|
||||
"karma-source-map-support": "1.4.0",
|
||||
"less": "3.12.2",
|
||||
"less-loader": "7.0.0",
|
||||
"less-loader": "7.0.1",
|
||||
"license-webpack-plugin": "2.3.0",
|
||||
"loader-utils": "2.0.0",
|
||||
"mini-css-extract-plugin": "0.11.0",
|
||||
|
10
yarn.lock
10
yarn.lock
@ -7086,14 +7086,14 @@ lcid@^2.0.0:
|
||||
dependencies:
|
||||
invert-kv "^2.0.0"
|
||||
|
||||
less-loader@7.0.0:
|
||||
version "7.0.0"
|
||||
resolved "https://registry.yarnpkg.com/less-loader/-/less-loader-7.0.0.tgz#d2a66f4fbbb4911e587f691579ee0ae79e21cfe5"
|
||||
integrity sha512-fAgAaZHQJdX/woSMyNhvJt6bQUhpOtKODfuhk5AqgVPo6FVD3PezwHIZEtNPr4aumYoNQ1KBLnhynGX2XE/Lrg==
|
||||
less-loader@7.0.1:
|
||||
version "7.0.1"
|
||||
resolved "https://registry.yarnpkg.com/less-loader/-/less-loader-7.0.1.tgz#115ef3b2817f6f9e14ade6de3509b878c1bc0c13"
|
||||
integrity sha512-TO0+5HuDJhHArpOWnjzPMQ0xfdvyo0nxF75NNnSZ/n8b08aDuhk91/zV9sqYHzPfWvBh1PjpX/pTEEi2QnmaYA==
|
||||
dependencies:
|
||||
klona "^2.0.3"
|
||||
loader-utils "^2.0.0"
|
||||
schema-utils "^2.7.0"
|
||||
schema-utils "^2.7.1"
|
||||
|
||||
less@3.12.2, less@^3.10.3:
|
||||
version "3.12.2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user