Skip to content

Commit

Permalink
Merge from main repo: Release Version 3.1.8 (#4648)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 10, 2024
1 parent 311eb89 commit a48c246
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .turbo/turbo-build.log
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

> [email protected].7 build
> [email protected].8 build
> next build

⚠ No build cache found. Please configure build caching for faster rebuilds. Read more: https://nextjs.org/docs/messages/no-cache
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medplum-nextauth-demo",
"version": "3.1.7",
"version": "3.1.8",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -20,19 +20,19 @@
]
},
"dependencies": {
"@mantine/core": "7.10.0",
"@mantine/hooks": "7.10.0",
"@mantine/notifications": "7.10.0",
"@medplum/core": "3.1.7",
"@medplum/eslint-config": "3.1.7",
"@mantine/core": "7.10.1",
"@mantine/hooks": "7.10.1",
"@mantine/notifications": "7.10.1",
"@medplum/core": "3.1.8",
"@medplum/eslint-config": "3.1.8",
"next": "14.2.3",
"next-auth": "4.24.7",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@medplum/fhirtypes": "3.1.7",
"@types/node": "20.12.12",
"@medplum/fhirtypes": "3.1.8",
"@types/node": "20.14.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"eslint": "8.57.0",
Expand Down

0 comments on commit a48c246

Please sign in to comment.