Skip to content

Commit a0579dd

Browse files
fix(deps): update likely non breaking dependencies
1 parent 066cd4c commit a0579dd

File tree

4 files changed

+919
-792
lines changed

4 files changed

+919
-792
lines changed

apps/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"class-validator": "^0.14.2",
4949
"csv-stringify": "^6.6.0",
5050
"date-fns": "^4.1.0",
51-
"fastify": "5.6.1",
51+
"fastify": "5.6.2",
5252
"hash-wasm": "^4.12.0",
5353
"reflect-metadata": "^0.2.2",
5454
"rxjs": "^7.8.2"

libs/ui/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
"preview": "vite preview"
3030
},
3131
"dependencies": {
32-
"@mantine/core": "8.3.4",
33-
"@mantine/dates": "8.3.4",
34-
"@mantine/form": "8.3.4",
35-
"@mantine/hooks": "8.3.4",
32+
"@mantine/core": "8.3.9",
33+
"@mantine/dates": "8.3.9",
34+
"@mantine/form": "8.3.9",
35+
"@mantine/hooks": "8.3.9",
3636
"@mantine/modals": "^8.3.4",
37-
"@mantine/notifications": "8.3.4",
37+
"@mantine/notifications": "8.3.9",
3838
"@tabler/icons-react": "^3.35.0",
3939
"dayjs": "^1.11.18",
4040
"react": "^19.2.0",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint-plugin-astro": "^1.3.1",
3030
"eslint-plugin-prettier": "^5.5.4",
3131
"eslint-plugin-react": "^7.37.5",
32-
"eslint-plugin-react-hooks": "7.0.0",
32+
"eslint-plugin-react-hooks": "7.0.1",
3333
"eslint-plugin-react-refresh": "^0.4.23",
3434
"globals": "^16.4.0",
3535
"nx": "^21.6.4",
@@ -52,7 +52,7 @@
5252
],
5353
"overrides": {
5454
"vite": "7.1.9",
55-
"fastify": "5.6.1"
55+
"fastify": "5.6.2"
5656
}
5757
}
5858
}

0 commit comments

Comments
 (0)