Update dependencies
This commit is contained in:
parent
46f5bc38b8
commit
47356d359d
5 changed files with 1117 additions and 1147 deletions
574
Cargo.lock
generated
574
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -9,17 +9,17 @@ edition = "2024"
|
|||
|
||||
[workspace.dependencies]
|
||||
anyhow = "1.0.98"
|
||||
clap = { version = "4.5.37", features = ["derive", "deprecated"] }
|
||||
clap = { version = "4.5.38", features = ["derive", "deprecated"] }
|
||||
directories = "6.0.0"
|
||||
gdn = { path = "gdn" }
|
||||
git2 = { version = "0.20.1", features = ["vendored-libgit2", "vendored-openssl"] }
|
||||
jiff = "0.2.11"
|
||||
git2 = { version = "0.20.2", features = ["vendored-libgit2", "vendored-openssl"] }
|
||||
jiff = "0.2.14"
|
||||
rand = "0.9.1"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.140"
|
||||
tauri = { version = "2.5.1", features = [] }
|
||||
tauri-build = { version = "2.2.0", features = [] }
|
||||
tauri-plugin-opener = "2.2.6"
|
||||
tauri-plugin-opener = "2.2.7"
|
||||
|
||||
[workspace.lints]
|
||||
rust.unsafe_code = { level = "forbid", priority = 1 }
|
||||
|
|
|
|||
|
|
@ -13,27 +13,27 @@
|
|||
"dependencies": {
|
||||
"@floating-ui/vue": "^1.1.6",
|
||||
"@remixicon/vue": "^4.6.0",
|
||||
"@tailwindcss/vite": "^4.1.4",
|
||||
"@tailwindcss/vite": "^4.1.7",
|
||||
"@tauri-apps/api": "^2.5.0",
|
||||
"@tauri-apps/plugin-opener": "^2.2.6",
|
||||
"@tauri-apps/plugin-opener": "^2.2.7",
|
||||
"@vueuse/core": "^12.8.2",
|
||||
"pinia": "^2.3.1",
|
||||
"tailwindcss": "^4.1.4",
|
||||
"vue": "^3.5.13",
|
||||
"zod": "^3.24.3"
|
||||
"tailwindcss": "^4.1.7",
|
||||
"vue": "^3.5.15",
|
||||
"zod": "^3.25.29"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.25.1",
|
||||
"@eslint/js": "^9.27.0",
|
||||
"@tauri-apps/cli": "^2.5.0",
|
||||
"@types/node": "^22.15.2",
|
||||
"@vitejs/plugin-vue": "^5.2.3",
|
||||
"eslint": "^9.25.1",
|
||||
"eslint-config-prettier": "^10.1.2",
|
||||
"@types/node": "^22.15.21",
|
||||
"@vitejs/plugin-vue": "^5.2.4",
|
||||
"eslint": "^9.27.0",
|
||||
"eslint-config-prettier": "^10.1.5",
|
||||
"eslint-plugin-vue": "^9.33.0",
|
||||
"typescript": "^5.8.3",
|
||||
"typescript-eslint": "^8.31.0",
|
||||
"vite": "^6.3.3",
|
||||
"vite-plugin-vue-devtools": "^7.7.5",
|
||||
"typescript-eslint": "^8.32.1",
|
||||
"vite": "^6.3.5",
|
||||
"vite-plugin-vue-devtools": "^7.7.6",
|
||||
"vue-tsc": "^2.2.10"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { z } from "zod";
|
||||
import { z } from "zod/v4";
|
||||
|
||||
export type NodeId = z.infer<typeof NodeId>;
|
||||
export const NodeId = z.string().startsWith("n").length(17);
|
||||
|
|
|
|||
1654
pnpm-lock.yaml
generated
1654
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue