Skip to content

Commit

Permalink
fix(deps): update dependency less-loader to v12 (#334)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 20, 2024
1 parent ebf2550 commit a49956a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"html-webpack-plugin": "^5.0.0",
"json-typescript": "^1.1.2",
"less": "^4.1.1",
"less-loader": "^11.1.3",
"less-loader": "^11.1.3 || ^12.0.0",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.2.5",
"postcss-loader": "^7.3.3 || ^8.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5268,10 +5268,10 @@ launch-editor@^2.6.1:
picocolors "^1.0.0"
shell-quote "^1.8.1"

less-loader@^11.1.3:
version "11.1.4"
resolved "https://registry.yarnpkg.com/less-loader/-/less-loader-11.1.4.tgz#e8a070844efaefbe59b978acaf57b9d3e868cf08"
integrity sha512-6/GrYaB6QcW6Vj+/9ZPgKKs6G10YZai/l/eJ4SLwbzqNTBsAqt5hSLVF47TgsiBxV1P6eAU0GYRH3YRuQU9V3A==
"less-loader@^11.1.3 || ^12.0.0":
version "12.0.0"
resolved "https://registry.yarnpkg.com/less-loader/-/less-loader-12.0.0.tgz#d45b322c01b3e6c3784298d7e4257ce25f714516"
integrity sha512-fcRoWK28+eD+1PxuwNG+44V2v32IBdzsYAi0keUncHVblbpxMPWwrGlnw0wZKCdOg7O0HNwfhWNw/DrRZ45xCA==

less@^4.1.1:
version "4.2.0"
Expand Down

0 comments on commit a49956a

Please sign in to comment.