Skip to content

Commit 593a430

Browse files
committed
Merge branch 'main' into refactor/primer-design-system
Signed-off-by: Adam Setch <[email protected]>
2 parents 905bf8e + d2d2d95 commit 593a430

File tree

11 files changed

+544
-430
lines changed

11 files changed

+544
-430
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ pnpm install
1212

1313
### Development
1414

15-
Optional: If you prefer to use your own OAuth credentials, you can do so by passing them as environment variables when bundling the app. This is optional as the app has some default "development" keys (use at your own discretion).
16-
17-
```shell
18-
OAUTH_CLIENT_ID="123" OAUTH_CLIENT_SECRET="456789" pnpm build
19-
```
15+
> [!TIP]
16+
> _Optional: If you prefer to use your own OAuth credentials, you can do so by passing them as environment variables when bundling the app. This is optional as the app has some default "development" keys (use at your own discretion)._
17+
> ```shell
18+
> OAUTH_CLIENT_ID="123" OAUTH_CLIENT_SECRET="456789" pnpm build
19+
> ```
2020
2121
To watch for changes (`webpack`) in the `src` directory:
2222

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitify",
3-
"version": "5.16.1",
3+
"version": "5.16.2",
44
"description": "GitHub notifications on your menu bar.",
55
"main": "build/main.js",
66
"scripts": {
@@ -127,12 +127,12 @@
127127
},
128128
"dependencies": {
129129
"@electron/remote": "2.1.2",
130-
"electron-log": "5.2.0",
130+
"electron-log": "5.2.3",
131131
"electron-updater": "6.3.9",
132132
"menubar": "9.5.1",
133133
"react": "18.3.1",
134134
"react-dom": "18.3.1",
135-
"react-router-dom": "6.27.0",
135+
"react-router-dom": "6.28.0",
136136
"update-electron-app": "3.0.0"
137137
},
138138
"devDependencies": {
@@ -143,46 +143,46 @@
143143
"@primer/react": "36.27.0",
144144
"@testing-library/react": "16.0.1",
145145
"@types/jest": "29.5.14",
146-
"@types/node": "22.8.2",
146+
"@types/node": "22.10.1",
147147
"@types/nprogress": "0.2.3",
148148
"@types/react": "18.3.12",
149149
"@types/react-router-dom": "5.3.3",
150150
"autoprefixer": "10.4.20",
151-
"axios": "1.7.7",
151+
"axios": "1.7.8",
152152
"clsx": "2.1.1",
153-
"concurrently": "9.0.1",
153+
"concurrently": "9.1.0",
154154
"copy-webpack-plugin": "12.0.2",
155155
"css-loader": "7.1.2",
156156
"css-minimizer-webpack-plugin": "7.0.0",
157157
"date-fns": "4.1.0",
158-
"electron": "33.0.2",
158+
"electron": "33.2.1",
159159
"electron-builder": "25.1.8",
160160
"final-form": "4.20.10",
161161
"graphql-tag": "2.12.6",
162162
"html-webpack-plugin": "5.6.3",
163-
"husky": "9.1.6",
163+
"husky": "9.1.7",
164164
"jest": "29.7.0",
165165
"jest-environment-jsdom": "29.7.0",
166-
"mini-css-extract-plugin": "2.9.1",
167-
"nock": "13.5.5",
166+
"mini-css-extract-plugin": "2.9.2",
167+
"nock": "13.5.6",
168168
"nprogress": "0.2.0",
169-
"postcss": "8.4.47",
169+
"postcss": "8.4.49",
170170
"postcss-loader": "8.1.1",
171171
"react-final-form": "6.5.9",
172172
"rimraf": "6.0.1",
173173
"styled-components": "6.1.13",
174-
"tailwind-merge": "2.5.4",
175-
"tailwindcss": "3.4.14",
174+
"tailwind-merge": "2.5.5",
175+
"tailwindcss": "3.4.15",
176176
"terser-webpack-plugin": "5.3.10",
177177
"ts-jest": "29.2.5",
178178
"ts-loader": "9.5.1",
179179
"ts-node": "10.9.2",
180-
"typescript": "5.6.3",
181-
"webpack": "5.95.0",
180+
"typescript": "5.7.2",
181+
"webpack": "5.96.1",
182182
"webpack-cli": "5.1.4",
183183
"webpack-merge": "6.0.1"
184184
},
185-
"packageManager": "pnpm@9.12.3",
185+
"packageManager": "pnpm@9.14.4",
186186
"lint-staged": {
187187
"*": "biome check --fix --no-errors-on-unmatched",
188188
"*.{js,ts,tsx}": "pnpm test -- --findRelatedTests -u --passWithNoTests"

0 commit comments

Comments
 (0)