Compare commits
2 Commits
c524f13429
...
57a4c47d79
Author | SHA1 | Date | |
---|---|---|---|
57a4c47d79 | |||
f6ed37458e |
@ -22,7 +22,7 @@ anyhow = "1.0.98"
|
|||||||
reqwest = { version = "0.12.15", features = ["json"] }
|
reqwest = { version = "0.12.15", features = ["json"] }
|
||||||
thiserror = "2.0.12"
|
thiserror = "2.0.12"
|
||||||
uuid = { version = "1.16.0", features = ["v4", "serde"] }
|
uuid = { version = "1.16.0", features = ["v4", "serde"] }
|
||||||
futures-util = "0.3.30"
|
futures-util = "0.3.31"
|
||||||
lazy-regex = "3.4.1"
|
lazy-regex = "3.4.1"
|
||||||
mime_guess = "2.0.5"
|
mime_guess = "2.0.5"
|
||||||
rust-embed = { version = "8.6.0" }
|
rust-embed = { version = "8.6.0" }
|
||||||
|
@ -13,13 +13,13 @@
|
|||||||
"@fluentui/react-components": "^9.63.0",
|
"@fluentui/react-components": "^9.63.0",
|
||||||
"@fluentui/react-icons": "^2.0.302",
|
"@fluentui/react-icons": "^2.0.302",
|
||||||
"filesize": "^10.1.6",
|
"filesize": "^10.1.6",
|
||||||
"react": "^18.3.1",
|
"react": "^19.1.0",
|
||||||
"react-dom": "^18.3.1"
|
"react-dom": "^19.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/js": "^9.26.0",
|
"@eslint/js": "^9.26.0",
|
||||||
"@types/react": "^18.3.23",
|
"@types/react": "^19.1.8",
|
||||||
"@types/react-dom": "^18.3.7",
|
"@types/react-dom": "^19.1.6",
|
||||||
"@typescript-eslint/eslint-plugin": "^8.32.1",
|
"@typescript-eslint/eslint-plugin": "^8.32.1",
|
||||||
"@typescript-eslint/parser": "^8.32.1",
|
"@typescript-eslint/parser": "^8.32.1",
|
||||||
"@vitejs/plugin-react": "^4.4.1",
|
"@vitejs/plugin-react": "^4.4.1",
|
||||||
|
Reference in New Issue
Block a user