Skip to content

Commit 87d586b

Browse files
committed
chore: upgrade dependencies
1 parent 439a59b commit 87d586b

File tree

7 files changed

+618
-472
lines changed

7 files changed

+618
-472
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ RUN apt update
44
RUN apt install -y postgresql-common
55
RUN YES=yes /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh
66
RUN apt install -y postgresql-client-17
7-
RUN su node -c "npm install -g pnpm@10.5.0"
7+
RUN su node -c "npm install -g pnpm@10.5.2"

apps/backend/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
"@mikro-orm/postgresql": "^6.4.7",
3838
"@mikro-orm/reflection": "^6.4.7",
3939
"@mikro-orm/seeder": "^6.4.7",
40-
"@nestjs/common": "^11.0.10",
40+
"@nestjs/common": "^11.0.11",
4141
"@nestjs/config": "^4.0.0",
42-
"@nestjs/core": "^11.0.10",
43-
"@nestjs/platform-fastify": "^11.0.10",
44-
"@nestjs/swagger": "^11.0.5",
42+
"@nestjs/core": "^11.0.11",
43+
"@nestjs/platform-fastify": "^11.0.11",
44+
"@nestjs/swagger": "^11.0.6",
4545
"@nestjs/terminus": "^11.0.0",
4646
"@quassel/utils": "workspace:*",
4747
"class-transformer": "^0.5.1",
@@ -54,21 +54,21 @@
5454
"rxjs": "^7.8.2"
5555
},
5656
"devDependencies": {
57-
"@nestjs/cli": "^11.0.4",
57+
"@nestjs/cli": "^11.0.5",
5858
"@nestjs/schematics": "^11.0.1",
59-
"@nestjs/testing": "^11.0.10",
59+
"@nestjs/testing": "^11.0.11",
6060
"@types/jest": "^29.5.14",
61-
"@types/node": "^22.13.5",
61+
"@types/node": "^22.13.8",
6262
"@types/supertest": "^6.0.2",
6363
"jest": "^29.7.0",
64-
"prettier": "^3.5.2",
64+
"prettier": "^3.5.3",
6565
"source-map-support": "^0.5.21",
6666
"supertest": "^7.0.0",
6767
"ts-jest": "^29.2.6",
6868
"ts-loader": "^9.5.2",
6969
"ts-node": "^10.9.2",
7070
"tsconfig-paths": "^4.2.0",
71-
"typescript": "^5.7.3"
71+
"typescript": "^5.8.2"
7272
},
7373
"overrides": {
7474
"sodium-native": "4.2.0"

apps/frontend/package.json

Lines changed: 5 additions & 5 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.9",
29-
"@tanstack/react-router": "^1.111.11",
28+
"@tanstack/react-query": "^5.66.11",
29+
"@tanstack/react-router": "^1.112.0",
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.111.11",
39-
"@tanstack/router-plugin": "^1.111.12",
38+
"@tanstack/router-devtools": "^1.112.6",
39+
"@tanstack/router-plugin": "^1.112.3",
4040
"@testing-library/jest-dom": "^6.6.3",
4141
"@testing-library/react": "^16.2.0",
4242
"@types/react": "^19.0.10",
@@ -47,7 +47,7 @@
4747
"jsdom": "^26.0.0",
4848
"openapi-typescript": "^7.6.1",
4949
"openapi-typescript-helpers": "^0.0.15",
50-
"typescript": "^5.7.3",
50+
"typescript": "^5.8.2",
5151
"vite": "^6.2.0",
5252
"vitest": "^3.0.7"
5353
}

libs/ui/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"preview": "vite preview"
3030
},
3131
"dependencies": {
32-
"@mantine/core": "^7.17.0",
33-
"@mantine/dates": "7.17.0",
34-
"@mantine/form": "7.17.0",
35-
"@mantine/hooks": "^7.17.0",
36-
"@mantine/notifications": "7.17.0",
32+
"@mantine/core": "^7.17.1",
33+
"@mantine/dates": "7.17.1",
34+
"@mantine/form": "7.17.1",
35+
"@mantine/hooks": "^7.17.1",
36+
"@mantine/notifications": "7.17.1",
3737
"@tabler/icons-react": "^3.30.0",
3838
"dayjs": "^1.11.13",
3939
"react": "^19.0.0",
@@ -45,9 +45,9 @@
4545
"@types/react": "^19.0.10",
4646
"@types/react-dom": "^19.0.4",
4747
"@vitejs/plugin-react": "^4.3.4",
48-
"typescript": "^5.7.3",
48+
"typescript": "^5.8.2",
4949
"vite": "^6.2.0",
50-
"vite-plugin-dts": "^4.5.0",
50+
"vite-plugin-dts": "^4.5.3",
5151
"vite-plugin-svgr": "^4.3.0"
5252
}
5353
}

libs/utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
},
3333
"devDependencies": {
3434
"@eslint/js": "^9.21.0",
35-
"typescript": "^5.7.3",
35+
"typescript": "^5.8.2",
3636
"vite": "^6.2.0",
37-
"vite-plugin-dts": "^4.5.0",
37+
"vite-plugin-dts": "^4.5.3",
3838
"vitest": "^3.0.7"
3939
}
4040
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"devDependencies": {
2121
"@changesets/cli": "^2.28.1",
2222
"@eslint/js": "^9.21.0",
23-
"@nestjs/cli": "^11.0.4",
23+
"@nestjs/cli": "^11.0.5",
2424
"@nx-tools/container-metadata": "^6.1.1",
2525
"@nx-tools/nx-container": "^6.2.0",
2626
"eslint": "^9.21.0",
27-
"eslint-config-prettier": "^10.0.1",
27+
"eslint-config-prettier": "^10.0.2",
2828
"eslint-plugin-prettier": "^5.2.3",
2929
"eslint-plugin-react": "^7.37.4",
30-
"eslint-plugin-react-hooks": "5.1.0",
30+
"eslint-plugin-react-hooks": "5.2.0",
3131
"eslint-plugin-react-refresh": "^0.4.19",
3232
"globals": "^16.0.0",
3333
"nx": "^20.4.6",
@@ -36,7 +36,7 @@
3636
"engines": {
3737
"node": ">=22.0.0"
3838
},
39-
"packageManager": "pnpm@10.5.0",
39+
"packageManager": "pnpm@10.5.2",
4040
"pnpm": {
4141
"overrides": {
4242
"sodium-native": "4.2.0"

0 commit comments

Comments
 (0)