Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 30, 2023
1 parent ccea6a4 commit 27cee2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@tauri-apps/cli": "1.5.0",
"@types/node": "20.7.2",
"@types/node": "20.8.0",
"autoprefixer": "10.4.16",
"cssnano": "6.0.1",
"cssnano-preset-advanced": "6.0.1",
Expand All @@ -42,7 +42,7 @@
"postcss-url": "10.1.3",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"typescript-esbuild": "0.2.1",
"typescript-esbuild": "0.2.4",
"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,10 +3,10 @@ name = "roundedcorners"
version = "0.0.8"

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

[dependencies]
regex = "1.9.5"
regex = "1.9.6"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
tauri = { version = "1.5.0", features = [
Expand Down

0 comments on commit 27cee2f

Please sign in to comment.