Skip to content

Commit b016240

Browse files
committed
chore: upgrade dependencies
1 parent a89c021 commit b016240

File tree

4 files changed

+124
-148
lines changed

4 files changed

+124
-148
lines changed

apps/frontend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,22 @@
2020
"@fullcalendar/interaction": "^6.1.15",
2121
"@fullcalendar/react": "^6.1.15",
2222
"@fullcalendar/timegrid": "^6.1.15",
23-
"@mantine/form": "^7.14.3",
23+
"@mantine/form": "^7.15.0",
2424
"@nanostores/i18n": "^0.12.2",
2525
"@nanostores/persistent": "^0.10.2",
2626
"@nanostores/react": "^0.8.2",
2727
"@quassel/ui": "workspace:*",
2828
"@tanstack/react-query": "^5.62.3",
29-
"@tanstack/react-router": "^1.87.1",
29+
"@tanstack/react-router": "^1.87.3",
3030
"nanostores": "^0.11.3",
3131
"openapi-fetch": "0.13.3",
3232
"openapi-react-query": "0.2.8",
3333
"react": "^18.3.1",
3434
"react-dom": "^18.3.1"
3535
},
3636
"devDependencies": {
37-
"@tanstack/router-devtools": "^1.87.1",
38-
"@tanstack/router-plugin": "^1.86.0",
37+
"@tanstack/router-devtools": "^1.87.3",
38+
"@tanstack/router-plugin": "^1.87.4",
3939
"@testing-library/jest-dom": "^6.6.3",
4040
"@testing-library/react": "^16.1.0",
4141
"@types/react": "^18.3.1",

libs/ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"preview": "vite preview"
2727
},
2828
"dependencies": {
29-
"@mantine/core": "^7.14.3",
30-
"@mantine/dates": "^7.14.3",
31-
"@mantine/hooks": "^7.14.3",
29+
"@mantine/core": "^7.15.0",
30+
"@mantine/dates": "^7.15.0",
31+
"@mantine/hooks": "^7.15.0",
3232
"@tabler/icons-react": "3.17.0",
3333
"dayjs": "^1.11.13",
3434
"react": "^18.3.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"eslint-plugin-react-refresh": "^0.4.16",
3232
"globals": "^15.13.0",
3333
"nx": "^20.2.1",
34-
"typescript-eslint": "^8.17.0"
34+
"typescript-eslint": "^8.18.0"
3535
},
3636
"engines": {
3737
"node": ">=20.0.0"

0 commit comments

Comments
 (0)