Skip to content

Commit

Permalink
v2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
richhost committed May 25, 2024
1 parent 442de94 commit 0c075d9
Show file tree
Hide file tree
Showing 4 changed files with 499 additions and 504 deletions.
2 changes: 0 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
electron_mirror=https://npmmirror.com/mirrors/electron/
electron_builder_binaries_mirror=https://npmmirror.com/mirrors/electron-builder-binaries/
engine-strict=true
shamefully-hoist=true
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pixzip",
"version": "2.1.4",
"version": "2.1.5",
"type": "module",
"main": "./out/main/index.js",
"scripts": {
Expand Down Expand Up @@ -30,14 +30,14 @@
"@radix-ui/react-tooltip": "^1.0.7",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/wicg-file-system-access": "^2023.10.5",
"@vitejs/plugin-react": "^4.3.0",
"autoprefixer": "^10.4.19",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"electron": "^30.0.7",
"electron": "^30.0.8",
"electron-builder": "^24.13.3",
"electron-vite": "^2.2.0",
"gifuct-js": "^2.1.2",
Expand All @@ -52,7 +52,7 @@
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"ts-pattern": "^5.1.1",
"ts-pattern": "^5.1.2",
"typescript": "^5.4.5",
"vaul": "^0.9.1",
"vite": "^5.2.11",
Expand Down
Loading

0 comments on commit 0c075d9

Please sign in to comment.