Skip to content

Commit 91d20bf

Browse files
committed
mantine react table works
1 parent f924be4 commit 91d20bf

File tree

5 files changed

+892
-349
lines changed

5 files changed

+892
-349
lines changed

src/common/types/iam.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,4 @@ export const entraProfilePatchRequest = z.object({
7676
});
7777

7878
export type ProfilePatchRequest = z.infer<typeof entraProfilePatchRequest>;
79+

src/ui/package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,22 @@
2121
"dependencies": {
2222
"@azure/msal-browser": "^3.20.0",
2323
"@azure/msal-react": "^2.0.22",
24-
"@mantine/core": "^7.12.0",
25-
"@mantine/dates": "^7.12.0",
24+
"@emotion/react": "^11.14.0",
25+
"@mantine/core": "^7.16.3",
26+
"@mantine/dates": "^7.16.3",
2627
"@mantine/form": "^7.12.0",
27-
"@mantine/hooks": "^7.12.0",
28+
"@mantine/hooks": "^7.16.3",
2829
"@mantine/notifications": "^7.12.0",
29-
"@tabler/icons-react": "^3.29.0",
30+
"@tabler/icons-react": "^3.30.0",
3031
"@ungap/with-resolvers": "^0.1.0",
3132
"axios": "^1.7.3",
32-
"dayjs": "^1.11.12",
33+
"clsx": "^2.1.1",
34+
"dayjs": "^1.11.13",
3335
"dotenv": "^16.4.5",
3436
"dotenv-cli": "^8.0.0",
3537
"html5-qrcode": "^2.3.8",
3638
"jsqr": "^1.4.0",
39+
"mantine-react-table": "^2.0.0-beta.8",
3740
"pdfjs-dist": "^4.5.136",
3841
"pluralize": "^8.0.0",
3942
"react": "^18.3.1",

0 commit comments

Comments
 (0)