fix: Minor package updates

Possible breaking change for Vite, to be monitored
This commit is contained in:
Davide Passoni
2025-03-19 12:59:00 +01:00
parent 3c33d3883e
commit 4350cd93e5
3 changed files with 24 additions and 26 deletions

View File

@@ -8,13 +8,6 @@
"build-release": "vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.8.1",
"chart.js": "^4.4.7",
"react-chartjs-2": "^5.3.0",
"react-circular-progressbar": "^2.1.0",
"react-clock": "^5.1.0"
},
"devDependencies": {
"@eslint/js": "^9.6.0",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
@@ -35,7 +28,9 @@
"@typescript-eslint/parser": "^7.14.1",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"axios": "^1.8.1",
"buffer": "^6.0.3",
"chart.js": "^4.4.7",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
@@ -54,6 +49,9 @@
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"react": "^18.2.0",
"react-chartjs-2": "^5.3.0",
"react-circular-progressbar": "^2.1.0",
"react-clock": "^5.1.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-leaflet": "^4.2.1",
@@ -61,7 +59,7 @@
"turf": "^3.0.14",
"typescript-eslint": "^7.14.1",
"usng": "^0.3.0",
"vite": "^5.2.0",
"vite": "^6.2.2",
"vite-plugin-externals": "^0.6.2",
"vite-plugin-file": "^1.0.5",
"web-audio-peak-meter": "^3.1.0"