Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 29, 2023
1 parent 8b12bc0 commit ccea6a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@
},
"devDependencies": {
"@tauri-apps/cli": "1.5.0",
"@types/node": "20.7.1",
"@types/node": "20.7.2",
"autoprefixer": "10.4.16",
"cssnano": "6.0.1",
"cssnano-preset-advanced": "6.0.1",
"postcss": "8.4.30",
"postcss": "8.4.31",
"postcss-combine-duplicated-selectors": "10.0.3",
"postcss-combine-media-query": "1.0.1",
"postcss-import": "15.1.0",
"postcss-reporter": "7.0.5",
"postcss-url": "10.1.3",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"typescript-esbuild": "0.1.16",
"typescript-esbuild": "0.2.1",
"vite": "4.4.9",
"vite-plugin-solid": "2.7.0"
},
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name = "roundedcorners"
version = "0.0.8"

[build-dependencies]
tauri-build = { version = "1.4.0", features = [] }
tauri-build = { version = "1.4.1", features = [] }

[dependencies]
regex = "1.9.5"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
tauri = { version = "1.4.1", features = [
tauri = { version = "1.5.0", features = [
"system-tray",
"window-center",
"window-close",
Expand Down

0 comments on commit ccea6a4

Please sign in to comment.