Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
martpie committed Jun 13, 2024
1 parent 4aa5da6 commit b212063
Show file tree
Hide file tree
Showing 4 changed files with 147 additions and 152 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@tanstack/react-query": "^5.40.0",
"@tanstack/react-virtual": "3.5.0",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-virtual": "3.5.1",
"@tauri-apps/api": "^2.0.0-beta.13",
"@tauri-apps/plugin-dialog": "2.0.0-beta.4",
"@tauri-apps/plugin-log": "2.0.0-beta.5",
"@tauri-apps/plugin-notification": "2.0.0-beta.4",
"@tauri-apps/plugin-os": "2.0.0-beta.4",
"@tauri-apps/plugin-shell": "2.0.0-beta.5",
"@tauri-apps/plugin-dialog": "2.0.0-beta.5",
"@tauri-apps/plugin-log": "2.0.0-beta.6",
"@tauri-apps/plugin-notification": "2.0.0-beta.5",
"@tauri-apps/plugin-os": "2.0.0-beta.5",
"@tauri-apps/plugin-shell": "2.0.0-beta.6",
"classnames": "^2.5.1",
"font-awesome": "^4.7.0",
"lodash": "^4.17.21",
Expand All @@ -54,13 +54,13 @@
"zustand": "^4.5.2"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@biomejs/biome": "1.8.1",
"@tauri-apps/cli": "^2.0.0-beta.20",
"@types/lodash": "^4.17.4",
"@types/lodash": "^4.17.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/semver": "^7.5.8",
"@vitejs/plugin-react": "^4.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"normalize.css": "^8.0.1",
"postcss": "^8.4.38",
Expand All @@ -73,7 +73,7 @@
"stylelint-config-standard": "^36.0.0",
"typescript": "^5.4.5",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.2.12",
"vite": "^5.2.13",
"vite-plugin-svgr": "^4.2.0",
"vitest": "^1.6.0"
}
Expand Down
48 changes: 24 additions & 24 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ tauri-build = { version = "2.0.0-beta.17", features = ["codegen"] }

[dependencies]
tauri = { version = "2.0.0-beta.22", features = ["protocol-asset", "image-png", "devtools"] }
tauri-plugin-dialog = "2.0.0-beta.8"
tauri-plugin-notification = "2.0.0-beta.6"
tauri-plugin-os = "2.0.0-beta.5"
tauri-plugin-log = {version = "2.0.0-beta.5", features = ["colored"] }
tauri-plugin-shell = "2.0.0-beta.6"
tauri-plugin-single-instance = "2.0.0-beta.8"
tauri-plugin-window-state = "2.0.0-beta.8"
tauri-plugin-dialog = "2.0.0-beta.9"
tauri-plugin-notification = "2.0.0-beta.7"
tauri-plugin-os = "2.0.0-beta.6"
tauri-plugin-log = {version = "2.0.0-beta.6", features = ["colored"] }
tauri-plugin-shell = "2.0.0-beta.7"
tauri-plugin-single-instance = "2.0.0-beta.9"
tauri-plugin-window-state = "2.0.0-beta.9"

# non-Tauri dependencies
anyhow = "1.0.86"
Expand All @@ -31,7 +31,7 @@ futures = "0.3.30"
home-config = { version = "0.6.0", features = ["toml"] }
itertools = "0.13.0"
log = "0.4.21"
lofty = "0.19.2"
lofty = "0.20.0"
memoize = "0.4.2"
nosleep = "0.2.1"
pathdiff = "0.2.1"
Expand All @@ -40,7 +40,7 @@ serde_json = "1.0.117"
serde = { version = "1.0.203", features = ["derive"] }
strum = { version = "0.26.2", features = ["derive"] }
thiserror = "1.0.61"
tokio = { version = "1.37.0", features = ["macros"] }
tokio = { version = "1.38.0", features = ["macros"] }
ts-rs = "7.1.1"
uuid = { version = "1.8.0", features = ["v3", "v4", "fast-rng"] }
walkdir = "2.5.0"
Expand Down
Loading

0 comments on commit b212063

Please sign in to comment.