Skip to content

Commit 41e0afe

Browse files
committed
chore: upgrade dependencies
1 parent 00e6eb1 commit 41e0afe

File tree

4 files changed

+138
-138
lines changed

4 files changed

+138
-138
lines changed

apps/frontend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@
2222
"@fullcalendar/timegrid": "^6.1.15",
2323
"@nanostores/i18n": "^0.12.2",
2424
"@nanostores/persistent": "^0.10.2",
25-
"@nanostores/react": "^0.8.2",
25+
"@nanostores/react": "^0.8.4",
2626
"@quassel/ui": "workspace:*",
27-
"@tanstack/react-query": "^5.62.7",
28-
"@tanstack/react-router": "^1.90.0",
27+
"@tanstack/react-query": "^5.62.8",
28+
"@tanstack/react-router": "^1.91.2",
2929
"nanostores": "^0.11.3",
3030
"openapi-fetch": "0.13.3",
3131
"openapi-react-query": "0.2.8",
3232
"react": "^18.3.1",
3333
"react-dom": "^18.3.1"
3434
},
3535
"devDependencies": {
36-
"@tanstack/router-devtools": "^1.90.0",
37-
"@tanstack/router-plugin": "^1.87.13",
36+
"@tanstack/router-devtools": "^1.91.2",
37+
"@tanstack/router-plugin": "^1.91.1",
3838
"@testing-library/jest-dom": "^6.6.3",
3939
"@testing-library/react": "^16.1.0",
4040
"@types/react": "^18.3.16",

libs/ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"@mantine/dates": "^7.14.3",
3131
"@mantine/form": "7.14.3",
3232
"@mantine/hooks": "^7.14.3",
33-
"@mantine/notifications": "^7.15.1",
34-
"@tabler/icons-react": "3.17.0",
33+
"@mantine/notifications": "7.14.3",
34+
"@tabler/icons-react": "^3.26.0",
3535
"dayjs": "^1.11.13",
3636
"react": "^18.3.1",
3737
"react-dom": "^18.3.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.27.10",
21+
"@changesets/cli": "^2.27.11",
2222
"@eslint/js": "^9.17.0",
2323
"@nestjs/cli": "^10.4.9",
2424
"@nx-tools/container-metadata": "^6.1.1",
@@ -31,7 +31,7 @@
3131
"eslint-plugin-react-refresh": "^0.4.16",
3232
"globals": "^15.13.0",
3333
"nx": "^20.2.2",
34-
"typescript-eslint": "^8.18.0"
34+
"typescript-eslint": "^8.18.1"
3535
},
3636
"engines": {
3737
"node": ">=20.0.0"

0 commit comments

Comments
 (0)