Skip to content

Commit bf1fcf5

Browse files
authored
Merge branch 'main' into refactor/handlers-notification
2 parents 463790c + bf120e6 commit bf1fcf5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+2604
-2122
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.11.0
1+
24.11.1

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.5/schema.json",
33
"assist": {
44
"actions": {
55
"source": {

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitify",
3-
"version": "6.11.1",
3+
"version": "6.13.0",
44
"description": "GitHub notifications on your menu bar.",
55
"main": "build/main.js",
66
"scripts": {
@@ -71,26 +71,26 @@
7171
"menubar": "9.5.2",
7272
"react": "19.2.0",
7373
"react-dom": "19.2.0",
74-
"react-router-dom": "7.9.5"
74+
"react-router-dom": "7.9.6"
7575
},
7676
"devDependencies": {
7777
"@babel/core": "7.28.5",
7878
"@babel/preset-env": "7.28.5",
79-
"@biomejs/biome": "2.3.4",
79+
"@biomejs/biome": "2.3.5",
8080
"@discordapp/twemoji": "16.0.1",
8181
"@electron/notarize": "3.1.1",
8282
"@primer/css": "22.0.2",
83-
"@primer/octicons-react": "19.20.0",
83+
"@primer/octicons-react": "19.21.0",
8484
"@primer/primitives": "11.3.0",
8585
"@primer/react": "38.1.0",
8686
"@tailwindcss/postcss": "4.1.17",
8787
"@testing-library/jest-dom": "6.9.1",
8888
"@testing-library/react": "16.3.0",
8989
"@testing-library/user-event": "14.6.1",
9090
"@types/jest": "30.0.0",
91-
"@types/node": "24.10.0",
92-
"@types/react": "19.2.2",
93-
"@types/react-dom": "19.2.2",
91+
"@types/node": "24.10.1",
92+
"@types/react": "19.2.4",
93+
"@types/react-dom": "19.2.3",
9494
"@types/react-router-dom": "5.3.3",
9595
"@types/semver": "7.7.1",
9696
"axios": "1.13.2",
@@ -101,7 +101,7 @@
101101
"css-loader": "7.1.2",
102102
"css-minimizer-webpack-plugin": "7.0.2",
103103
"date-fns": "4.1.0",
104-
"electron": "39.1.1",
104+
"electron": "39.2.0",
105105
"electron-builder": "26.0.12",
106106
"final-form": "5.0.0",
107107
"graphql-tag": "2.12.6",
@@ -128,7 +128,7 @@
128128
"webpack-cli": "6.0.1",
129129
"webpack-merge": "6.0.1"
130130
},
131-
"packageManager": "pnpm@10.20.0",
131+
"packageManager": "pnpm@10.22.0",
132132
"pnpm": {
133133
"onlyBuiltDependencies": [
134134
"@biomejs/biome",

0 commit comments

Comments
 (0)