Skip to content

Commit a5b57e8

Browse files
committed
chore: upgrade dependencies
1 parent fa0e93b commit a5b57e8

File tree

4 files changed

+264
-172
lines changed

4 files changed

+264
-172
lines changed

apps/frontend/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@
2525
"@nanostores/react": "^0.8.4",
2626
"@quassel/ui": "workspace:*",
2727
"@quassel/utils": "workspace:*",
28-
"@tanstack/react-query": "^5.67.3",
29-
"@tanstack/react-router": "^1.114.17",
28+
"@tanstack/react-query": "^5.68.0",
29+
"@tanstack/react-router": "^1.114.22",
3030
"nanostores": "^0.11.4",
31-
"openapi-fetch": "0.13.4",
32-
"openapi-react-query": "0.3.0",
31+
"openapi-fetch": "0.13.5",
32+
"openapi-react-query": "0.3.1",
3333
"react": "^19.0.0",
3434
"react-dom": "^19.0.0"
3535
},
3636
"devDependencies": {
3737
"@anolilab/unplugin-favicons": "^1.0.5",
38-
"@tanstack/router-devtools": "^1.114.21",
39-
"@tanstack/router-plugin": "^1.114.17",
38+
"@tanstack/router-devtools": "^1.114.22",
39+
"@tanstack/router-plugin": "^1.114.22",
4040
"@testing-library/jest-dom": "^6.6.3",
4141
"@testing-library/react": "^16.2.0",
4242
"@types/react": "^19.0.10",

libs/ui/package.json

Lines changed: 5 additions & 5 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.2",
33+
"@mantine/dates": "7.17.2",
34+
"@mantine/form": "7.17.2",
35+
"@mantine/hooks": "7.17.2",
36+
"@mantine/notifications": "7.17.2",
3737
"@tabler/icons-react": "^3.31.0",
3838
"dayjs": "^1.11.13",
3939
"react": "^19.0.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"eslint-plugin-react-hooks": "5.2.0",
3131
"eslint-plugin-react-refresh": "^0.4.19",
3232
"globals": "^16.0.0",
33-
"nx": "^20.5.0",
33+
"nx": "^20.6.0",
3434
"typescript-eslint": "^8.26.1"
3535
},
3636
"engines": {

0 commit comments

Comments
 (0)