Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
0-don committed Sep 26, 2023
1 parent 022ccc3 commit 69297b0
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@kobalte/tailwindcss": "^0.8.0",
"@tauri-apps/cli": "^1.4.0",
"@types/node": "^20.6.4",
"@types/node": "^20.6.5",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.30",
"prettier": "^3.0.3",
Expand Down
4 changes: 1 addition & 3 deletions prettier.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// prettier.config.js
module.exports = {
plugins: [
require("prettier-plugin-tailwindcss", require("prettier-plugin-organize-imports")),
],
plugins: ["prettier-plugin-organize-imports", "prettier-plugin-tailwindcss"],
};
137 changes: 137 additions & 0 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tauri = { version = "1", features = [ "app-all", "notification-all", "dialog-ope
serde = { version = "1", features = ["derive"] }
serde_json = "1"
clipboard-master = "3"
arboard = "3"
arboard = { version = "3", features = ["wayland-data-control"] }
image = "0"
tauri-plugin-positioner = { version = "1", features = ["system-tray"] }
tauri-plugin-autostart = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
Expand Down

0 comments on commit 69297b0

Please sign in to comment.