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 29, 2024
1 parent 61d0495 commit dc093cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@playform/build": "0.1.8",
"@tauri-apps/cli": "2.0.4",
"@types/node": "22.8.1",
"@types/node": "22.8.2",
"autoprefixer": "10.4.20",
"cssnano": "7.0.6",
"cssnano-preset-advanced": "7.0.6",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tauri-build = { version = "2.0.2", features = [] }

[dependencies]
regex = "1.11.1"
serde = { version = "1.0.213", features = ["derive"] }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
tauri = { version = "2.0.6", features = [
"tray-icon",
Expand Down

0 comments on commit dc093cf

Please sign in to comment.