Skip to content

Commit

Permalink
Fix mantine dependency issues (#37)
Browse files Browse the repository at this point in the history
fixed mantine dependency issues
  • Loading branch information
hossenlopp authored Sep 13, 2023
1 parent fc56368 commit 673c4e9
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 116 deletions.
192 changes: 81 additions & 111 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"@fhir-typescript/r4-core": "0.0.12-beta.11",
"@mantine/core": "^4.2.12",
"@mantine/dates": "^4.2.12",
"@mantine/hooks": "^4.2.4",
"@mantine/hooks": "^4.2.12",
"@mantine/modals": "^4.2.12",
"@mantine/next": "^4.2.4",
"@mantine/notifications": "^4.2.10",
"@mantine/prism": "^4.2.11",
"@mantine/next": "^4.2.12",
"@mantine/notifications": "^4.2.12",
"@mantine/prism": "^4.2.12",
"@testing-library/user-event": "^14.2.1",
"@uiw/react-codemirror": "^4.9.4",
"dayjs": "^1.11.4",
Expand Down Expand Up @@ -54,4 +54,4 @@
"prettier": "^2.6.2",
"typescript": "4.6.4"
}
}
}

0 comments on commit 673c4e9

Please sign in to comment.