Skip to content

Commit 5025e5f

Browse files
committed
chore: upgrade dependencies
1 parent 9d65e81 commit 5025e5f

File tree

8 files changed

+186
-436
lines changed

8 files changed

+186
-436
lines changed

.changeset/thirty-islands-invite.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@quassel/frontend": patch
3+
"@quassel/utils": patch
4+
"@quassel/ui": patch
5+
---
6+
7+
Upgrade dependencies

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

.devcontainer/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
command: sleep infinity
99

1010
db:
11-
image: postgres:17.2-alpine
11+
image: postgres:17.4-alpine
1212
volumes:
1313
- db-data:/var/lib/postgresql/data
1414
environment:

apps/frontend/package.json

Lines changed: 6 additions & 6 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.66.9",
29-
"@tanstack/react-router": "^1.111.3",
29+
"@tanstack/react-router": "^1.111.7",
3030
"nanostores": "^0.11.4",
3131
"openapi-fetch": "0.13.4",
3232
"openapi-react-query": "0.3.0",
@@ -35,20 +35,20 @@
3535
},
3636
"devDependencies": {
3737
"@anolilab/unplugin-favicons": "^1.0.5",
38-
"@tanstack/router-devtools": "^1.111.3",
39-
"@tanstack/router-plugin": "^1.111.3",
38+
"@tanstack/router-devtools": "^1.111.7",
39+
"@tanstack/router-plugin": "^1.111.7",
4040
"@testing-library/jest-dom": "^6.6.3",
4141
"@testing-library/react": "^16.2.0",
4242
"@types/react": "^19.0.10",
4343
"@types/react-dom": "^19.0.4",
4444
"@vitejs/plugin-react": "^4.3.4",
45-
"@vitest/coverage-v8": "3.0.6",
45+
"@vitest/coverage-v8": "3.0.7",
4646
"favicons": "^7.2.0",
4747
"jsdom": "^26.0.0",
4848
"openapi-typescript": "^7.6.1",
4949
"openapi-typescript-helpers": "^0.0.15",
5050
"typescript": "^5.7.3",
51-
"vite": "^6.1.1",
52-
"vitest": "^3.0.6"
51+
"vite": "^6.2.0",
52+
"vitest": "^3.0.7"
5353
}
5454
}

libs/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@types/react-dom": "^19.0.4",
4747
"@vitejs/plugin-react": "^4.3.4",
4848
"typescript": "^5.7.3",
49-
"vite": "^6.1.1",
49+
"vite": "^6.2.0",
5050
"vite-plugin-dts": "^4.5.0",
5151
"vite-plugin-svgr": "^4.3.0"
5252
}

libs/utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"devDependencies": {
3434
"@eslint/js": "^9.21.0",
3535
"typescript": "^5.7.3",
36-
"vite": "^6.1.1",
36+
"vite": "^6.2.0",
3737
"vite-plugin-dts": "^4.5.0",
38-
"vitest": "^3.0.6"
38+
"vitest": "^3.0.7"
3939
}
4040
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
"eslint-plugin-react-refresh": "^0.4.19",
3232
"globals": "^16.0.0",
3333
"nx": "^20.4.6",
34-
"typescript-eslint": "^8.24.1"
34+
"typescript-eslint": "^8.25.0"
3535
},
3636
"engines": {
3737
"node": ">=22.0.0"
3838
},
39-
"packageManager": "pnpm@10.4.1",
39+
"packageManager": "pnpm@10.5.0",
4040
"pnpm": {
4141
"overrides": {
4242
"sodium-native": "4.2.0"

0 commit comments

Comments
 (0)