Skip to content

Commit 4dc1f04

Browse files
committed
chore: upgrade dependencies
1 parent 7b6ba5e commit 4dc1f04

File tree

6 files changed

+655
-898
lines changed

6 files changed

+655
-898
lines changed

.changeset/gold-mirrors-own.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@quassel/frontend": patch
3+
"@quassel/backend": patch
4+
"@quassel/ui": patch
5+
---
6+
7+
Upgrade dependencies

apps/backend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@mikro-orm/reflection": "^6.4.7",
3939
"@mikro-orm/seeder": "^6.4.7",
4040
"@nestjs/common": "^11.0.11",
41-
"@nestjs/config": "^4.0.0",
41+
"@nestjs/config": "^4.0.1",
4242
"@nestjs/core": "^11.0.11",
4343
"@nestjs/platform-fastify": "^11.0.11",
4444
"@nestjs/swagger": "^11.0.6",
@@ -55,10 +55,10 @@
5555
},
5656
"devDependencies": {
5757
"@nestjs/cli": "^11.0.5",
58-
"@nestjs/schematics": "^11.0.1",
58+
"@nestjs/schematics": "^11.0.2",
5959
"@nestjs/testing": "^11.0.11",
6060
"@types/jest": "^29.5.14",
61-
"@types/node": "^22.13.8",
61+
"@types/node": "^22.13.9",
6262
"@types/supertest": "^6.0.2",
6363
"jest": "^29.7.0",
6464
"prettier": "^3.5.3",

apps/frontend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"@nanostores/react": "^0.8.4",
2626
"@quassel/ui": "workspace:*",
2727
"@quassel/utils": "workspace:*",
28-
"@tanstack/react-query": "^5.66.11",
29-
"@tanstack/react-router": "^1.112.0",
28+
"@tanstack/react-query": "^5.67.1",
29+
"@tanstack/react-router": "^1.112.13",
3030
"nanostores": "^0.11.4",
3131
"openapi-fetch": "0.13.4",
3232
"openapi-react-query": "0.3.0",
@@ -35,8 +35,8 @@
3535
},
3636
"devDependencies": {
3737
"@anolilab/unplugin-favicons": "^1.0.5",
38-
"@tanstack/router-devtools": "^1.112.6",
39-
"@tanstack/router-plugin": "^1.112.3",
38+
"@tanstack/router-devtools": "^1.112.13",
39+
"@tanstack/router-plugin": "^1.112.13",
4040
"@testing-library/jest-dom": "^6.6.3",
4141
"@testing-library/react": "^16.2.0",
4242
"@types/react": "^19.0.10",

libs/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@mantine/form": "7.17.1",
3535
"@mantine/hooks": "^7.17.1",
3636
"@mantine/notifications": "7.17.1",
37-
"@tabler/icons-react": "^3.30.0",
37+
"@tabler/icons-react": "^3.31.0",
3838
"dayjs": "^1.11.13",
3939
"react": "^19.0.0",
4040
"react-dom": "^19.0.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"eslint-plugin-react-refresh": "^0.4.19",
3232
"globals": "^16.0.0",
3333
"nx": "^20.4.6",
34-
"typescript-eslint": "^8.25.0"
34+
"typescript-eslint": "^8.26.0"
3535
},
3636
"engines": {
3737
"node": ">=22.0.0"

0 commit comments

Comments
 (0)