V 1.4.1 Einige Abhängigkeiten updated (vite + hoghcharts)

This commit is contained in:
2026-04-26 14:45:01 +02:00
parent 41dbf46881
commit 6f7673358d
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
{ {
"name": "wetterstation-frontend", "name": "wetterstation-frontend",
"private": true, "private": true,
"version": "1.4.0", "version": "1.4.1",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
@@ -9,9 +9,9 @@
"preview": "vite preview" "preview": "vite preview"
}, },
"dependencies": { "dependencies": {
"date-fns": "^3.3.1", "date-fns": "^4.1.0",
"highcharts": "^11.4.0", "highcharts": "^12.6.0",
"highcharts-react-official": "^3.2.1", "highcharts-react-official": "^3.2.3",
"react": "^18.3.1", "react": "^18.3.1",
"react-dom": "^18.3.1" "react-dom": "^18.3.1"
}, },
+1 -1
View File
@@ -1,6 +1,6 @@
import { useMemo, useState } from 'react' import { useMemo, useState } from 'react'
import Highcharts from 'highcharts' import Highcharts from 'highcharts'
import HighchartsReact from 'highcharts-react-official' import { HighchartsReact } from 'highcharts-react-official'
import { format } from 'date-fns' import { format } from 'date-fns'
import { de } from 'date-fns/locale' import { de } from 'date-fns/locale'
import './WeatherDashboard.css' import './WeatherDashboard.css'