|
1 | 1 | { |
2 | 2 | "name": "gitify", |
3 | | - "version": "5.18.0", |
| 3 | + "version": "6.0.0", |
4 | 4 | "description": "GitHub notifications on your menu bar.", |
5 | 5 | "main": "build/main.js", |
6 | 6 | "scripts": { |
|
69 | 69 | "build": { |
70 | 70 | "productName": "Gitify", |
71 | 71 | "appId": "com.electron.gitify", |
72 | | - "copyright": "Copyright © 2024 Gitify Team", |
| 72 | + "copyright": "Copyright © 2025 Gitify Team", |
73 | 73 | "asar": true, |
74 | 74 | "files": [ |
75 | 75 | "assets/images/*", |
|
80 | 80 | "package.json" |
81 | 81 | ], |
82 | 82 | "electronLanguages": ["en"], |
| 83 | + "protocols": [ |
| 84 | + { |
| 85 | + "name": "Gitify", |
| 86 | + "schemes": ["gitify", "gitify-dev"] |
| 87 | + } |
| 88 | + ], |
83 | 89 | "mac": { |
84 | 90 | "category": "public.app-category.developer-tools", |
85 | 91 | "icon": "assets/images/app-icon.icns", |
|
123 | 129 | "repo": "gitify" |
124 | 130 | }, |
125 | 131 | "afterSign": "scripts/notarize.js", |
126 | | - "afterPack": "scripts/remove-unused-locales.js" |
| 132 | + "afterPack": "scripts/afterPack.js" |
127 | 133 | }, |
128 | 134 | "dependencies": { |
129 | 135 | "@electron/remote": "2.1.2", |
130 | | - "electron-log": "5.2.4", |
| 136 | + "electron-log": "5.3.0", |
131 | 137 | "electron-updater": "6.3.9", |
132 | 138 | "menubar": "9.5.1", |
133 | 139 | "react": "19.0.0", |
134 | 140 | "react-dom": "19.0.0", |
135 | | - "react-router-dom": "7.1.3", |
136 | | - "update-electron-app": "3.1.0" |
| 141 | + "react-router-dom": "7.1.5", |
| 142 | + "update-electron-app": "3.1.1" |
137 | 143 | }, |
138 | 144 | "devDependencies": { |
139 | 145 | "@biomejs/biome": "1.9.4", |
140 | 146 | "@discordapp/twemoji": "15.1.0", |
141 | 147 | "@electron/notarize": "2.5.0", |
142 | | - "@primer/octicons-react": "19.14.0", |
143 | | - "@primer/react": "37.9.1", |
| 148 | + "@primer/octicons-react": "19.15.0", |
| 149 | + "@primer/primitives": "10.3.4", |
| 150 | + "@primer/react": "36.27.0", |
| 151 | + "@tailwindcss/postcss": "4.0.3", |
144 | 152 | "@testing-library/react": "16.2.0", |
145 | 153 | "@types/jest": "29.5.14", |
146 | | - "@types/node": "22.10.7", |
147 | | - "@types/nprogress": "0.2.3", |
148 | | - "@types/react": "19.0.7", |
| 154 | + "@types/node": "22.13.1", |
| 155 | + "@types/react": "19.0.8", |
149 | 156 | "@types/react-dom": "19.0.3", |
150 | 157 | "@types/react-router-dom": "5.3.3", |
151 | 158 | "@types/semver": "7.5.8", |
152 | | - "autoprefixer": "10.4.20", |
153 | 159 | "axios": "1.7.9", |
154 | 160 | "clsx": "2.1.1", |
155 | 161 | "concurrently": "9.1.2", |
156 | 162 | "copy-webpack-plugin": "12.0.2", |
157 | 163 | "css-loader": "7.1.2", |
158 | 164 | "css-minimizer-webpack-plugin": "7.0.0", |
159 | 165 | "date-fns": "4.1.0", |
160 | | - "electron": "34.0.0", |
| 166 | + "electron": "34.1.0", |
161 | 167 | "electron-builder": "25.1.8", |
162 | 168 | "final-form": "4.20.10", |
163 | 169 | "graphql-tag": "2.12.6", |
|
167 | 173 | "jest-environment-jsdom": "29.7.0", |
168 | 174 | "mini-css-extract-plugin": "2.9.2", |
169 | 175 | "nock": "13.5.6", |
170 | | - "nprogress": "0.2.0", |
171 | 176 | "postcss": "8.5.1", |
172 | 177 | "postcss-loader": "8.1.1", |
173 | | - "react-final-form": "6.5.9", |
174 | 178 | "rimraf": "6.0.1", |
175 | | - "semver": "7.6.3", |
| 179 | + "semver": "7.7.1", |
176 | 180 | "styled-components": "6.1.14", |
177 | | - "tailwind-merge": "2.6.0", |
178 | | - "tailwindcss": "3.4.17", |
| 181 | + "tailwind-merge": "3.0.1", |
| 182 | + "tailwindcss": "4.0.3", |
179 | 183 | "terser-webpack-plugin": "5.3.11", |
180 | 184 | "ts-jest": "29.2.5", |
181 | 185 | "ts-loader": "9.5.2", |
|
185 | 189 | "webpack-cli": "6.0.1", |
186 | 190 | "webpack-merge": "6.0.1" |
187 | 191 | }, |
188 | | - "packageManager": "[email protected].4", |
| 192 | + "packageManager": "[email protected].5", |
189 | 193 | "lint-staged": { |
190 | 194 | "*": "biome check --fix --no-errors-on-unmatched", |
191 | 195 | "*.{js,ts,tsx}": "pnpm test -- --findRelatedTests -u --passWithNoTests" |
|
0 commit comments