1 Commits

Author SHA1 Message Date
eb2c71b437 Update dependency eslint to ^9.34.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-08-29 00:27:29 +00:00
4 changed files with 615 additions and 739 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -12,7 +12,7 @@
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fontsource/roboto": "^5.2.8",
"@fontsource/roboto": "^5.2.6",
"@fullcalendar/core": "^6.1.19",
"@fullcalendar/daygrid": "^6.1.19",
"@fullcalendar/interaction": "^6.1.19",
@@ -21,36 +21,36 @@
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@mui/icons-material": "^7.2.0",
"@mui/lab": "^7.0.0-beta.17",
"@mui/lab": "^7.0.0-beta.16",
"@mui/material": "^7.2.0",
"@mui/x-data-grid": "^8.17.0",
"@mui/x-date-pickers": "^8.17.0",
"@mui/x-tree-view": "^8.17.0",
"@mui/x-data-grid": "^8.9.2",
"@mui/x-date-pickers": "^8.9.2",
"@mui/x-tree-view": "^8.8.0",
"date-and-time": "^3.6.0",
"dayjs": "^1.11.19",
"dayjs": "^1.11.13",
"email-validator": "^2.0.4",
"filesize": "^11.0.13",
"jspdf": "^3.0.3",
"filesize": "^11.0.2",
"jspdf": "^3.0.1",
"mui-color-input": "^7.0.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-easy-crop": "^5.5.3",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-easy-crop": "^5.5.0",
"react-qr-code": "^2.0.18",
"react-router-dom": "^7.9.6",
"react-router-dom": "^7.4.0",
"react-zoom-pan-pinch": "^3.7.0",
"svg2pdf.js": "^2.6.0"
"svg2pdf.js": "^2.5.0"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@eslint/js": "^9.32.0",
"@types/react": "^19.1.11",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^4.7.0",
"eslint": "^9.39.1",
"eslint": "^9.34.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.4",
"vite": "^7.2.2"
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.38.0",
"vite": "^7.0.6"
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -6,33 +6,33 @@ edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4.28"
log = "0.4.27"
env_logger = "0.11.8"
clap = { version = "4.5.51", features = ["derive", "env"] }
clap = { version = "4.5.45", features = ["derive", "env"] }
lazy_static = "1.5.0"
lazy-regex = "3.4.2"
anyhow = "1.0.100"
lazy-regex = "3.4.1"
anyhow = "1.0.99"
actix-web = "4.11.0"
actix-cors = "0.7.1"
actix-multipart = "0.7.2"
actix-remote-ip = "0.1.0"
futures-util = "0.3.31"
diesel = { version = "2.3.3", features = ["postgres"] }
diesel = { version = "2.2.12", features = ["postgres"] }
diesel_migrations = "2.2.0"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
mailchecker = "6.0.19"
redis = "0.32.7"
lettre = "0.11.19"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.141"
mailchecker = "6.0.18"
redis = "0.32.4"
lettre = "0.11.18"
rand = "0.9.2"
bcrypt = "0.17.1"
light-openid = "1.0.4"
thiserror = "2.0.17"
thiserror = "2.0.12"
serde_with = "3.14.0"
rust_iso3166 = "0.1.14"
rust-s3 = "0.35.1"
sha2 = "0.10.9"
image = "0.25.9"
image = "0.25.6"
uuid = { version = "1.17.0", features = ["v4"] }
httpdate = "1.0.3"
zip = "4.3.0"
@@ -40,4 +40,4 @@ mime_guess = "2.0.5"
tempfile = "3.20.0"
base64 = "0.22.1"
ical = { version = "0.11.0", features = ["generator", "ical", "vcard"] }
chrono = "0.4.42"
chrono = "0.4.41"