Skip to content

Commit 5d39fac

Browse files
committed
Update react dependencies
1 parent ac041ef commit 5d39fac

2 files changed

Lines changed: 144 additions & 276 deletions

File tree

Plan/react/dashboard/package.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,28 @@
66
"type": "module",
77
"proxy": "http://localhost:8800",
88
"dependencies": {
9-
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
109
"@fortawesome/fontawesome-free": "^7.0.0",
1110
"@fortawesome/fontawesome-svg-core": "^7.0.0",
1211
"@fortawesome/free-brands-svg-icons": "^7.0.0",
1312
"@fortawesome/free-regular-svg-icons": "^7.0.0",
1413
"@fortawesome/free-solid-svg-icons": "^7.0.0",
15-
"@fortawesome/react-fontawesome": "^0.2.3",
14+
"@fortawesome/react-fontawesome": "^3.0.0",
1615
"@fullcalendar/bootstrap": "^6.1.19",
1716
"@fullcalendar/core": "^6.1.19",
1817
"@fullcalendar/daygrid": "^6.1.19",
1918
"@fullcalendar/interaction": "^6.1.19",
2019
"@fullcalendar/react": "^6.1.19",
2120
"@highcharts/map-collection": "^2.3.1",
22-
"@testing-library/jest-dom": "^6.7.0",
21+
"@testing-library/jest-dom": "^6.8.0",
2322
"@testing-library/react": "^16.3.0",
2423
"@testing-library/user-event": "^14.6.1",
25-
"@uiw/react-color-chrome": "^2.7.1",
26-
"@uiw/react-color-wheel": "^2.7.1",
24+
"@uiw/react-color-chrome": "^2.8.0",
25+
"@uiw/react-color-wheel": "^2.8.0",
2726
"axios": "^1.11.0",
2827
"bootstrap": "^5.3.7",
2928
"export-to-csv": "^1.3.0",
3029
"highcharts": "^12.3.0",
31-
"i18next": "^25.3.6",
30+
"i18next": "^25.4.0",
3231
"i18next-chained-backend": "^4.6.2",
3332
"i18next-http-backend": "^3.0.2",
3433
"i18next-localstorage-backend": "^4.2.0",
@@ -38,7 +37,7 @@
3837
"react-bootstrap": "^2.10.10",
3938
"react-bootstrap-range-slider": "^3.0.8",
4039
"react-dom": "^18.3.1",
41-
"react-i18next": "^15.6.1",
40+
"react-i18next": "^15.7.1",
4241
"react-mcjsonchat": "^1.0.0",
4342
"react-router-dom": "^6.26.0",
4443
"react-select": "^5.10.2",
@@ -71,7 +70,7 @@
7170
]
7271
},
7372
"devDependencies": {
74-
"@vitejs/plugin-react": "^5.0.0",
75-
"vite": "^7.1.2"
73+
"@vitejs/plugin-react": "^5.0.1",
74+
"vite": "^7.1.3"
7675
}
7776
}

0 commit comments

Comments
 (0)