Skip to content

Commit 5200095

Browse files
committed
Merge branch 'main' into feat/jest-to-vitest
Signed-off-by: Adam Setch <adam.setch@outlook.com>
2 parents 741461c + 7877261 commit 5200095

3 files changed

Lines changed: 199 additions & 198 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.13.0
1+
24.13.1

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"homepage": "https://gitify.io/",
7373
"dependencies": {
7474
"electron-log": "5.4.3",
75-
"electron-updater": "6.8.2",
75+
"electron-updater": "6.8.3",
7676
"menubar": "9.5.2",
7777
"react": "19.2.4",
7878
"react-dom": "19.2.4",
@@ -96,14 +96,14 @@
9696
"@octokit/types": "16.0.0",
9797
"@parcel/watcher": "2.5.6",
9898
"@primer/css": "22.1.0",
99-
"@primer/octicons-react": "19.21.2",
100-
"@primer/react": "38.9.0",
99+
"@primer/octicons-react": "19.22.0",
100+
"@primer/react": "38.11.0",
101101
"@tailwindcss/postcss": "4.1.18",
102102
"@testing-library/jest-dom": "6.9.1",
103103
"@testing-library/react": "16.3.2",
104104
"@testing-library/user-event": "14.6.1",
105-
"@types/node": "24.10.9",
106-
"@types/react": "19.2.10",
105+
"@types/node": "24.10.13",
106+
"@types/react": "19.2.14",
107107
"@types/react-dom": "19.2.3",
108108
"@types/react-router-dom": "5.3.3",
109109
"@types/semver": "7.7.1",
@@ -116,8 +116,8 @@
116116
"css-loader": "7.1.3",
117117
"css-minimizer-webpack-plugin": "7.0.4",
118118
"date-fns": "4.1.0",
119-
"dotenv": "17.2.3",
120-
"electron": "40.1.0",
119+
"dotenv": "17.3.1",
120+
"electron": "40.4.0",
121121
"electron-builder": "26.7.0",
122122
"final-form": "5.0.0",
123123
"graphql": "16.12.0",
@@ -128,7 +128,7 @@
128128
"postcss": "8.5.6",
129129
"postcss-loader": "8.2.0",
130130
"rimraf": "6.1.2",
131-
"semver": "7.7.3",
131+
"semver": "7.7.4",
132132
"styled-components": "6.3.8",
133133
"tailwind-merge": "3.4.0",
134134
"tailwindcss": "4.1.18",
@@ -141,7 +141,7 @@
141141
"webpack-cli": "6.0.1",
142142
"webpack-merge": "6.0.1"
143143
},
144-
"packageManager": "pnpm@10.28.2",
144+
"packageManager": "pnpm@10.29.3",
145145
"pnpm": {
146146
"onlyBuiltDependencies": [
147147
"@biomejs/biome",
@@ -157,4 +157,4 @@
157157
"*": "biome check --no-errors-on-unmatched",
158158
"*.{js,ts,tsx}": "pnpm test --changed --passWithNoTests --update"
159159
}
160-
}
160+
}

0 commit comments

Comments
 (0)