From b5b8853cde9bf2b0ad1bf6acffa6ccaf81b8cf21 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 17 Sep 2024 00:04:22 +0000 Subject: [PATCH] Merge from main repo: Release Version 3.2.12 (#5251) --- package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 03a41e4..5afc689 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "medplum-photon-integration", - "version": "3.2.11", + "version": "3.2.12", "private": true, "type": "module", "scripts": { @@ -27,23 +27,23 @@ "@mantine/core": "7.12.2", "@mantine/hooks": "7.12.2", "@mantine/notifications": "7.12.2", - "@medplum/core": "3.2.11", - "@medplum/eslint-config": "3.2.11", - "@medplum/fhirtypes": "3.2.11", - "@medplum/react": "3.2.11", - "@photonhealth/elements": "0.10.9", - "@tabler/icons-react": "3.16.0", - "@types/node": "22.5.4", - "@types/react": "18.3.5", + "@medplum/core": "3.2.12", + "@medplum/eslint-config": "3.2.12", + "@medplum/fhirtypes": "3.2.12", + "@medplum/react": "3.2.12", + "@photonhealth/elements": "0.12.1", + "@tabler/icons-react": "3.17.0", + "@types/node": "22.5.5", + "@types/react": "18.3.6", "@types/react-dom": "18.3.0", "@vitejs/plugin-react": "4.3.1", - "postcss": "8.4.45", + "postcss": "8.4.47", "esbuild": "0.23.1", "postcss-preset-mantine": "1.17.0", "react": "18.2.0", "react-dom": "18.2.0", "react-router-dom": "6.26.2", "typescript": "5.6.2", - "vite": "5.4.3" + "vite": "5.4.5" } }