Skip to content

Commit b8a8854

Browse files
committed
chore: upgrade dependencies
1 parent 04ebdc4 commit b8a8854

File tree

8 files changed

+462
-508
lines changed

8 files changed

+462
-508
lines changed

apps/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"devDependencies": {
5757
"@nestjs/cli": "^11.0.10",
58-
"@nestjs/schematics": "^11.0.7",
58+
"@nestjs/schematics": "^11.0.8",
5959
"@nestjs/testing": "^11.1.6",
6060
"@types/jest": "^30.0.0",
6161
"@types/node": "^24.6.2",

apps/frontend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@quassel/ui": "workspace:*",
2727
"@quassel/utils": "workspace:*",
2828
"@tanstack/react-query": "^5.90.2",
29-
"@tanstack/react-router": "^1.132.31",
29+
"@tanstack/react-router": "^1.132.37",
3030
"nanostores": "^1.0.1",
3131
"openapi-fetch": "0.14.1",
3232
"openapi-react-query": "0.5.0",
@@ -36,8 +36,8 @@
3636
"devDependencies": {
3737
"@anolilab/unplugin-favicons": "^1.0.5",
3838
"@sinclair/typebox": "^0.34.41",
39-
"@tanstack/router-devtools": "^1.132.31",
40-
"@tanstack/router-plugin": "^1.132.31",
39+
"@tanstack/router-devtools": "^1.132.37",
40+
"@tanstack/router-plugin": "^1.132.37",
4141
"@testing-library/jest-dom": "^6.9.1",
4242
"@testing-library/react": "^16.3.0",
4343
"@types/react": "^19.2.0",
@@ -49,7 +49,7 @@
4949
"openapi-typescript": "^7.9.1",
5050
"openapi-typescript-helpers": "^0.0.15",
5151
"typescript": "^5.9.3",
52-
"vite": "7.1.8",
52+
"vite": "7.1.9",
5353
"vitest": "^3.2.4"
5454
}
5555
}

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@astrojs/check": "^0.9.4",
20-
"@iconify/json": "^2.2.391",
20+
"@iconify/json": "^2.2.392",
2121
"@types/reveal.js": "^5.2.0",
2222
"sharp": "^0.34.4",
2323
"typescript": "^5.9.3",

docs/developer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ After running `pnpm dev` the following services should come up:
1616
- **Upgrade dependencies** with `pnpm upgrade -ri`. If you use `-L` aswell you can upgrade major package version, but make sure you don't upgrade to dependencies that require Node 22.
1717
- **Bump versions** by using `pnpm changeset`.
1818
- **Connect to the development database** with `psql -h db -U postgres` and the password `postgres`.
19+
- **Load a database dump** with `psql -h db -U postgres -d dump -f db_backup_2025-10-01.sql`. Create the database beforehand with `createdb -h db -U postgres dump`.
1920
- **Regenerate API types** of the frontend with `pnpm --filter @quassel/frontend run build:types`.
2021
- **Run db tasks** by using `pnpm --filter @quassel/backend run db`.
2122
**Create a new migration** with `pnpm --filter @quassel/backend run db migration:create`.

libs/ui/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,25 @@
2929
"preview": "vite preview"
3030
},
3131
"dependencies": {
32-
"@mantine/core": "8.3.2",
33-
"@mantine/dates": "8.3.2",
34-
"@mantine/form": "8.3.2",
35-
"@mantine/hooks": "8.3.2",
36-
"@mantine/modals": "^8.3.2",
37-
"@mantine/notifications": "8.3.2",
32+
"@mantine/core": "8.3.3",
33+
"@mantine/dates": "8.3.3",
34+
"@mantine/form": "8.3.3",
35+
"@mantine/hooks": "8.3.3",
36+
"@mantine/modals": "^8.3.3",
37+
"@mantine/notifications": "8.3.3",
3838
"@tabler/icons-react": "^3.35.0",
3939
"dayjs": "^1.11.18",
4040
"react": "^19.2.0",
4141
"react-dom": "^19.2.0",
4242
"react-dsv-import": "^0.4.10"
4343
},
4444
"devDependencies": {
45-
"@eslint/js": "^9.36.0",
45+
"@eslint/js": "^9.37.0",
4646
"@types/react": "^19.2.0",
4747
"@types/react-dom": "^19.2.0",
4848
"@vitejs/plugin-react": "^5.0.4",
4949
"typescript": "^5.9.3",
50-
"vite": "7.1.8",
50+
"vite": "7.1.9",
5151
"vite-plugin-dts": "^4.5.4",
5252
"vite-plugin-svgr": "^4.5.0"
5353
}

libs/utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
"dayjs": "^1.11.18"
3232
},
3333
"devDependencies": {
34-
"@eslint/js": "^9.36.0",
34+
"@eslint/js": "^9.37.0",
3535
"typescript": "^5.9.3",
36-
"vite": "7.1.8",
36+
"vite": "7.1.9",
3737
"vite-plugin-dts": "^4.5.4",
3838
"vitest": "^3.2.4"
3939
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
"license": "MIT",
2020
"devDependencies": {
2121
"@changesets/cli": "^2.29.7",
22-
"@eslint/js": "^9.36.0",
22+
"@eslint/js": "^9.37.0",
2323
"@nestjs/cli": "^11.0.10",
2424
"@nx-tools/container-metadata": "^6.8.2",
2525
"@nx-tools/nx-container": "^6.8.2",
2626
"@typescript-eslint/parser": "^8.45.0",
27-
"eslint": "^9.36.0",
27+
"eslint": "^9.37.0",
2828
"eslint-config-prettier": "^10.1.8",
2929
"eslint-plugin-astro": "^1.3.1",
3030
"eslint-plugin-prettier": "^5.5.4",
3131
"eslint-plugin-react": "^7.37.5",
32-
"eslint-plugin-react-hooks": "6.1.0",
32+
"eslint-plugin-react-hooks": "6.1.1",
3333
"eslint-plugin-react-refresh": "^0.4.23",
3434
"globals": "^16.4.0",
3535
"nx": "^21.6.3",
@@ -51,7 +51,7 @@
5151
"unrs-resolver"
5252
],
5353
"overrides": {
54-
"vite": "7.1.8",
54+
"vite": "7.1.9",
5555
"fastify": "5.6.1"
5656
}
5757
}

0 commit comments

Comments
 (0)