Skip to content

Commit 0d7d495

Browse files
committed
feature #1009 Allow less-loader 10 (bobvandevijver)
This PR was merged into the main branch. Discussion ---------- Allow less-loader 10 Looks like the removed a [less context option](https://github.com/webpack-contrib/less-loader/releases/tag/v10.0.0), but I could find any place where it is used in this package. Commits ------- 20926b4 Allow less-loader 10
2 parents a5cf4a5 + 20926b4 commit 0d7d495

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"handlebars-loader": "^1.7.0",
8181
"http-server": "^0.12.3",
8282
"less": "^4.0.0",
83-
"less-loader": "^7.0.0 || ^8.0.0 || ^9.0.0",
83+
"less-loader": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
8484
"mocha": "^8.2.1",
8585
"postcss": "^8.1.0",
8686
"postcss-loader": "^4.0.0 || ^5.0.0 || ^6.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4465,10 +4465,10 @@ left-pad@^1.3.0:
44654465
resolved "https://registry.yarnpkg.com/left-pad/-/left-pad-1.3.0.tgz#5b8a3a7765dfe001261dde915589e782f8c94d1e"
44664466
integrity sha512-XI5MPzVNApjAyhQzphX8BkmKsKUxD4LdyK24iZeQGinBN9yTQT3bFlCBy/aVx2HrNcqQGsdot8ghrjyrvMCoEA==
44674467

4468-
"less-loader@^7.0.0 || ^8.0.0 || ^9.0.0":
4469-
version "9.0.0"
4470-
resolved "https://registry.yarnpkg.com/less-loader/-/less-loader-9.0.0.tgz#71a0b530174bddf89bb11a5019dd725f54df4791"
4471-
integrity sha512-bPen1xeGTZuYFFobcdz9kMUVgSSSDZQJtyhawtCtcz1QboQOwhkI7uCwp5UO+IZpO+LJS1W73YwxsufbBT6SBQ==
4468+
"less-loader@^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0":
4469+
version "10.0.0"
4470+
resolved "https://registry.yarnpkg.com/less-loader/-/less-loader-10.0.0.tgz#2c21a204a29a46cba7de4e7d3659efa1e303c7d1"
4471+
integrity sha512-JjioAkw9qyavL0BzMPUOHJa0a20fh+ipq/MNZH4OkU8qERsCMeZIWRE0FDBIx2O+cFguvY01vHh/lmBA9LyWDg==
44724472
dependencies:
44734473
klona "^2.0.4"
44744474

0 commit comments

Comments
 (0)