Skip to content

Commit 066cd4c

Browse files
committed
chore: upgrade dependencies
1 parent de8ae7c commit 066cd4c

File tree

7 files changed

+796
-685
lines changed

7 files changed

+796
-685
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 [email protected].0"
7+
RUN su node -c "npm install -g [email protected].2"

apps/backend/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
"dependencies": {
3131
"@fastify/secure-session": "^8.2.0",
3232
"@fastify/static": "^8.2.0",
33-
"@mikro-orm/cli": "^6.5.6",
34-
"@mikro-orm/core": "^6.5.6",
35-
"@mikro-orm/migrations": "^6.5.6",
33+
"@mikro-orm/cli": "^6.5.7",
34+
"@mikro-orm/core": "^6.5.7",
35+
"@mikro-orm/migrations": "^6.5.7",
3636
"@mikro-orm/nestjs": "^6.1.1",
37-
"@mikro-orm/postgresql": "^6.5.6",
38-
"@mikro-orm/reflection": "^6.5.6",
39-
"@mikro-orm/seeder": "^6.5.6",
37+
"@mikro-orm/postgresql": "^6.5.7",
38+
"@mikro-orm/reflection": "^6.5.7",
39+
"@mikro-orm/seeder": "^6.5.7",
4040
"@nestjs/common": "^11.1.6",
4141
"@nestjs/config": "^4.0.2",
4242
"@nestjs/core": "^11.1.6",
@@ -55,15 +55,15 @@
5555
},
5656
"devDependencies": {
5757
"@nestjs/cli": "^11.0.10",
58-
"@nestjs/schematics": "^11.0.8",
58+
"@nestjs/schematics": "^11.0.9",
5959
"@nestjs/testing": "^11.1.6",
6060
"@types/jest": "^30.0.0",
61-
"@types/node": "^24.6.2",
61+
"@types/node": "^24.7.2",
6262
"@types/supertest": "^6.0.3",
6363
"jest": "^30.2.0",
6464
"source-map-support": "^0.5.21",
6565
"supertest": "^7.1.4",
66-
"ts-jest": "^29.4.4",
66+
"ts-jest": "^29.4.5",
6767
"ts-loader": "^9.5.4",
6868
"ts-node": "^10.9.2",
6969
"tsconfig-paths": "^4.2.0",

apps/frontend/package.json

Lines changed: 5 additions & 5 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.37",
29+
"@tanstack/react-router": "^1.132.47",
3030
"nanostores": "^1.0.1",
3131
"openapi-fetch": "0.14.1",
3232
"openapi-react-query": "0.5.0",
@@ -36,12 +36,12 @@
3636
"devDependencies": {
3737
"@anolilab/unplugin-favicons": "^1.0.5",
3838
"@sinclair/typebox": "^0.34.41",
39-
"@tanstack/router-devtools": "^1.132.37",
40-
"@tanstack/router-plugin": "^1.132.37",
39+
"@tanstack/router-devtools": "^1.132.51",
40+
"@tanstack/router-plugin": "^1.132.51",
4141
"@testing-library/jest-dom": "^6.9.1",
4242
"@testing-library/react": "^16.3.0",
43-
"@types/react": "^19.2.0",
44-
"@types/react-dom": "^19.2.0",
43+
"@types/react": "^19.2.2",
44+
"@types/react-dom": "^19.2.1",
4545
"@vitejs/plugin-react": "^5.0.4",
4646
"@vitest/coverage-v8": "3.2.4",
4747
"favicons": "^7.2.0",

apps/website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"dependencies": {
1313
"@fontsource-variable/montserrat": "^5.2.8",
1414
"@fontsource-variable/onest": "^5.2.11",
15-
"astro": "^5.14.1",
15+
"astro": "^5.14.4",
1616
"reveal.js": "^5.2.1"
1717
},
1818
"devDependencies": {
1919
"@astrojs/check": "^0.9.4",
20-
"@iconify/json": "^2.2.392",
21-
"@types/reveal.js": "^5.2.0",
20+
"@iconify/json": "^2.2.394",
21+
"@types/reveal.js": "^5.2.1",
2222
"sharp": "^0.34.4",
2323
"typescript": "^5.9.3",
2424
"unplugin-icons": "^22.4.2"

libs/ui/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
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.4",
33+
"@mantine/dates": "8.3.4",
34+
"@mantine/form": "8.3.4",
35+
"@mantine/hooks": "8.3.4",
36+
"@mantine/modals": "^8.3.4",
37+
"@mantine/notifications": "8.3.4",
3838
"@tabler/icons-react": "^3.35.0",
3939
"dayjs": "^1.11.18",
4040
"react": "^19.2.0",
@@ -43,8 +43,8 @@
4343
},
4444
"devDependencies": {
4545
"@eslint/js": "^9.37.0",
46-
"@types/react": "^19.2.0",
47-
"@types/react-dom": "^19.2.0",
46+
"@types/react": "^19.2.2",
47+
"@types/react-dom": "^19.2.1",
4848
"@vitejs/plugin-react": "^5.0.4",
4949
"typescript": "^5.9.3",
5050
"vite": "7.1.9",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,24 @@
2121
"@changesets/cli": "^2.29.7",
2222
"@eslint/js": "^9.37.0",
2323
"@nestjs/cli": "^11.0.10",
24-
"@nx-tools/container-metadata": "^6.8.2",
25-
"@nx-tools/nx-container": "^6.8.2",
26-
"@typescript-eslint/parser": "^8.45.0",
24+
"@nx-tools/container-metadata": "^6.9.0",
25+
"@nx-tools/nx-container": "^6.9.0",
26+
"@typescript-eslint/parser": "^8.46.0",
2727
"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.1",
32+
"eslint-plugin-react-hooks": "7.0.0",
3333
"eslint-plugin-react-refresh": "^0.4.23",
3434
"globals": "^16.4.0",
35-
"nx": "^21.6.3",
35+
"nx": "^21.6.4",
3636
"prettier": "^3.6.2",
3737
"prettier-plugin-astro": "^0.14.1",
3838
"typescript": "^5.9.3",
39-
"typescript-eslint": "^8.45.0"
39+
"typescript-eslint": "^8.46.0"
4040
},
41-
"packageManager": "[email protected].0",
41+
"packageManager": "[email protected].2",
4242
"pnpm": {
4343
"onlyBuiltDependencies": [
4444
"@nestjs/core",

0 commit comments

Comments
 (0)