Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 20, 2024
1 parent b38ad52 commit 43b7fc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "2.0.2",
"@tauri-apps/api": "2.0.3",
"solid-js": "1.9.2"
},
"devDependencies": {
"@playform/build": "0.1.7",
"@tauri-apps/cli": "2.0.3",
"@types/node": "22.7.6",
"@types/node": "22.7.7",
"autoprefixer": "10.4.20",
"cssnano": "7.0.6",
"cssnano-preset-advanced": "7.0.6",
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ tauri-build = { version = "2.0.1", features = [] }
[dependencies]
regex = "1.11.0"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
tauri = { version = "2.0.4", features = [
serde_json = "1.0.132"
tauri = { version = "2.0.5", features = [
"tray-icon",
"system-tray",
"window-center",
Expand Down

0 comments on commit 43b7fc2

Please sign in to comment.