Skip to content

Commit fe69194

Browse files
committed
chore: upgrade dependencies
1 parent f066ae1 commit fe69194

File tree

9 files changed

+338
-380
lines changed

9 files changed

+338
-380
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM mcr.microsoft.com/devcontainers/typescript-node:1-22-bookworm
1+
FROM mcr.microsoft.com/devcontainers/typescript-node:2-22-bookworm
22

33
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.8.1"
7+
RUN su node -c "npm install -g pnpm@10.14.0"

apps/backend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@
6262
"@types/supertest": "^6.0.3",
6363
"jest": "^30.0.5",
6464
"source-map-support": "^0.5.21",
65-
"supertest": "^7.1.0",
66-
"ts-jest": "^29.3.2",
65+
"supertest": "^7.1.4",
66+
"ts-jest": "^29.4.1",
6767
"ts-loader": "^9.5.2",
6868
"ts-node": "^10.9.2",
6969
"tsconfig-paths": "^4.2.0",
70-
"typescript": "^5.8.3"
70+
"typescript": "^5.9.2"
7171
},
7272
"jest": {
7373
"moduleFileExtensions": [

apps/frontend/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -17,40 +17,40 @@
1717
"generate:icons": "pwa-asset-generator ./public/logo.svg ./public --type png --opaque false --favicon --maskable --manifest ./manifest.json --index ./index.html"
1818
},
1919
"dependencies": {
20-
"@fullcalendar/core": "^6.1.17",
21-
"@fullcalendar/interaction": "^6.1.17",
22-
"@fullcalendar/react": "^6.1.17",
23-
"@fullcalendar/timegrid": "^6.1.17",
24-
"@nanostores/i18n": "^1.0.0",
25-
"@nanostores/persistent": "^1.0.0",
20+
"@fullcalendar/core": "^6.1.19",
21+
"@fullcalendar/interaction": "^6.1.19",
22+
"@fullcalendar/react": "^6.1.19",
23+
"@fullcalendar/timegrid": "^6.1.19",
24+
"@nanostores/i18n": "^1.2.2",
25+
"@nanostores/persistent": "^1.1.0",
2626
"@nanostores/react": "^1.0.0",
2727
"@quassel/ui": "workspace:*",
2828
"@quassel/utils": "workspace:*",
29-
"@tanstack/react-query": "^5.74.4",
30-
"@tanstack/react-router": "^1.131.7",
29+
"@tanstack/react-query": "^5.85.0",
30+
"@tanstack/react-router": "^1.131.8",
3131
"nanostores": "^1.0.1",
3232
"openapi-fetch": "0.14.0",
3333
"openapi-react-query": "0.5.0",
34-
"react": "^19.1.0",
35-
"react-dom": "^19.1.0"
34+
"react": "^19.1.1",
35+
"react-dom": "^19.1.1"
3636
},
3737
"devDependencies": {
3838
"@anolilab/unplugin-favicons": "^1.0.5",
39-
"@sinclair/typebox": "^0.34.33",
40-
"@tanstack/router-devtools": "^1.131.7",
41-
"@tanstack/router-plugin": "^1.131.7",
42-
"@testing-library/jest-dom": "^6.6.3",
39+
"@sinclair/typebox": "^0.34.38",
40+
"@tanstack/router-devtools": "^1.131.8",
41+
"@tanstack/router-plugin": "^1.131.8",
42+
"@testing-library/jest-dom": "^6.6.4",
4343
"@testing-library/react": "^16.3.0",
44-
"@types/react": "^19.1.2",
45-
"@types/react-dom": "^19.1.2",
44+
"@types/react": "^19.1.10",
45+
"@types/react-dom": "^19.1.7",
4646
"@vitejs/plugin-react": "^5.0.0",
4747
"@vitest/coverage-v8": "3.2.4",
4848
"favicons": "^7.2.0",
4949
"jsdom": "^26.1.0",
50-
"openapi-typescript": "^7.6.1",
50+
"openapi-typescript": "^7.9.1",
5151
"openapi-typescript-helpers": "^0.0.15",
52-
"typescript": "^5.8.3",
52+
"typescript": "^5.9.2",
5353
"vite": "^7.1.2",
54-
"vitest": "^3.1.1"
54+
"vitest": "^3.2.4"
5555
}
5656
}
File renamed without changes.

