Compare commits
2 Commits
e8e6716f14
...
40bbfd9adf
| Author | SHA1 | Date | |
|---|---|---|---|
| 40bbfd9adf | |||
| c803ccb212 |
14
geneit_app/package-lock.json
generated
14
geneit_app/package-lock.json
generated
@@ -18,9 +18,9 @@
|
|||||||
"@fullcalendar/react": "^6.1.17",
|
"@fullcalendar/react": "^6.1.17",
|
||||||
"@mdi/js": "^7.4.47",
|
"@mdi/js": "^7.4.47",
|
||||||
"@mdi/react": "^1.6.1",
|
"@mdi/react": "^1.6.1",
|
||||||
"@mui/icons-material": "^7.0.0",
|
"@mui/icons-material": "^7.0.2",
|
||||||
"@mui/lab": "^7.0.0-beta.11",
|
"@mui/lab": "^7.0.0-beta.11",
|
||||||
"@mui/material": "^7.0.0",
|
"@mui/material": "^7.0.2",
|
||||||
"@mui/x-data-grid": "^7.28.2",
|
"@mui/x-data-grid": "^7.28.2",
|
||||||
"@mui/x-date-pickers": "^7.28.2",
|
"@mui/x-date-pickers": "^7.28.2",
|
||||||
"@mui/x-tree-view": "^7.28.1",
|
"@mui/x-tree-view": "^7.28.1",
|
||||||
@@ -1283,12 +1283,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@mui/icons-material": {
|
"node_modules/@mui/icons-material": {
|
||||||
"version": "7.0.0",
|
"version": "7.0.2",
|
||||||
"resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-7.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-7.0.2.tgz",
|
||||||
"integrity": "sha512-1coOyY9nmkEURD1WCtR2bE7hKz6GOC+JzTqVQTE/c+wD/5CdUDzcV876phmeWAdxbSV5NI4PNxNwkOAcAnxxjg==",
|
"integrity": "sha512-Bo57PFLOqXOqPNrXjd8AhzH5s6TCsNUQbvnQ0VKZ8D+lIlteqKnrk/O1luMJUc/BXONK7BfIdTdc7qOnXYbMdw==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.26.10"
|
"@babel/runtime": "^7.27.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0"
|
"node": ">=14.0.0"
|
||||||
@@ -1298,7 +1298,7 @@
|
|||||||
"url": "https://opencollective.com/mui-org"
|
"url": "https://opencollective.com/mui-org"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@mui/material": "^7.0.0",
|
"@mui/material": "^7.0.2",
|
||||||
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
||||||
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -20,9 +20,9 @@
|
|||||||
"@fullcalendar/react": "^6.1.17",
|
"@fullcalendar/react": "^6.1.17",
|
||||||
"@mdi/js": "^7.4.47",
|
"@mdi/js": "^7.4.47",
|
||||||
"@mdi/react": "^1.6.1",
|
"@mdi/react": "^1.6.1",
|
||||||
"@mui/icons-material": "^7.0.0",
|
"@mui/icons-material": "^7.0.2",
|
||||||
"@mui/lab": "^7.0.0-beta.11",
|
"@mui/lab": "^7.0.0-beta.11",
|
||||||
"@mui/material": "^7.0.0",
|
"@mui/material": "^7.0.2",
|
||||||
"@mui/x-data-grid": "^7.28.2",
|
"@mui/x-data-grid": "^7.28.2",
|
||||||
"@mui/x-date-pickers": "^7.28.2",
|
"@mui/x-date-pickers": "^7.28.2",
|
||||||
"@mui/x-tree-view": "^7.28.1",
|
"@mui/x-tree-view": "^7.28.1",
|
||||||
|
|||||||
4
geneit_backend/Cargo.lock
generated
4
geneit_backend/Cargo.lock
generated
@@ -390,9 +390,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "anyhow"
|
name = "anyhow"
|
||||||
version = "1.0.97"
|
version = "1.0.98"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
|
checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "arbitrary"
|
name = "arbitrary"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ env_logger = "0.11.8"
|
|||||||
clap = { version = "4.5.35", features = ["derive", "env"] }
|
clap = { version = "4.5.35", features = ["derive", "env"] }
|
||||||
lazy_static = "1.5.0"
|
lazy_static = "1.5.0"
|
||||||
lazy-regex = "3.4.1"
|
lazy-regex = "3.4.1"
|
||||||
anyhow = "1.0.97"
|
anyhow = "1.0.98"
|
||||||
actix-web = "4.10.2"
|
actix-web = "4.10.2"
|
||||||
actix-cors = "0.7.1"
|
actix-cors = "0.7.1"
|
||||||
actix-multipart = "0.7.2"
|
actix-multipart = "0.7.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user