Skip to content

Commit

Permalink
Update version numbers and fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
0-don committed Mar 31, 2024
1 parent 103c05d commit 01f3f92
Show file tree
Hide file tree
Showing 8 changed files with 522 additions and 999 deletions.
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.5",
"version": "1.2.6",
"description": "Clipboard Manager built with Rust & Typescript",
"license": "MIT",
"type": "module",
Expand All @@ -18,18 +18,18 @@
"@tauri-apps/api": "^1.5.3",
"dayjs": "^1.11.10",
"solid-icons": "^1.1.0",
"solid-js": "^1.8.12"
"solid-js": "^1.8.16"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.9",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.33",
"prettier": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"@tauri-apps/cli": "^1.5.11",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3",
"vite": "^5.2.7",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-solid": "^2.9.1"
"vite-plugin-solid": "^2.10.2"
}
}
Loading

0 comments on commit 01f3f92

Please sign in to comment.