apps/website/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@fontsource-variable/montserrat": "^5.2.5",
14-
"@fontsource-variable/onest": "^5.2.7",
15-
"astro": "^5.7.4",
13+
"@fontsource-variable/montserrat": "^5.2.6",
14+
"@fontsource-variable/onest": "^5.2.9",
15+
"astro": "^5.12.9",
1616
"reveal.js": "^5.2.1"
1717
},
1818
"devDependencies": {
1919
"@astrojs/check": "^0.9.4",
20-
"@iconify/json": "^2.2.329",
21-
"@types/reveal.js": "^5.0.5",
22-
"sharp": "^0.34.1",
23-
"typescript": "^5.8.3",
24-
"unplugin-icons": "22.1.0"
20+
"@iconify/json": "^2.2.373",
21+
"@types/reveal.js": "^5.2.0",
22+
"sharp": "^0.34.3",
23+
"typescript": "^5.9.2",
24+
"unplugin-icons": "^22.2.0"
2525
}
2626
}

libs/ui/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@
3535
"@mantine/hooks": "8.2.4",
3636
"@mantine/modals": "^8.2.4",
3737
"@mantine/notifications": "8.2.4",
38-
"@tabler/icons-react": "^3.31.0",
38+
"@tabler/icons-react": "^3.34.1",
3939
"dayjs": "^1.11.13",
40-
"react": "^19.1.0",
41-
"react-dom": "^19.1.0",
40+
"react": "^19.1.1",
41+
"react-dom": "^19.1.1",
4242
"react-dsv-import": "^0.4.10"
4343
},
4444
"devDependencies": {
45-
"@eslint/js": "^9.25.0",
46-
"@types/react": "^19.1.2",
47-
"@types/react-dom": "^19.1.2",
45+
"@eslint/js": "^9.33.0",
46+
"@types/react": "^19.1.10",
47+
"@types/react-dom": "^19.1.7",
4848
"@vitejs/plugin-react": "^5.0.0",
49-
"typescript": "^5.8.3",
49+
"typescript": "^5.9.2",
5050
"vite": "^7.1.2",
51-
"vite-plugin-dts": "^4.5.3",
51+
"vite-plugin-dts": "^4.5.4",
5252
"vite-plugin-svgr": "^4.3.0"
5353
}
5454
}

libs/utils/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
"dayjs": "^1.11.13"
3232
},
3333
"devDependencies": {
34-
"@eslint/js": "^9.25.0",
35-
"typescript": "^5.8.3",
34+
"@eslint/js": "^9.33.0",
35+
"typescript": "^5.9.2",
3636
"vite": "^7.1.2",
37-
"vite-plugin-dts": "^4.5.3",
38-
"vitest": "^3.1.1"
37+
"vite-plugin-dts": "^4.5.4",
38+
"vitest": "^3.2.4"
3939
}
4040
}

package.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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.39.0",
26+
"@typescript-eslint/parser": "^8.39.1",
2727
"eslint": "^9.33.0",
2828
"eslint-config-prettier": "^10.1.8",
2929
"eslint-plugin-astro": "^1.3.1",
@@ -36,9 +36,9 @@
3636
"prettier": "^3.6.2",
3737
"prettier-plugin-astro": "^0.14.1",
3838
"typescript": "^5.9.2",
39-
"typescript-eslint": "^8.39.0"
39+
"typescript-eslint": "^8.39.1"
4040
},
41-
"packageManager": "pnpm@10.8.1",
41+
"packageManager": "pnpm@10.14.0",
4242
"pnpm": {
4343
"onlyBuiltDependencies": [
4444
"@nestjs/core",
@@ -47,7 +47,11 @@
4747
"esbuild",
4848
"nx",
4949
"sharp",
50-
"sodium-native"
51-
]
50+
"sodium-native",
51+
"unrs-resolver"
52+
],
53+
"overrides": {
54+
"vite": "7.1.2"
55+
}
5256
}
5357
}

0 commit comments

Comments
 (0)