Updated project dependencies
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
017ce989c0
commit
74ab902180
1083
remote_backend/Cargo.lock
generated
1083
remote_backend/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -8,19 +8,19 @@ edition = "2021"
|
||||
[dependencies]
|
||||
log = "0.4.21"
|
||||
env_logger = "0.11.3"
|
||||
clap = { version = "4.5.4", features = ["derive", "env"] }
|
||||
serde = { version = "1.0.200", features = ["derive"] }
|
||||
clap = { version = "4.5.21", features = ["derive", "env"] }
|
||||
serde = { version = "1.0.215", features = ["derive"] }
|
||||
light-openid = { version = "1.0.2", features = ["crypto-wrapper"] }
|
||||
basic-jwt = "0.2.0"
|
||||
actix-web = "4.5.1"
|
||||
actix-remote-ip = "0.1.0"
|
||||
actix-session = { version = "0.9.0", features = ["cookie-session"] }
|
||||
actix-identity = "0.7.1"
|
||||
actix-session = { version = "0.10.1", features = ["cookie-session"] }
|
||||
actix-identity = "0.8.0"
|
||||
actix-cors = "0.7.0"
|
||||
lazy_static = "1.4.0"
|
||||
anyhow = "1.0.83"
|
||||
reqwest = { version = "0.12.4", features = ["json"] }
|
||||
thiserror = "1.0.59"
|
||||
anyhow = "1.0.93"
|
||||
reqwest = { version = "0.12.9", features = ["json"] }
|
||||
thiserror = "2.0.3"
|
||||
uuid = { version = "1.8.0", features = ["v4", "serde"] }
|
||||
futures-util = "0.3.30"
|
||||
lazy-regex = "3.1.0"
|
||||
|
2726
remote_frontend/package-lock.json
generated
2726
remote_frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -10,22 +10,22 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui/react-components": "^9.49.2",
|
||||
"@fluentui/react-icons": "^2.0.239",
|
||||
"filesize": "^10.1.1",
|
||||
"@fluentui/react-components": "^9.56.3",
|
||||
"@fluentui/react-icons": "^2.0.266",
|
||||
"filesize": "^10.1.6",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.2.66",
|
||||
"@types/react-dom": "^18.2.22",
|
||||
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
||||
"@typescript-eslint/parser": "^8.2.0",
|
||||
"@vitejs/plugin-react": "^4.2.1",
|
||||
"@types/react": "^18.3.12",
|
||||
"@types/react-dom": "^18.3.1",
|
||||
"@typescript-eslint/eslint-plugin": "^8.16.0",
|
||||
"@typescript-eslint/parser": "^8.16.0",
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-plugin-react-hooks": "^5.0.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.6",
|
||||
"typescript": "^5.2.2",
|
||||
"vite": "^5.2.11"
|
||||
"eslint-plugin-react-refresh": "^0.4.14",
|
||||
"typescript": "^5.7.2",
|
||||
"vite": "^6.0.1"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user