Skip to content

Commit 04ebdc4

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

File tree

8 files changed

+1268
-1054
lines changed

8 files changed

+1268
-1054
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.17.1"
7+
RUN su node -c "npm install -g pnpm@10.18.0"

apps/backend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,16 @@
5858
"@nestjs/schematics": "^11.0.7",
5959
"@nestjs/testing": "^11.1.6",
6060
"@types/jest": "^30.0.0",
61-
"@types/node": "^24.5.2",
61+
"@types/node": "^24.6.2",
6262
"@types/supertest": "^6.0.3",
63-
"jest": "^30.1.3",
63+
"jest": "^30.2.0",
6464
"source-map-support": "^0.5.21",
6565
"supertest": "^7.1.4",
6666
"ts-jest": "^29.4.4",
6767
"ts-loader": "^9.5.4",
6868
"ts-node": "^10.9.2",
6969
"tsconfig-paths": "^4.2.0",
70-
"typescript": "^5.9.2"
70+
"typescript": "^5.9.3"
7171
},
7272
"jest": {
7373
"moduleFileExtensions": [

apps/frontend/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,30 +26,30 @@
2626
"@quassel/ui": "workspace:*",
2727
"@quassel/utils": "workspace:*",
2828
"@tanstack/react-query": "^5.90.2",
29-
"@tanstack/react-router": "^1.132.7",
29+
"@tanstack/react-router": "^1.132.31",
3030
"nanostores": "^1.0.1",
31-
"openapi-fetch": "0.14.0",
31+
"openapi-fetch": "0.14.1",
3232
"openapi-react-query": "0.5.0",
33-
"react": "^19.1.1",
34-
"react-dom": "^19.1.1"
33+
"react": "^19.2.0",
34+
"react-dom": "^19.2.0"
3535
},
3636
"devDependencies": {
3737
"@anolilab/unplugin-favicons": "^1.0.5",
3838
"@sinclair/typebox": "^0.34.41",
39-
"@tanstack/router-devtools": "^1.132.7",
40-
"@tanstack/router-plugin": "^1.132.7",
41-
"@testing-library/jest-dom": "^6.8.0",
39+
"@tanstack/router-devtools": "^1.132.31",
40+
"@tanstack/router-plugin": "^1.132.31",
41+
"@testing-library/jest-dom": "^6.9.1",
4242
"@testing-library/react": "^16.3.0",
43-
"@types/react": "^19.1.13",
44-
"@types/react-dom": "^19.1.9",
45-
"@vitejs/plugin-react": "^5.0.3",
43+
"@types/react": "^19.2.0",
44+
"@types/react-dom": "^19.2.0",
45+
"@vitejs/plugin-react": "^5.0.4",
4646
"@vitest/coverage-v8": "3.2.4",
4747
"favicons": "^7.2.0",
4848
"jsdom": "^27.0.0",
4949
"openapi-typescript": "^7.9.1",
5050
"openapi-typescript-helpers": "^0.0.15",
51-
"typescript": "^5.9.2",
52-
"vite": "7.1.7",
51+
"typescript": "^5.9.3",
52+
"vite": "7.1.8",
5353
"vitest": "^3.2.4"
5454
}
5555
}

apps/website/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"dependencies": {
1313
"@fontsource-variable/montserrat": "^5.2.8",
1414
"@fontsource-variable/onest": "^5.2.11",
15-
"astro": "^5.14.0",
15+
"astro": "^5.14.1",
1616
"reveal.js": "^5.2.1"
1717
},
1818
"devDependencies": {
1919
"@astrojs/check": "^0.9.4",
20-
"@iconify/json": "^2.2.387",
20+
"@iconify/json": "^2.2.391",
2121
"@types/reveal.js": "^5.2.0",
2222
"sharp": "^0.34.4",
23-
"typescript": "^5.9.2",
24-
"unplugin-icons": "^22.3.0"
23+
"typescript": "^5.9.3",
24+
"unplugin-icons": "^22.4.2"
2525
}
2626
}

libs/ui/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@
3737
"@mantine/notifications": "8.3.2",
3838
"@tabler/icons-react": "^3.35.0",
3939
"dayjs": "^1.11.18",
40-
"react": "^19.1.1",
41-
"react-dom": "^19.1.1",
40+
"react": "^19.2.0",
41+
"react-dom": "^19.2.0",
4242
"react-dsv-import": "^0.4.10"
4343
},
4444
"devDependencies": {
4545
"@eslint/js": "^9.36.0",
46-
"@types/react": "^19.1.13",
47-
"@types/react-dom": "^19.1.9",
48-
"@vitejs/plugin-react": "^5.0.3",
49-
"typescript": "^5.9.2",
50-
"vite": "7.1.7",
46+
"@types/react": "^19.2.0",
47+
"@types/react-dom": "^19.2.0",
48+
"@vitejs/plugin-react": "^5.0.4",
49+
"typescript": "^5.9.3",
50+
"vite": "7.1.8",
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
@@ -32,8 +32,8 @@
3232
},
3333
"devDependencies": {
3434
"@eslint/js": "^9.36.0",
35-
"typescript": "^5.9.2",
36-
"vite": "7.1.7",
35+
"typescript": "^5.9.3",
36+
"vite": "7.1.8",
3737
"vite-plugin-dts": "^4.5.4",
3838
"vitest": "^3.2.4"
3939
}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,22 @@
2323
"@nestjs/cli": "^11.0.10",
2424
"@nx-tools/container-metadata": "^6.8.2",
2525
"@nx-tools/nx-container": "^6.8.2",
26-
"@typescript-eslint/parser": "^8.44.1",
26+
"@typescript-eslint/parser": "^8.45.0",
2727
"eslint": "^9.36.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": "5.2.0",
33-
"eslint-plugin-react-refresh": "^0.4.22",
32+
"eslint-plugin-react-hooks": "6.1.0",
33+
"eslint-plugin-react-refresh": "^0.4.23",
3434
"globals": "^16.4.0",
35-
"nx": "^21.5.3",
35+
"nx": "^21.6.3",
3636
"prettier": "^3.6.2",
3737
"prettier-plugin-astro": "^0.14.1",
38-
"typescript": "^5.9.2",
39-
"typescript-eslint": "^8.44.1"
38+
"typescript": "^5.9.3",
39+
"typescript-eslint": "^8.45.0"
4040
},
41-
"packageManager": "pnpm@10.17.1",
41+
"packageManager": "pnpm@10.18.0",
4242
"pnpm": {
4343
"onlyBuiltDependencies": [
4444
"@nestjs/core",
@@ -51,7 +51,7 @@
5151
"unrs-resolver"
5252
],
5353
"overrides": {
54-
"vite": "7.1.7",
54+
"vite": "7.1.8",
5555
"fastify": "5.6.1"
5656
}
5757
}

0 commit comments

Comments
 (0)