Skip to content

Commit bedd6dc

Browse files
committed
Merge branch 'main' into feat/count-unread-only
Signed-off-by: Adam Setch <[email protected]>
2 parents 1d1a4b8 + f404642 commit bedd6dc

File tree

6 files changed

+284
-247
lines changed

6 files changed

+284
-247
lines changed

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.2/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.4/schema.json",
33
"assist": {
44
"actions": {
55
"source": {

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -74,32 +74,32 @@
7474
"react-router-dom": "7.9.5"
7575
},
7676
"devDependencies": {
77-
"@biomejs/biome": "2.3.2",
77+
"@biomejs/biome": "2.3.4",
7878
"@discordapp/twemoji": "16.0.1",
79-
"@electron/notarize": "3.1.0",
79+
"@electron/notarize": "3.1.1",
8080
"@primer/css": "22.0.2",
81-
"@primer/octicons-react": "19.19.0",
82-
"@primer/primitives": "11.2.1",
81+
"@primer/octicons-react": "19.20.0",
82+
"@primer/primitives": "11.3.0",
8383
"@primer/react": "37.31.0",
84-
"@tailwindcss/postcss": "4.1.16",
84+
"@tailwindcss/postcss": "4.1.17",
8585
"@testing-library/jest-dom": "6.9.1",
8686
"@testing-library/react": "16.3.0",
8787
"@testing-library/user-event": "14.6.1",
8888
"@types/jest": "30.0.0",
89-
"@types/node": "24.9.2",
89+
"@types/node": "24.10.0",
9090
"@types/react": "19.2.2",
9191
"@types/react-dom": "19.2.2",
9292
"@types/react-router-dom": "5.3.3",
9393
"@types/semver": "7.7.1",
9494
"identity-obj-proxy": "3.0.0",
95-
"axios": "1.13.1",
95+
"axios": "1.13.2",
9696
"clsx": "2.1.1",
9797
"concurrently": "9.2.1",
9898
"copy-webpack-plugin": "13.0.1",
9999
"css-loader": "7.1.2",
100100
"css-minimizer-webpack-plugin": "7.0.2",
101101
"date-fns": "4.1.0",
102-
"electron": "39.0.0",
102+
"electron": "39.1.1",
103103
"electron-builder": "26.0.12",
104104
"final-form": "5.0.0",
105105
"graphql-tag": "2.12.6",
@@ -111,11 +111,11 @@
111111
"nock": "13.5.6",
112112
"postcss": "8.5.6",
113113
"postcss-loader": "8.2.0",
114-
"rimraf": "6.0.1",
114+
"rimraf": "6.1.0",
115115
"semver": "7.7.3",
116116
"styled-components": "6.1.19",
117117
"tailwind-merge": "3.3.1",
118-
"tailwindcss": "4.1.16",
118+
"tailwindcss": "4.1.17",
119119
"terser-webpack-plugin": "5.3.14",
120120
"ts-jest": "29.4.5",
121121
"ts-loader": "9.5.4",

0 commit comments

Comments
 (0)