File tree Expand file tree Collapse file tree 3 files changed +106
-151
lines changed
Expand file tree Collapse file tree 3 files changed +106
-151
lines changed Original file line number Diff line number Diff line change 1616 "dependencies" : {
1717 "@surfnet/sds" : " ^0.0.162" ,
1818 "detect-browser" : " ^5.3.0" ,
19- "dompurify" : " ^3.3.1 " ,
19+ "dompurify" : " ^3.3.2 " ,
2020 "html2canvas" : " ^1.4.1" ,
21- "i18n-js" : " ^4.5.2 " ,
22- "isomorphic-dompurify" : " ^2.36 .0" ,
21+ "i18n-js" : " ^4.5.3 " ,
22+ "isomorphic-dompurify" : " ^3.0 .0" ,
2323 "js-cookie" : " ^3.0.5" ,
2424 "jsondiffpatch" : " ^0.7.3" ,
2525 "luxon" : " ^3.7.2" ,
3838 "@types/react" : " ^19.2.14" ,
3939 "@types/react-dom" : " ^19.2.1" ,
4040 "@vitejs/plugin-react" : " ^5.1.4" ,
41- "eslint" : " ^9.39 .2" ,
41+ "eslint" : " ^10.0 .2" ,
4242 "eslint-plugin-react" : " ^7.37.5" ,
4343 "eslint-plugin-react-hooks" : " ^7.0.1" ,
4444 "eslint-plugin-react-refresh" : " ^0.5.0" ,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ const UserHome = () => {
3131 ]
3232 } ) ;
3333 }
34- } , [ ] ) ;
34+ } , [ newLocation ] ) ;
3535
3636 if ( newLocation !== null ) {
3737 return < Navigate to = { newLocation } replace /> ;
You can’t perform that action at this time.
0 commit comments