Skip to content

Commit

Permalink
chore: Update dependencies and fix clipboard image resizing
Browse files Browse the repository at this point in the history
  • Loading branch information
0-don committed Jul 4, 2024
1 parent 667490d commit 7f1b352
Show file tree
Hide file tree
Showing 7 changed files with 750 additions and 458 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ pnpm-lock.yaml
target
yarn-error.log
.vscode
bun.lockb
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clippy",
"version": "1.2.8",
"version": "1.2.",
"description": "Clipboard Manager built with Rust & Typescript",
"license": "MIT",
"type": "module",
Expand All @@ -15,21 +15,21 @@
"icon": "tauri icon"
},
"dependencies": {
"@tauri-apps/api": "^1.5.4",
"@tauri-apps/api": "^1.6.0",
"dayjs": "^1.11.11",
"solid-icons": "^1.1.0",
"solid-js": "^1.8.17"
"solid-js": "^1.8.18"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.12",
"@tauri-apps/cli": "^1.6.0",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-checker": "^0.6.4",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vite-plugin-checker": "^0.7.0",
"vite-plugin-solid": "^2.10.2"
}
}
Loading

0 comments on commit 7f1b352

Please sign in to comment.