Skip to content

Commit

Permalink
Merge from main repo: Release Version 3.1.2 (#4342)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 8, 2024
1 parent e894ad1 commit 3e31d33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .turbo/turbo-build.log
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

> [email protected].1 build
> [email protected].2 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 @@ -11,7 +11,7 @@ https://nextjs.org/telemetry
▲ Next.js 14.1.4

Creating an optimized production build ...
(node:3783) [DEP_WEBPACK_MODULE_UPDATE_HASH] DeprecationWarning: Module.updateHash: Use new ChunkGraph API
(node:3724) [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 ...
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medplum-nextauth-demo",
"version": "3.1.1",
"version": "3.1.2",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -23,15 +23,15 @@
"@mantine/core": "7.7.1",
"@mantine/hooks": "7.7.1",
"@mantine/notifications": "7.7.1",
"@medplum/core": "3.1.1",
"@medplum/eslint-config": "3.1.1",
"@medplum/core": "3.1.2",
"@medplum/eslint-config": "3.1.2",
"next": "14.1.4",
"next-auth": "4.24.7",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@medplum/fhirtypes": "3.1.1",
"@medplum/fhirtypes": "3.1.2",
"@types/node": "20.12.2",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
Expand Down

0 comments on commit 3e31d33

Please sign in to comment.