@samitouri / QOSami-HFS / commits / b9190d5c

bump react

Massimo Melina committed Dec 5, 2024 at 23:45 UTC b9190d5c605ecafb08e06be0f570c2b5548c46c0
2 files changed +7 -7
admin/package.json
+3 -3
@@ -20,7 +20,7 @@
20 "@mui/x-tree-view": "^6.17.0",
21 "@gregoranders/csv": "^0.0.13",
22 "dayjs": "^1.11.10",
23 - "react": "^18.2.0",
23 + "react": "^18.3.1",
24 "react-dom": "^18.2.0",
25 "react-router-dom": "^6.23.1",
26 "react-simple-code-editor": "^0.13.1",
@@ -33,8 +33,8 @@
33 "web-vitals": "^2.1.4"
34 },
35 "devDependencies": {
36 - "@types/react": "^18.2.48",
37 - "@types/react-dom": "^18.2.18",
36 + "@types/react": "^18.3.14",
37 + "@types/react-dom": "^18.3.2",
38 "@types/react-window": "^1.8.8",
39 "@types/react-virtualized-auto-sizer": "^1.0.4",
40 "vite": "^5.4.8"
frontend/package.json
+4 -4
@@ -10,8 +10,8 @@
10 "dependencies": {
11 "@hfs/shared": "*",
12 "lodash": "^4.17.21",
13 - "react": "^18.2.0",
14 - "react-dom": "^18.2.0",
13 + "react": "^18.3.1",
14 + "react-dom": "^18.3.1",
15 "react-router-dom": "^6.1.1",
16 "tssrp6a": "^3.0.0",
17 "usehooks-ts": "^2.6.0",
@@ -20,8 +20,8 @@
20 },
21 "devDependencies": {
22 "@types/lodash": "^4.14.178",
23 - "@types/react": "^18.0.15",
24 - "@types/react-dom": "^18.0.6",
23 + "@types/react": "^18.3.14",
24 + "@types/react-dom": "^18.3.2",
25 "@vitejs/plugin-legacy": "^5.3.2",
26 "cross-env": "^7.0.3",
27 "sass": "^1.54.5",