Skip to content

Commit a4c174f

Browse files
Merge from main repo: Release Version 4.5.2 (#7679)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ffbfac6 commit a4c174f

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

.turbo/turbo-build.log

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
2+
33
> next build
44

55
⚠ Invalid next.config.mjs options detected:
@@ -14,7 +14,10 @@ https://nextjs.org/telemetry
1414
▲ Next.js 15.5.4
1515

1616
Creating an optimized production build ...
17-
✓ Compiled successfully in 2.5min
17+
18+
19+
Retrying 1/3...
20+
✓ Compiled successfully in 2.2min
1821
Linting and checking validity of types ...
1922

2023
⚠ The Next.js plugin was not detected in your ESLint configuration. See https://nextjs.org/docs/app/api-reference/config/eslint#migrating-existing-config

next.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-FileCopyrightText: Copyright Orangebot, Inc. and Medplum contributors
2+
// SPDX-License-Identifier: Apache-2.0
13
const nextConfig = {
24
reactStrictMode: true,
35
swcMinify: true,

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "medplum-nextauth-demo",
3-
"version": "4.5.1",
3+
"version": "4.5.2",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -23,8 +23,8 @@
2323
"@mantine/core": "7.17.8",
2424
"@mantine/hooks": "7.17.8",
2525
"@mantine/notifications": "7.17.8",
26-
"@medplum/core": "4.5.1",
27-
"@medplum/eslint-config": "4.5.1",
26+
"@medplum/core": "4.5.2",
27+
"@medplum/eslint-config": "4.5.2",
2828
"next": "15.5.4",
2929
"next-auth": "4.24.11",
3030
"postcss": "8.5.6",
@@ -33,10 +33,10 @@
3333
"react-dom": "19.2.0"
3434
},
3535
"devDependencies": {
36-
"@medplum/fhirtypes": "4.5.1",
37-
"@types/node": "20.19.20",
36+
"@medplum/fhirtypes": "4.5.2",
37+
"@types/node": "20.19.23",
3838
"@types/react": "19.2.2",
39-
"@types/react-dom": "19.2.1",
39+
"@types/react-dom": "19.2.2",
4040
"eslint": "8.57.1",
4141
"eslint-config-next": "15.5.4",
4242
"typescript": "5.9.3"

0 commit comments

Comments
 (0)