Skip to content

Commit 9a03d4a

Browse files
committed
chore: upgrade dependencies
1 parent a05f18c commit 9a03d4a

File tree

6 files changed

+946
-578
lines changed

6 files changed

+946
-578
lines changed

apps/backend/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@mikro-orm/reflection": "^6.4.11",
3939
"@mikro-orm/seeder": "^6.4.11",
4040
"@nestjs/common": "^11.0.12",
41-
"@nestjs/config": "^4.0.1",
41+
"@nestjs/config": "^4.0.2",
4242
"@nestjs/core": "^11.0.12",
4343
"@nestjs/platform-fastify": "^11.0.12",
4444
"@nestjs/swagger": "^11.1.0",
@@ -58,7 +58,7 @@
5858
"@nestjs/schematics": "^11.0.2",
5959
"@nestjs/testing": "^11.0.12",
6060
"@types/jest": "^29.5.14",
61-
"@types/node": "^22.13.13",
61+
"@types/node": "^22.13.14",
6262
"@types/supertest": "^6.0.3",
6363
"jest": "^29.7.0",
6464
"source-map-support": "^0.5.21",

apps/frontend/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@
2525
"@nanostores/react": "^0.8.4",
2626
"@quassel/ui": "workspace:*",
2727
"@quassel/utils": "workspace:*",
28-
"@tanstack/react-query": "^5.69.0",
29-
"@tanstack/react-router": "^1.114.27",
28+
"@tanstack/react-query": "^5.71.1",
29+
"@tanstack/react-router": "^1.114.29",
3030
"nanostores": "^0.11.4",
3131
"openapi-fetch": "0.13.5",
3232
"openapi-react-query": "0.3.1",
33-
"react": "^19.0.0",
34-
"react-dom": "^19.0.0"
33+
"react": "^19.1.0",
34+
"react-dom": "^19.1.0"
3535
},
3636
"devDependencies": {
3737
"@anolilab/unplugin-favicons": "^1.0.5",
38-
"@tanstack/router-devtools": "^1.114.27",
39-
"@tanstack/router-plugin": "^1.114.27",
38+
"@tanstack/router-devtools": "^1.114.29",
39+
"@tanstack/router-plugin": "^1.114.30",
4040
"@testing-library/jest-dom": "^6.6.3",
4141
"@testing-library/react": "^16.2.0",
4242
"@types/react": "^19.0.12",
@@ -48,7 +48,7 @@
4848
"openapi-typescript": "^7.6.1",
4949
"openapi-typescript-helpers": "^0.0.15",
5050
"typescript": "^5.8.2",
51-
"vite": "^6.2.3",
51+
"vite": "^6.2.4",
5252
"vitest": "^3.0.9"
5353
}
5454
}

apps/website/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"@fontsource-variable/montserrat": "^5.2.5",
1414
"@fontsource-variable/onest": "^5.2.7",
1515
"astro": "^5.5.5",
16-
"reveal.js": "^5.2.0"
16+
"reveal.js": "^5.2.1"
1717
},
1818
"devDependencies": {
1919
"@astrojs/check": "^0.9.4",
20-
"@iconify/json": "^2.2.320",
20+
"@iconify/json": "^2.2.322",
2121
"@types/reveal.js": "^5.0.5",
2222
"sharp": "^0.33.5",
2323
"typescript": "^5.8.2",

libs/ui/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@
2929
"preview": "vite preview"
3030
},
3131
"dependencies": {
32-
"@mantine/core": "7.17.2",
33-
"@mantine/dates": "7.17.2",
34-
"@mantine/form": "7.17.2",
35-
"@mantine/hooks": "7.17.2",
36-
"@mantine/modals": "^7.17.2",
37-
"@mantine/notifications": "7.17.2",
32+
"@mantine/core": "7.17.3",
33+
"@mantine/dates": "7.17.3",
34+
"@mantine/form": "7.17.3",
35+
"@mantine/hooks": "7.17.3",
36+
"@mantine/modals": "^7.17.3",
37+
"@mantine/notifications": "7.17.3",
3838
"@tabler/icons-react": "^3.31.0",
3939
"dayjs": "^1.11.13",
40-
"react": "^19.0.0",
41-
"react-dom": "^19.0.0",
40+
"react": "^19.1.0",
41+
"react-dom": "^19.1.0",
4242
"react-dsv-import": "^0.4.10"
4343
},
4444
"devDependencies": {
@@ -47,7 +47,7 @@
4747
"@types/react-dom": "^19.0.4",
4848
"@vitejs/plugin-react": "^4.3.4",
4949
"typescript": "^5.8.2",
50-
"vite": "^6.2.3",
50+
"vite": "^6.2.4",
5151
"vite-plugin-dts": "^4.5.3",
5252
"vite-plugin-svgr": "^4.3.0"
5353
}

libs/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@eslint/js": "^9.23.0",
3535
"typescript": "^5.8.2",
36-
"vite": "^6.2.3",
36+
"vite": "^6.2.4",
3737
"vite-plugin-dts": "^4.5.3",
3838
"vitest": "^3.0.9"
3939
}

0 commit comments

Comments
 (0)