1 Commits

Author SHA1 Message Date
7f5ca75304 Update dependency date-and-time to ^4.4.0
Some checks failed
continuous-integration/drone/push Build is failing
2026-03-31 00:34:24 +00:00
3 changed files with 6 additions and 6 deletions

View File

@@ -63,7 +63,7 @@ steps:
# Build ESP32 program # Build ESP32 program
- name: esp32_compile - name: esp32_compile
image: espressif/idf:v5.5.4 image: espressif/idf:v5.5.3
volumes: volumes:
- name: releases - name: releases
path: /tmp/releases path: /tmp/releases

View File

@@ -17,7 +17,7 @@
"@mui/material": "^7.3.9", "@mui/material": "^7.3.9",
"@mui/x-charts": "^8.28.0", "@mui/x-charts": "^8.28.0",
"@mui/x-date-pickers": "^8.27.2", "@mui/x-date-pickers": "^8.27.2",
"date-and-time": "^4.3.1", "date-and-time": "^4.4.0",
"dayjs": "^1.11.20", "dayjs": "^1.11.20",
"filesize": "^11.0.15", "filesize": "^11.0.15",
"react": "^19.2.4", "react": "^19.2.4",
@@ -2832,9 +2832,9 @@
} }
}, },
"node_modules/date-and-time": { "node_modules/date-and-time": {
"version": "4.3.1", "version": "4.4.0",
"resolved": "https://registry.npmjs.org/date-and-time/-/date-and-time-4.3.1.tgz", "resolved": "https://registry.npmjs.org/date-and-time/-/date-and-time-4.4.0.tgz",
"integrity": "sha512-3Phnc4P4KzoMWMvvFws8tJg7IBE8bHkGG8aVztd7QqreyeCnNbaFzslU0+/z0wlQ0TrWbDqyQMKSZdeLWLxgNw==", "integrity": "sha512-foXRmpxgnF6JApwYcYDXfXXA0V3A/5ITsCfUXBxhfNekZmv1few84MQxkgBK6lVr1vENcGHY4hzlJJwJJ5tnWA==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=18" "node": ">=18"

View File

@@ -19,7 +19,7 @@
"@mui/material": "^7.3.9", "@mui/material": "^7.3.9",
"@mui/x-charts": "^8.28.0", "@mui/x-charts": "^8.28.0",
"@mui/x-date-pickers": "^8.27.2", "@mui/x-date-pickers": "^8.27.2",
"date-and-time": "^4.3.1", "date-and-time": "^4.4.0",
"dayjs": "^1.11.20", "dayjs": "^1.11.20",
"filesize": "^11.0.15", "filesize": "^11.0.15",
"react": "^19.2.4", "react": "^19.2.4",