Skip to content

Commit 36c99dd

Browse files
committed
Upped dependencies
1 parent d46ff55 commit 36c99dd

File tree

3 files changed

+106
-151
lines changed

3 files changed

+106
-151
lines changed

client/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
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",
@@ -38,7 +38,7 @@
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",

client/src/pages/UserHome.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/>;

0 commit comments

Comments
 (0)