File tree 4 files changed +994
-983
lines changed
4 files changed +994
-983
lines changed Original file line number Diff line number Diff line change 1
- lts /*
1
+ stable /*
Original file line number Diff line number Diff line change 76
76
]
77
77
},
78
78
"devDependencies" : {
79
- "@ladle/react" : " ^4.0.3 " ,
79
+ "@ladle/react" : " ^4.1.2 " ,
80
80
"@testing-library/jest-dom" : " ^6.4.5" ,
81
81
"@testing-library/react" : " ^14.2.2" ,
82
82
"@testing-library/react-hooks" : " ^8.0.1" ,
92
92
"happy-dom" : " ^15.10.2" ,
93
93
"jest-fetch-mock" : " ^3.0.3" ,
94
94
"jsdom" : " ^24.0.0" ,
95
- "msw" : " ^2.2.13 " ,
95
+ "msw" : " ^2.6.4 " ,
96
96
"prettier" : " 3.2.5" ,
97
97
"prop-types" : " ^15.8.1" ,
98
98
"react-test-renderer" : " ^18.2.0" ,
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ const theme = extendTheme({
65
65
components : {
66
66
MuiButtonBase : {
67
67
defaultProps : {
68
- disableRipple : ! ! process . env . VITEST_WORKER_ID , // No more ripple...only when testing.
68
+ disableRipple : typeof process !== 'undefined' && ! ! process . env . VITEST_WORKER_ID , // No more ripple...only when testing.
69
69
} ,
70
70
} ,
71
71
MuiCssBaseline : {
You can’t perform that action at this time.
0 commit comments