File tree 3 files changed +656
-783
lines changed
3 files changed +656
-783
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,15 @@ export default [
7
7
...loguxConfig ,
8
8
{
9
9
rules : {
10
- 'no-console ' : 'off' ,
11
- 'node-import/prefer-node-protocol ' : 'off'
10
+ 'n/prefer-node-protocol ' : 'off' ,
11
+ 'no-console ' : 'off'
12
12
}
13
13
} ,
14
14
{
15
15
files : [ 'bin/autoprefixer' ] ,
16
16
rules : {
17
- 'n/global-require' : 'off'
17
+ 'n/global-require' : 'off' ,
18
+ 'n/no-unsupported-features/es-syntax' : 'off'
18
19
}
19
20
} ,
20
21
{
Original file line number Diff line number Diff line change 46
46
"postcss" : " ^8.1.0"
47
47
},
48
48
"dependencies" : {
49
- "browserslist" : " ^4.23.0 " ,
50
- "caniuse-lite" : " ^1.0.30001599 " ,
49
+ "browserslist" : " ^4.23.3 " ,
50
+ "caniuse-lite" : " ^1.0.30001646 " ,
51
51
"fraction.js" : " ^4.3.7" ,
52
52
"normalize-range" : " ^0.1.2" ,
53
- "picocolors" : " ^1.0.0 " ,
53
+ "picocolors" : " ^1.0.1 " ,
54
54
"postcss-value-parser" : " ^4.2.0"
55
55
},
56
56
"devDependencies" : {
57
- "@logux/eslint-config" : " ^53.0.0 " ,
58
- "@size-limit/preset-small-lib" : " 11.1.1 " ,
59
- "c8" : " ^9 .1.0 " ,
60
- "clean-publish" : " ^4.3 .0" ,
61
- "eslint" : " ^8.57 .0" ,
57
+ "@logux/eslint-config" : " ^53.2.1 " ,
58
+ "@size-limit/preset-small-lib" : " 11.1.4 " ,
59
+ "c8" : " ^10 .1.2 " ,
60
+ "clean-publish" : " ^5.0 .0" ,
61
+ "eslint" : " ^9.8 .0" ,
62
62
"nanospy" : " ^1.0.0" ,
63
- "postcss" : " ^8.4.38 " ,
64
- "size-limit" : " ^11.1.1 " ,
63
+ "postcss" : " ^8.4.40 " ,
64
+ "size-limit" : " ^11.1.4 " ,
65
65
"uvu" : " ^0.5.6"
66
66
},
67
67
"prettier" : {
You can’t perform that action at this time.
0 commit comments