File tree Expand file tree Collapse file tree
devextreme-react/src/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change 125125 "eslint-plugin-no-only-tests" : " catalog:" ,
126126 "eslint-plugin-react" : " 7.37.5" ,
127127 "eslint-plugin-react-hooks" : " 5.2.0" ,
128- "eslint-plugin-react-perf" : " 3.3.2" ,
128+ "eslint-plugin-react-perf" : " 3.3.3" ,
129+ "eslint-plugin-vue" : " catalog:" ,
129130 "express" : " 4.22.0" ,
130131 "glob" : " 11.1.0" ,
131132 "globals" : " catalog:" ,
152153 "testcafe" : " 3.7.2" ,
153154 "testcafe-reporter-spec-time" : " 4.0.0" ,
154155 "ts-node" : " 10.9.2" ,
156+ "vue-eslint-parser" : " catalog:" ,
155157 "vue-tsc" : " 3.0.8"
156158 },
157159 "scripts" : {
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ export function useOptionScanning(
1616 parentUpdateToken : symbol ,
1717 parentType : 'option' | 'component' ,
1818) : [
19- IConfigNode ,
20- NestedOptionContextContent ,
21- ] {
19+ IConfigNode ,
20+ NestedOptionContextContent ,
21+ ] {
2222 const parentContext = useContext ( NestedOptionContext ) ;
2323
2424 const {
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const internalProps: InternalProps = {
1515 defaults : { } ,
1616 templateProps : [ ] ,
1717 expectedChildren : { } ,
18- // eslint-disable-next-line spellcheck/spell-checker
18+
1919 subscribableOptions : [ ] ,
2020 independentEvents : [ ] ,
2121 useRequestAnimationFrameFlag : false ,
@@ -48,10 +48,10 @@ function separateProps(
4848 defaultsProps : Record < string , string > ,
4949 templateProps : ITemplateMeta [ ] ,
5050) : {
51- options : Record < string , any > ;
52- defaults : Record < string , any > ;
53- templates : Record < string , any > ;
54- } {
51+ options : Record < string , any > ;
52+ defaults : Record < string , any > ;
53+ templates : Record < string , any > ;
54+ } {
5555 // eslint-disable-next-line no-param-reassign
5656 templateProps = templateProps || [ ] ;
5757 const defaults : Record < string , any > = { } ;
Original file line number Diff line number Diff line change 7979 "eslint-plugin-i18n" : " catalog:" ,
8080 "eslint-plugin-import" : " catalog:" ,
8181 "eslint-plugin-no-only-tests" : " catalog:" ,
82+ "eslint-plugin-vue" : " catalog:" ,
8283 "@babel/eslint-parser" : " catalog:" ,
8384 "@typescript-eslint/eslint-plugin" : " catalog:" ,
84- "@typescript-eslint/parser" : " catalog:"
85+ "@typescript-eslint/parser" : " catalog:" ,
86+ "vue-eslint-parser" : " catalog:"
8587 },
8688 "publishConfig" : {
8789 "directory" : " npm" ,
Original file line number Diff line number Diff line change 116116 "eslint-migration-utils" : " workspace:*" ,
117117 "eslint-plugin-i18n" : " catalog:" ,
118118 "eslint-plugin-import" : " catalog:" ,
119- "eslint-plugin-jest" : " 28.14.0 " ,
119+ "eslint-plugin-jest" : " 29.0.1 " ,
120120 "eslint-plugin-jest-formatting" : " 3.1.0" ,
121- "eslint-plugin-jsx-a11y" : " 6.8.0 " ,
121+ "eslint-plugin-jsx-a11y" : " catalog: " ,
122122 "eslint-plugin-n" : " 17.23.1" ,
123123 "eslint-plugin-no-only-tests" : " catalog:" ,
124124 "eslint-plugin-qunit" : " catalog:" ,
125- "eslint-plugin-react" : " 7.33.2 " ,
125+ "eslint-plugin-react" : " 7.37.5 " ,
126126 "eslint-plugin-rulesdir" : " 0.2.2" ,
127127 "eslint-plugin-simple-import-sort" : " 10.0.0" ,
128128 "eslint-plugin-spellcheck" : " 0.0.20" ,
You can’t perform that action at this time.
0 commit comments