diff --git a/.turbo/turbo-build.log b/.turbo/turbo-build.log index 8ebfc77..d333d8c 100644 --- a/.turbo/turbo-build.log +++ b/.turbo/turbo-build.log @@ -1,5 +1,5 @@ -> medplum-nextauth-demo@3.1.0 build +> medplum-nextauth-demo@3.1.1 build > next build ⚠ No build cache found. Please configure build caching for faster rebuilds. Read more: https://nextjs.org/docs/messages/no-cache @@ -11,7 +11,7 @@ https://nextjs.org/telemetry ▲ Next.js 14.1.4 Creating an optimized production build ... -(node:3625) [DEP_WEBPACK_MODULE_UPDATE_HASH] DeprecationWarning: Module.updateHash: Use new ChunkGraph API +(node:3783) [DEP_WEBPACK_MODULE_UPDATE_HASH] DeprecationWarning: Module.updateHash: Use new ChunkGraph API (Use `node --trace-deprecation ...` to show where the warning was created) ✓ Compiled successfully Linting and checking validity of types ... diff --git a/package.json b/package.json index e02aa7d..b07311d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "medplum-nextauth-demo", - "version": "3.1.0", + "version": "3.1.1", "private": true, "type": "module", "scripts": { @@ -23,15 +23,15 @@ "@mantine/core": "7.7.1", "@mantine/hooks": "7.7.1", "@mantine/notifications": "7.7.1", - "@medplum/core": "3.1.0", - "@medplum/eslint-config": "3.1.0", + "@medplum/core": "3.1.1", + "@medplum/eslint-config": "3.1.1", "next": "14.1.4", "next-auth": "4.24.7", "react": "18.2.0", "react-dom": "18.2.0" }, "devDependencies": { - "@medplum/fhirtypes": "3.1.0", + "@medplum/fhirtypes": "3.1.1", "@types/node": "20.12.2", "@types/react": "18.2.73", "@types/react-dom": "18.2.23",