File tree Expand file tree Collapse file tree 4 files changed +994
-983
lines changed
Expand file tree Collapse file tree 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 7676 ]
7777 },
7878 "devDependencies" : {
79- "@ladle/react" : " ^4.0.3 " ,
79+ "@ladle/react" : " ^4.1.2 " ,
8080 "@testing-library/jest-dom" : " ^6.4.5" ,
8181 "@testing-library/react" : " ^14.2.2" ,
8282 "@testing-library/react-hooks" : " ^8.0.1" ,
9292 "happy-dom" : " ^15.10.2" ,
9393 "jest-fetch-mock" : " ^3.0.3" ,
9494 "jsdom" : " ^24.0.0" ,
95- "msw" : " ^2.2.13 " ,
95+ "msw" : " ^2.6.4 " ,
9696 "prettier" : " 3.2.5" ,
9797 "prop-types" : " ^15.8.1" ,
9898 "react-test-renderer" : " ^18.2.0" ,
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ const theme = extendTheme({
6565 components : {
6666 MuiButtonBase : {
6767 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.
6969 } ,
7070 } ,
7171 MuiCssBaseline : {
You can’t perform that action at this time.
0 commit comments