Skip to content

Commit

Permalink
Merge from main repo: Release Version 3.0.13 (#4272)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 29, 2024
1 parent 8eefcaa commit 4338b4a
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].12 build
> [email protected].13 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:3512) [DEP_WEBPACK_MODULE_UPDATE_HASH] DeprecationWarning: Module.updateHash: Use new ChunkGraph API
(node:3722) [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.0.12",
"version": "3.0.13",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -23,15 +23,15 @@
"@mantine/core": "7.6.2",
"@mantine/hooks": "7.6.2",
"@mantine/notifications": "7.6.2",
"@medplum/core": "3.0.12",
"@medplum/eslint-config": "3.0.12",
"@medplum/core": "3.0.13",
"@medplum/eslint-config": "3.0.13",
"next": "14.1.4",
"next-auth": "4.24.7",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@medplum/fhirtypes": "3.0.12",
"@medplum/fhirtypes": "3.0.13",
"@types/node": "20.11.30",
"@types/react": "18.2.69",
"@types/react-dom": "18.2.22",
Expand Down

0 comments on commit 4338b4a

Please sign in to comment.