Skip to content

Commit

Permalink
Merge from main repo: Release Version 3.1.5 (#4481)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 30, 2024
1 parent 0164cfd commit d273591
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 17 deletions.
33 changes: 27 additions & 6 deletions .turbo/turbo-build.log
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

> [email protected].4 build
> [email protected].5 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,9 +8,30 @@ 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.1
▲ Next.js 14.2.3

Creating an optimized production build ...
request to https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2 failed, reason:

Retrying 1/3...
request to https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2 failed, reason:

Retrying 1/3...
request to https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2 failed, reason:

Retrying 1/3...
request to https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2 failed, reason:

Retrying 1/3...
request to https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2 failed, reason:

Retrying 1/3...
request to https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2 failed, reason:

Retrying 1/3...
request to https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2 failed, reason:

Retrying 1/3...
✓ Compiled successfully
Linting and checking validity of types ...

Expand All @@ -25,12 +46,12 @@ https://nextjs.org/telemetry
Collecting build traces ...

Route (app) Size First Load JS
┌ ƒ / 1.87 kB 223 kB
├ ○ /_not-found 877 B 87.9 kB
┌ ƒ / 1.87 kB 222 kB
├ ○ /_not-found 877 B 88 kB
└ ƒ /api/auth/[...nextauth] 0 B 0 B
+ First Load JS shared by all 87 kB
+ First Load JS shared by all 87.1 kB
├ chunks/1dd3208c-b8b265ce9a7153c3.js 53.6 kB
├ chunks/286-805544d5143cad54.js 31.5 kB
├ chunks/286-f5e7824c8cdac145.js 31.6 kB
└ other shared chunks (total) 1.88 kB


Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medplum-nextauth-demo",
"version": "3.1.4",
"version": "3.1.5",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -20,23 +20,23 @@
]
},
"dependencies": {
"@mantine/core": "7.8.0",
"@mantine/hooks": "7.8.0",
"@mantine/notifications": "7.8.0",
"@medplum/core": "3.1.4",
"@medplum/eslint-config": "3.1.4",
"next": "14.2.1",
"@mantine/core": "7.8.1",
"@mantine/hooks": "7.8.1",
"@mantine/notifications": "7.8.1",
"@medplum/core": "3.1.5",
"@medplum/eslint-config": "3.1.5",
"next": "14.2.3",
"next-auth": "4.24.7",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@medplum/fhirtypes": "3.1.4",
"@medplum/fhirtypes": "3.1.5",
"@types/node": "20.12.7",
"@types/react": "18.2.78",
"@types/react-dom": "18.2.25",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.1",
"eslint-config-next": "14.2.3",
"typescript": "5.4.5"
}
}

0 comments on commit d273591

Please sign in to comment.