Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 26, 2023
1 parent 78a067a commit 3596eea
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,11 +26,11 @@
},
"dependencies": {
"@tauri-apps/api": "1.5.1",
"solid-js": "1.8.3"
"solid-js": "1.8.4"
},
"devDependencies": {
"@tauri-apps/cli": "1.5.6",
"@types/node": "20.8.8",
"@types/node": "20.8.9",
"autoprefixer": "10.4.16",
"cssnano": "6.0.1",
"cssnano-preset-advanced": "6.0.1",
Expand All @@ -41,7 +41,7 @@
"postcss-reporter": "7.0.5",
"postcss-url": "10.1.3",
"tailwindcss": "3.3.5",
"typescript-esbuild": "0.3.0",
"typescript-esbuild": "0.3.1",
"vite": "4.5.0",
"vite-plugin-solid": "2.7.2"
},
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.0", features = [] }

[dependencies]
regex = "1.10.2"
serde = { version = "1.0.189", features = ["derive"] }
serde = { version = "1.0.190", features = ["derive"] }
serde_json = "1.0.107"
tauri = { version = "1.5.2", features = [
"system-tray",
Expand Down

0 comments on commit 3596eea

Please sign in to comment.