File tree Expand file tree Collapse file tree 6 files changed +655
-898
lines changed Expand file tree Collapse file tree 6 files changed +655
-898
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @quassel/frontend " : patch
3
+ " @quassel/backend " : patch
4
+ " @quassel/ui " : patch
5
+ ---
6
+
7
+ Upgrade dependencies
Original file line number Diff line number Diff line change 38
38
"@mikro-orm/reflection" : " ^6.4.7" ,
39
39
"@mikro-orm/seeder" : " ^6.4.7" ,
40
40
"@nestjs/common" : " ^11.0.11" ,
41
- "@nestjs/config" : " ^4.0.0 " ,
41
+ "@nestjs/config" : " ^4.0.1 " ,
42
42
"@nestjs/core" : " ^11.0.11" ,
43
43
"@nestjs/platform-fastify" : " ^11.0.11" ,
44
44
"@nestjs/swagger" : " ^11.0.6" ,
55
55
},
56
56
"devDependencies" : {
57
57
"@nestjs/cli" : " ^11.0.5" ,
58
- "@nestjs/schematics" : " ^11.0.1 " ,
58
+ "@nestjs/schematics" : " ^11.0.2 " ,
59
59
"@nestjs/testing" : " ^11.0.11" ,
60
60
"@types/jest" : " ^29.5.14" ,
61
- "@types/node" : " ^22.13.8 " ,
61
+ "@types/node" : " ^22.13.9 " ,
62
62
"@types/supertest" : " ^6.0.2" ,
63
63
"jest" : " ^29.7.0" ,
64
64
"prettier" : " ^3.5.3" ,
Original file line number Diff line number Diff line change 25
25
"@nanostores/react" : " ^0.8.4" ,
26
26
"@quassel/ui" : " workspace:*" ,
27
27
"@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 " ,
30
30
"nanostores" : " ^0.11.4" ,
31
31
"openapi-fetch" : " 0.13.4" ,
32
32
"openapi-react-query" : " 0.3.0" ,
35
35
},
36
36
"devDependencies" : {
37
37
"@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 " ,
40
40
"@testing-library/jest-dom" : " ^6.6.3" ,
41
41
"@testing-library/react" : " ^16.2.0" ,
42
42
"@types/react" : " ^19.0.10" ,
Original file line number Diff line number Diff line change 34
34
"@mantine/form" : " 7.17.1" ,
35
35
"@mantine/hooks" : " ^7.17.1" ,
36
36
"@mantine/notifications" : " 7.17.1" ,
37
- "@tabler/icons-react" : " ^3.30 .0" ,
37
+ "@tabler/icons-react" : " ^3.31 .0" ,
38
38
"dayjs" : " ^1.11.13" ,
39
39
"react" : " ^19.0.0" ,
40
40
"react-dom" : " ^19.0.0" ,
Original file line number Diff line number Diff line change 31
31
"eslint-plugin-react-refresh" : " ^0.4.19" ,
32
32
"globals" : " ^16.0.0" ,
33
33
"nx" : " ^20.4.6" ,
34
- "typescript-eslint" : " ^8.25 .0"
34
+ "typescript-eslint" : " ^8.26 .0"
35
35
},
36
36
"engines" : {
37
37
"node" : " >=22.0.0"
You can’t perform that action at this time.
0 commit comments