File tree Expand file tree Collapse file tree 3 files changed +656
-783
lines changed Expand file tree Collapse file tree 3 files changed +656
-783
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,15 @@ export default [
77 ...loguxConfig ,
88 {
99 rules : {
10- 'no-console ' : 'off' ,
11- 'node-import/prefer-node-protocol ' : 'off'
10+ 'n/prefer-node-protocol ' : 'off' ,
11+ 'no-console ' : 'off'
1212 }
1313 } ,
1414 {
1515 files : [ 'bin/autoprefixer' ] ,
1616 rules : {
17- 'n/global-require' : 'off'
17+ 'n/global-require' : 'off' ,
18+ 'n/no-unsupported-features/es-syntax' : 'off'
1819 }
1920 } ,
2021 {
Original file line number Diff line number Diff line change 4646 "postcss" : " ^8.1.0"
4747 },
4848 "dependencies" : {
49- "browserslist" : " ^4.23.0 " ,
50- "caniuse-lite" : " ^1.0.30001599 " ,
49+ "browserslist" : " ^4.23.3 " ,
50+ "caniuse-lite" : " ^1.0.30001646 " ,
5151 "fraction.js" : " ^4.3.7" ,
5252 "normalize-range" : " ^0.1.2" ,
53- "picocolors" : " ^1.0.0 " ,
53+ "picocolors" : " ^1.0.1 " ,
5454 "postcss-value-parser" : " ^4.2.0"
5555 },
5656 "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" ,
6262 "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 " ,
6565 "uvu" : " ^0.5.6"
6666 },
6767 "prettier" : {
You can’t perform that action at this time.
0 commit comments