File tree 3 files changed +4
-6
lines changed
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 77
77
"eslint-config-kiwi" : " ^1.0.2" ,
78
78
"husky" : " ^4.2.5" ,
79
79
"jest" : " ^25.0.0" ,
80
- "less" : " ^3.11.2 " ,
80
+ "less" : " ^3.11.3 " ,
81
81
"lint-staged" : " ^10.2.9" ,
82
82
"node-sass" : " ^4.14.1" ,
83
83
"postcss" : " ^7.0.32" ,
101
101
"peerDependencies" : {
102
102
"@babel/core" : " ^7.10.2" ,
103
103
"coffeescript" : " ^2.5.1" ,
104
- "less" : " ^3.11.2 " ,
104
+ "less" : " ^3.11.3 " ,
105
105
"postcss" : " ^7.0.32" ,
106
106
"postcss-load-config" : " ^2.1.0" ,
107
107
"pug" : " ^3.0.0" ,
Original file line number Diff line number Diff line change @@ -4,9 +4,7 @@ import getAutoPreprocess from '../../src';
4
4
import { preprocess } from '../utils' ;
5
5
6
6
describe ( 'transformer - less' , ( ) => {
7
- // TODO: waiting for https://github.com/less/less.js/issues/3508
8
- // eslint-disable-next-line jest/no-disabled-tests
9
- it . skip ( 'should return @imported files as dependencies' , async ( ) => {
7
+ it ( 'should return @imported files as dependencies' , async ( ) => {
10
8
const template = `<style lang="less">@import "fixtures/style.less";</style>` ;
11
9
const opts = getAutoPreprocess ( ) ;
12
10
const preprocessed = await preprocess ( template , opts ) ;
Original file line number Diff line number Diff line change @@ -4567,7 +4567,7 @@ kleur@^3.0.3:
4567
4567
resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
4568
4568
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
4569
4569
4570
- less@^3.11.2 :
4570
+ less@^3.11.3 :
4571
4571
version "3.11.3"
4572
4572
resolved "https://registry.yarnpkg.com/less/-/less-3.11.3.tgz#2d853954fcfe0169a8af869620bcaa16563dcc1c"
4573
4573
integrity sha512-VkZiTDdtNEzXA3LgjQiC3D7/ejleBPFVvq+aRI9mIj+Zhmif5TvFPM244bT4rzkvOCvJ9q4zAztok1M7Nygagw==
You can’t perform that action at this time.
0 commit comments