Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Nov 14, 2024
1 parent cd53083 commit 7641289
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "2.0.3",
"@tauri-apps/api": "2.1.1",
"solid-js": "1.9.3"
},
"devDependencies": {
"@playform/build": "0.1.8",
"@tauri-apps/cli": "2.0.4",
"@tauri-apps/cli": "2.1.0",
"@types/node": "22.9.0",
"vite": "5.4.10",
"vite": "5.4.11",
"vite-plugin-solid": "2.10.2"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ version = "0.0.1"
target-dir = "Target"

[build-dependencies]
tauri-build = { version = "2.0.2", features = [] }
tauri = { version = "2.0.6", features = ["api-all", "devtools", "system-tray"] }
serde = { version = "1.0.214", features = ["derive"] }
tauri-build = { version = "2.0.3", features = [] }
tauri = { version = "2.1.1", features = ["api-all", "devtools", "system-tray"] }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.132"

[features]
Expand Down

0 comments on commit 7641289

Please sign in to comment.