File tree Expand file tree Collapse file tree 5 files changed +132
-130
lines changed
eslint-plugin-package-json Expand file tree Collapse file tree 5 files changed +132
-130
lines changed Original file line number Diff line number Diff line change 278
278
"eslint-plugin-jsdoc" : " ^46.10.1" ,
279
279
"eslint-plugin-jsx-a11y" : " ^6.10.2" ,
280
280
"eslint-plugin-md" : " ^1.0.19" ,
281
- "eslint-plugin-prettier" : " ^5.2.3 " ,
282
- "eslint-plugin-react" : " ^7.37.4 " ,
281
+ "eslint-plugin-prettier" : " ^5.2.6 " ,
282
+ "eslint-plugin-react" : " ^7.37.5 " ,
283
283
"eslint-plugin-react-hooks" : " ^4.6.2" ,
284
284
"eslint-plugin-wpcalypso" : " workspace:^" ,
285
285
"eslint-plugin-you-dont-need-lodash-underscore" : " ^6.14.0" ,
311
311
"stackframe" : " ^1.1.1" ,
312
312
"stacktrace-gps" : " ^3.0.3" ,
313
313
"storybook" : " ^8.6.12" ,
314
- "stylelint" : " ^16.15.0 " ,
315
- "stylelint-scss" : " ^6.4.0 " ,
314
+ "stylelint" : " ^16.19.1 " ,
315
+ "stylelint-scss" : " ^6.11.1 " ,
316
316
"tslib" : " ^2.3.0" ,
317
317
"typescript" : " 5.8.2" ,
318
318
"webpack" : " ^5.97.1" ,
Original file line number Diff line number Diff line change 28
28
"@automattic/calypso-typescript-config" : " workspace:^"
29
29
},
30
30
"peerDependencies" : {
31
- "eslint" : " >=8.57.1 "
31
+ "eslint" : " >=9.26.0 "
32
32
}
33
33
}
Original file line number Diff line number Diff line change 25
25
},
26
26
"peerDependencies" : {
27
27
"@babel/core" : " >=7.26.10" ,
28
- "eslint" : " >=8.57.1 " ,
28
+ "eslint" : " >=9.26.0 " ,
29
29
"eslint-plugin-inclusive-language" : " ^2.2.1" ,
30
30
"eslint-plugin-jsdoc" : " ^46.10.1" ,
31
- "eslint-plugin-react" : " ^7.37.4 " ,
31
+ "eslint-plugin-react" : " ^7.37.5 " ,
32
32
"eslint-plugin-react-hooks" : " ^4.3.0"
33
33
},
34
34
"peerDependenciesMeta" : {
Original file line number Diff line number Diff line change 72
72
"@typescript-eslint/parser" : " ^6.21.0" ,
73
73
"@wordpress/eslint-plugin" : " ^22.9.0" ,
74
74
"@wordpress/stylelint-config" : " ^23.15.0" ,
75
- "stylelint" : " ^16.2 .1" ,
76
- "stylelint-scss" : " ^6.4.0 " ,
75
+ "stylelint" : " ^16.19 .1" ,
76
+ "stylelint-scss" : " ^6.11.1 " ,
77
77
"typescript" : " ^5.8.2"
78
78
},
79
79
"peerDependencies" : {
88
88
"react-dom" : " ^18.3.1" ,
89
89
"redux" : " ^5.0.1" ,
90
90
"stylelint" : " *" ,
91
- "stylelint-scss" : " ^6.4.0 " ,
91
+ "stylelint-scss" : " ^6.11.1 " ,
92
92
"webpack" : " *"
93
93
},
94
94
"private" : true
You can’t perform that action at this time.
0 commit comments