Skip to content

Commit 8ba0e03

Browse files
fix(deps): update likely non breaking dependencies
1 parent 04ebdc4 commit 8ba0e03

File tree

5 files changed

+216
-220
lines changed

5 files changed

+216
-220
lines changed

apps/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"openapi-typescript": "^7.9.1",
5050
"openapi-typescript-helpers": "^0.0.15",
5151
"typescript": "^5.9.3",
52-
"vite": "7.1.8",
52+
"vite": "7.1.9",
5353
"vitest": "^3.2.4"
5454
}
5555
}

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.2",
33-
"@mantine/dates": "8.3.2",
34-
"@mantine/form": "8.3.2",
35-
"@mantine/hooks": "8.3.2",
32+
"@mantine/core": "8.3.3",
33+
"@mantine/dates": "8.3.3",
34+
"@mantine/form": "8.3.3",
35+
"@mantine/hooks": "8.3.3",
3636
"@mantine/modals": "^8.3.2",
37-
"@mantine/notifications": "8.3.2",
37+
"@mantine/notifications": "8.3.3",
3838
"@tabler/icons-react": "^3.35.0",
3939
"dayjs": "^1.11.18",
4040
"react": "^19.2.0",
@@ -47,7 +47,7 @@
4747
"@types/react-dom": "^19.2.0",
4848
"@vitejs/plugin-react": "^5.0.4",
4949
"typescript": "^5.9.3",
50-
"vite": "7.1.8",
50+
"vite": "7.1.9",
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.36.0",
3535
"typescript": "^5.9.3",
36-
"vite": "7.1.8",
36+
"vite": "7.1.9",
3737
"vite-plugin-dts": "^4.5.4",
3838
"vitest": "^3.2.4"
3939
}

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": "6.1.0",
32+
"eslint-plugin-react-hooks": "6.1.1",
3333
"eslint-plugin-react-refresh": "^0.4.23",
3434
"globals": "^16.4.0",
3535
"nx": "^21.6.3",
@@ -51,7 +51,7 @@
5151
"unrs-resolver"
5252
],
5353
"overrides": {
54-
"vite": "7.1.8",
54+
"vite": "7.1.9",
5555
"fastify": "5.6.1"
5656
}
5757
}

0 commit comments

Comments
 (0)