Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jan 11, 2024
1 parent 797e54c commit dc8fff5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
},
"dependencies": {
"@tauri-apps/api": "1.5.3",
"solid-js": "1.8.8"
"solid-js": "1.8.10"
},
"devDependencies": {
"@tauri-apps/cli": "2.0.0-alpha.20",
"@types/node": "20.10.7",
"@types/node": "20.10.8",
"autoprefixer": "10.4.16",
"cssnano": "6.0.3",
"cssnano-preset-advanced": "6.0.3",
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 = "1.5.1", features = [] }

[dependencies]
regex = "1.10.2"
serde = { version = "1.0.194", features = ["derive"] }
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
tauri = { version = "1.5.4", features = [
"system-tray",
Expand Down

0 comments on commit dc8fff5

Please sign in to comment.