File tree 3 files changed +71
-79
lines changed
eslint-plugin-material-ui
3 files changed +71
-79
lines changed Original file line number Diff line number Diff line change 6
6
"devDependencies" : {
7
7
"@types/eslint" : " ^8.56.12" ,
8
8
"@typescript-eslint/experimental-utils" : " ^5.62.0" ,
9
- "@typescript-eslint/parser" : " ^8.31.1 "
9
+ "@typescript-eslint/parser" : " ^8.32.0 "
10
10
},
11
11
"license" : " MIT"
12
12
}
Original file line number Diff line number Diff line change 82
82
"typescript" : " tsc -b tsconfig.json"
83
83
},
84
84
"dependencies" : {
85
- "@babel/runtime" : " ^7.27.0 " ,
85
+ "@babel/runtime" : " ^7.27.1 " ,
86
86
"@floating-ui/react" : " ^0.27.8" ,
87
87
"@floating-ui/utils" : " ^0.2.9" ,
88
88
"use-sync-external-store" : " ^1.5.0"
89
89
},
90
90
"devDependencies" : {
91
- "@mui/internal-test-utils" : " ^2.0.7 " ,
91
+ "@mui/internal-test-utils" : " ^2.0.8 " ,
92
92
"@testing-library/react" : " ^16.3.0" ,
93
93
"@testing-library/user-event" : " ^14.6.1" ,
94
94
"@types/chai" : " ^4.3.20" ,
102
102
"lodash" : " ^4.17.21" ,
103
103
"react" : " ^19.1.0" ,
104
104
"react-dom" : " ^19.1.0" ,
105
- "react-router" : " ^7.5.3 " ,
105
+ "react-router" : " ^7.6.0 " ,
106
106
"sinon" : " ^20.0.0" ,
107
107
"typescript" : " ^5.8.3"
108
108
},
You can’t perform that action at this time.
0 commit comments