Updated project dependencies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2024-11-30 09:28:09 +01:00
parent 017ce989c0
commit 74ab902180
4 changed files with 2036 additions and 1809 deletions

1083
remote_backend/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -8,19 +8,19 @@ edition = "2021"
[dependencies] [dependencies]
log = "0.4.21" log = "0.4.21"
env_logger = "0.11.3" env_logger = "0.11.3"
clap = { version = "4.5.4", features = ["derive", "env"] } clap = { version = "4.5.21", features = ["derive", "env"] }
serde = { version = "1.0.200", features = ["derive"] } serde = { version = "1.0.215", features = ["derive"] }
light-openid = { version = "1.0.2", features = ["crypto-wrapper"] } light-openid = { version = "1.0.2", features = ["crypto-wrapper"] }
basic-jwt = "0.2.0" basic-jwt = "0.2.0"
actix-web = "4.5.1" actix-web = "4.5.1"
actix-remote-ip = "0.1.0" actix-remote-ip = "0.1.0"
actix-session = { version = "0.9.0", features = ["cookie-session"] } actix-session = { version = "0.10.1", features = ["cookie-session"] }
actix-identity = "0.7.1" actix-identity = "0.8.0"
actix-cors = "0.7.0" actix-cors = "0.7.0"
lazy_static = "1.4.0" lazy_static = "1.4.0"
anyhow = "1.0.83" anyhow = "1.0.93"
reqwest = { version = "0.12.4", features = ["json"] } reqwest = { version = "0.12.9", features = ["json"] }
thiserror = "1.0.59" thiserror = "2.0.3"
uuid = { version = "1.8.0", features = ["v4", "serde"] } uuid = { version = "1.8.0", features = ["v4", "serde"] }
futures-util = "0.3.30" futures-util = "0.3.30"
lazy-regex = "3.1.0" lazy-regex = "3.1.0"

File diff suppressed because it is too large Load Diff

View File

@ -10,22 +10,22 @@
"preview": "vite preview" "preview": "vite preview"
}, },
"dependencies": { "dependencies": {
"@fluentui/react-components": "^9.49.2", "@fluentui/react-components": "^9.56.3",
"@fluentui/react-icons": "^2.0.239", "@fluentui/react-icons": "^2.0.266",
"filesize": "^10.1.1", "filesize": "^10.1.6",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0" "react-dom": "^18.2.0"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "^18.2.66", "@types/react": "^18.3.12",
"@types/react-dom": "^18.2.22", "@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.2.0", "@typescript-eslint/parser": "^8.16.0",
"@vitejs/plugin-react": "^4.2.1", "@vitejs/plugin-react": "^4.3.4",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.6", "eslint-plugin-react-refresh": "^0.4.14",
"typescript": "^5.2.2", "typescript": "^5.7.2",
"vite": "^5.2.11" "vite": "^6.0.1"
} }
} }