Skip to content

Commit bcd6d9c

Browse files
committed
chore: upgrade dependencies
1 parent 3b6aca9 commit bcd6d9c

File tree

5 files changed

+360
-231
lines changed

5 files changed

+360
-231
lines changed

apps/frontend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@quassel/ui": "workspace:*",
2828
"@quassel/utils": "workspace:*",
2929
"@tanstack/react-query": "^5.85.3",
30-
"@tanstack/react-router": "^1.131.14",
30+
"@tanstack/react-router": "^1.131.22",
3131
"nanostores": "^1.0.1",
3232
"openapi-fetch": "0.14.0",
3333
"openapi-react-query": "0.5.0",
@@ -36,9 +36,9 @@
3636
},
3737
"devDependencies": {
3838
"@anolilab/unplugin-favicons": "^1.0.5",
39-
"@sinclair/typebox": "^0.34.39",
40-
"@tanstack/router-devtools": "^1.131.14",
41-
"@tanstack/router-plugin": "^1.131.15",
39+
"@sinclair/typebox": "^0.34.40",
40+
"@tanstack/router-devtools": "^1.131.22",
41+
"@tanstack/router-plugin": "^1.131.22",
4242
"@testing-library/jest-dom": "^6.7.0",
4343
"@testing-library/react": "^16.3.0",
4444
"@types/react": "^19.1.10",

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@astrojs/check": "^0.9.4",
20-
"@iconify/json": "^2.2.373",
20+
"@iconify/json": "^2.2.375",
2121
"@types/reveal.js": "^5.2.0",
2222
"sharp": "^0.34.3",
2323
"typescript": "^5.9.2",

libs/ui/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
"preview": "vite preview"
3030
},
3131
"dependencies": {
32-
"@mantine/core": "8.2.4",
33-
"@mantine/dates": "8.2.4",
34-
"@mantine/form": "8.2.4",
35-
"@mantine/hooks": "8.2.4",
36-
"@mantine/modals": "^8.2.4",
37-
"@mantine/notifications": "8.2.4",
32+
"@mantine/core": "8.2.5",
33+
"@mantine/dates": "8.2.5",
34+
"@mantine/form": "8.2.5",
35+
"@mantine/hooks": "8.2.5",
36+
"@mantine/modals": "^8.2.5",
37+
"@mantine/notifications": "8.2.5",
3838
"@tabler/icons-react": "^3.34.1",
3939
"dayjs": "^1.11.13",
4040
"react": "^19.1.1",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"author": "openscript GmbH",
1919
"license": "MIT",
2020
"devDependencies": {
21-
"@changesets/cli": "^2.29.5",
21+
"@changesets/cli": "^2.29.6",
2222
"@eslint/js": "^9.33.0",
2323
"@nestjs/cli": "^11.0.10",
2424
"@nx-tools/container-metadata": "^6.8.2",
@@ -32,7 +32,7 @@
3232
"eslint-plugin-react-hooks": "5.2.0",
3333
"eslint-plugin-react-refresh": "^0.4.20",
3434
"globals": "^16.3.0",
35-
"nx": "^21.3.11",
35+
"nx": "^21.4.0",
3636
"prettier": "^3.6.2",
3737
"prettier-plugin-astro": "^0.14.1",
3838
"typescript": "^5.9.2",

0 commit comments

Comments
 (0)