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 23, 2024
1 parent f32d855 commit c5bcfc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
},
"dependencies": {
"@tauri-apps/api": "2.0.3",
"solid-js": "1.9.2"
"solid-js": "1.9.3"
},
"devDependencies": {
"@playform/build": "0.1.8",
"@tauri-apps/cli": "2.0.4",
"@types/node": "22.7.8",
"@types/node": "22.7.9",
"autoprefixer": "10.4.20",
"cssnano": "7.0.6",
"cssnano-preset-advanced": "7.0.6",
Expand All @@ -42,7 +42,7 @@
"postcss-reporter": "7.1.0",
"postcss-url": "10.1.3",
"tailwindcss": "3.4.14",
"vite": "5.4.9",
"vite": "5.4.10",
"vite-plugin-solid": "2.10.2"
},
"publishConfig": {
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.0"
serde = { version = "1.0.210", features = ["derive"] }
serde = { version = "1.0.213", features = ["derive"] }
serde_json = "1.0.132"
tauri = { version = "2.0.6", features = [
"tray-icon",
Expand Down

0 comments on commit c5bcfc1

Please sign in to comment.