Skip to content

Commit 0a86ecc

Browse files
fix(deps): update likely non breaking dependencies
1 parent 3c745f5 commit 0a86ecc

File tree

5 files changed

+993
-438
lines changed

5 files changed

+993
-438
lines changed

apps/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"openapi-typescript": "^7.9.1",
5151
"openapi-typescript-helpers": "^0.0.15",
5252
"typescript": "^5.9.2",
53-
"vite": "7.1.5",
53+
"vite": "7.1.6",
5454
"vitest": "^3.2.4"
5555
}
5656
}

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.3.0",
33-
"@mantine/dates": "8.3.0",
34-
"@mantine/form": "8.3.0",
35-
"@mantine/hooks": "8.3.0",
32+
"@mantine/core": "8.3.1",
33+
"@mantine/dates": "8.3.1",
34+
"@mantine/form": "8.3.1",
35+
"@mantine/hooks": "8.3.1",
3636
"@mantine/modals": "^8.3.0",
37-
"@mantine/notifications": "8.3.0",
37+
"@mantine/notifications": "8.3.1",
3838
"@tabler/icons-react": "^3.34.1",
3939
"dayjs": "^1.11.18",
4040
"react": "^19.1.1",
@@ -47,7 +47,7 @@
4747
"@types/react-dom": "^19.1.9",
4848
"@vitejs/plugin-react": "^5.0.2",
4949
"typescript": "^5.9.2",
50-
"vite": "7.1.5",
50+
"vite": "7.1.6",
5151
"vite-plugin-dts": "^4.5.4",
5252
"vite-plugin-svgr": "^4.5.0"
5353
}

libs/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@eslint/js": "^9.35.0",
3535
"typescript": "^5.9.2",
36-
"vite": "7.1.5",
36+
"vite": "7.1.6",
3737
"vite-plugin-dts": "^4.5.4",
3838
"vitest": "^3.2.4"
3939
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"unrs-resolver"
5252
],
5353
"overrides": {
54-
"vite": "7.1.5",
54+
"vite": "7.1.6",
5555
"fastify": "5.6.0"
5656
}
5757
}

0 commit comments

Comments
 (0)