Skip to content

Commit

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

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

⚠ No build cache found. Please configure build caching for faster rebuilds. Read more: https://nextjs.org/docs/messages/no-cache
Expand All @@ -8,7 +8,7 @@ This information is used to shape Next.js' roadmap and prioritize features.
You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
https://nextjs.org/telemetry

▲ Next.js 14.2.3
▲ Next.js 14.2.4

Creating an optimized production build ...
✓ Compiled successfully
Expand All @@ -25,16 +25,16 @@ https://nextjs.org/telemetry
Collecting build traces ...

Route (app) Size First Load JS
┌ ƒ / 1.9 kB 228 kB
├ ○ /_not-found 877 B 88 kB
┌ ƒ / 1.9 kB 229 kB
├ ○ /_not-found 877 B 88.1 kB
└ ƒ /api/auth/[...nextauth] 0 B 0 B
+ First Load JS shared by all 87.1 kB
+ First Load JS shared by all 87.2 kB
├ chunks/1dd3208c-b8b265ce9a7153c3.js 53.6 kB
├ chunks/286-e78f575d5e8919e4.js 31.6 kB
├ chunks/286-0efd3dd4964258a9.js 31.7 kB
└ other shared chunks (total) 1.88 kB


ƒ Middleware 48.3 kB
ƒ Middleware 48.4 kB

○ (Static) prerendered as static content
ƒ (Dynamic) server-rendered on demand
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medplum-nextauth-demo",
"version": "3.1.8",
"version": "3.1.9",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -20,23 +20,23 @@
]
},
"dependencies": {
"@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",
"@mantine/core": "7.10.2",
"@mantine/hooks": "7.10.2",
"@mantine/notifications": "7.10.2",
"@medplum/core": "3.1.9",
"@medplum/eslint-config": "3.1.9",
"next": "14.2.4",
"next-auth": "4.24.7",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@medplum/fhirtypes": "3.1.8",
"@types/node": "20.14.0",
"@medplum/fhirtypes": "3.1.9",
"@types/node": "20.14.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-next": "14.2.4",
"typescript": "5.4.5"
}
}

0 comments on commit fc9e7c5

Please sign in to comment.