mirror of
https://github.com/Xevion/byte-me.git
synced 2026-01-31 14:23:47 -06:00
Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e21029580c | ||
|
|
442cd156e9 | ||
|
|
55cd4ae921 | ||
|
|
7cce282f0e | ||
|
|
d724a17e21 | ||
|
|
a806af3bba | ||
|
|
8e241898d4 | ||
|
|
3e9e3097f5 | ||
|
|
83d6eb972e |
Vendored
+1
-1
@@ -53,7 +53,7 @@ jobs:
|
||||
run: cargo machete src-tauri/
|
||||
|
||||
- name: Install cargo-outdated
|
||||
uses: taiki-e/cache-cargo-install-action@v3
|
||||
uses: taiki-e/cache-cargo-install-action@v2
|
||||
with:
|
||||
tool: cargo-outdated
|
||||
|
||||
|
||||
+6
-6
@@ -18,21 +18,21 @@
|
||||
"@tauri-apps/api": "^2.9.1",
|
||||
"@tauri-apps/plugin-opener": "^2.5.2",
|
||||
"lucide-react": "^0.562.0",
|
||||
"react": "^19.2.3",
|
||||
"react-dom": "^19.2.3",
|
||||
"react": "^19.2.4",
|
||||
"react-dom": "^19.2.4",
|
||||
"tailwindcss": "^4.1.18",
|
||||
"ts-pattern": "^5.9.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tauri-apps/cli": "^2.9.6",
|
||||
"@tsconfig/vite-react": "^7.0.2",
|
||||
"@types/react": "^19.2.7",
|
||||
"@types/react": "^19.2.10",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@vitejs/plugin-react": "^5.1.2",
|
||||
"prettier": "^3.7.4",
|
||||
"prettier": "^3.8.0",
|
||||
"tsx": "^4.21.0",
|
||||
"typescript": "~5.9.3",
|
||||
"vite": "^7.3.0",
|
||||
"vitest": "^4.0.16"
|
||||
"vite": "^7.3.1",
|
||||
"vitest": "^4.0.17"
|
||||
}
|
||||
}
|
||||
|
||||
Generated
+327
-274
File diff suppressed because it is too large
Load Diff
Generated
+176
-193
File diff suppressed because it is too large
Load Diff
@@ -19,7 +19,7 @@ tauri-build = { version = "2.5.3", features = [] }
|
||||
|
||||
[dependencies]
|
||||
tauri = { version = "2.9.5", features = [] }
|
||||
tauri-plugin-opener = "2.5.2"
|
||||
tauri-plugin-opener = "2.5.3"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
ffprobe = "0.4.0"
|
||||
ts-rs = { version = "11.1.0", features = ["format"] }
|
||||
|
||||
Reference in New Issue
Block a user