@medplum/react 5.0.14 → 5.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/react",
3
- "version": "5.0.14",
3
+ "version": "5.0.15",
4
4
  "description": "Medplum React Component Library",
5
5
  "keywords": [
6
6
  "medplum",
@@ -69,32 +69,33 @@
69
69
  "test": "jest"
70
70
  },
71
71
  "devDependencies": {
72
- "@mantine/core": "8.3.13",
73
- "@mantine/hooks": "8.3.13",
74
- "@mantine/notifications": "8.3.13",
75
- "@mantine/spotlight": "8.3.13",
76
- "@medplum/core": "5.0.14",
77
- "@medplum/definitions": "5.0.14",
78
- "@medplum/fhirtypes": "5.0.14",
79
- "@medplum/mock": "5.0.14",
80
- "@medplum/react-hooks": "5.0.14",
81
- "@storybook/addon-docs": "10.2.2",
82
- "@storybook/addon-links": "10.2.2",
83
- "@storybook/builder-vite": "10.2.2",
84
- "@storybook/react": "10.2.2",
85
- "@storybook/react-vite": "10.2.2",
72
+ "@mantine/core": "8.3.14",
73
+ "@mantine/hooks": "8.3.14",
74
+ "@mantine/notifications": "8.3.14",
75
+ "@mantine/spotlight": "8.3.14",
76
+ "@medplum/core": "5.0.15",
77
+ "@medplum/definitions": "5.0.15",
78
+ "@medplum/dosespot-core": "5.0.15",
79
+ "@medplum/fhirtypes": "5.0.15",
80
+ "@medplum/mock": "5.0.15",
81
+ "@medplum/react-hooks": "5.0.15",
82
+ "@storybook/addon-docs": "10.2.8",
83
+ "@storybook/addon-links": "10.2.8",
84
+ "@storybook/builder-vite": "10.2.8",
85
+ "@storybook/react": "10.2.8",
86
+ "@storybook/react-vite": "10.2.8",
86
87
  "@tabler/icons-react": "3.36.1",
87
88
  "@testing-library/dom": "10.4.1",
88
89
  "@testing-library/jest-dom": "6.9.1",
89
90
  "@testing-library/react": "16.3.2",
90
91
  "@testing-library/user-event": "14.6.1",
91
- "@types/node": "22.19.7",
92
- "@types/react": "19.2.10",
92
+ "@types/node": "22.19.11",
93
+ "@types/react": "19.2.14",
93
94
  "@types/react-dom": "19.2.3",
94
- "@vitejs/plugin-react": "5.1.2",
95
+ "@vitejs/plugin-react": "5.1.4",
95
96
  "@vueless/storybook-dark-mode": "10.0.7",
96
- "chromatic": "13.3.5",
97
- "dotenv": "17.2.3",
97
+ "chromatic": "15.1.0",
98
+ "dotenv": "17.3.1",
98
99
  "postcss": "8.5.6",
99
100
  "postcss-preset-mantine": "1.18.0",
100
101
  "react": "19.2.4",
@@ -103,7 +104,7 @@
103
104
  "rfc6902": "5.1.2",
104
105
  "signature_pad": "5.1.3",
105
106
  "sinon": "21.0.1",
106
- "storybook": "10.2.2",
107
+ "storybook": "10.2.8",
107
108
  "typescript": "5.9.3"
108
109
  },
109
110
  "peerDependencies": {
@@ -111,8 +112,9 @@
111
112
  "@mantine/hooks": "^8.0.0",
112
113
  "@mantine/notifications": "^8.0.0",
113
114
  "@mantine/spotlight": "^8.0.0",
114
- "@medplum/core": "5.0.14",
115
- "@medplum/react-hooks": "5.0.14",
115
+ "@medplum/core": "5.0.15",
116
+ "@medplum/dosespot-core": "5.0.15",
117
+ "@medplum/react-hooks": "5.0.15",
116
118
  "react": "^18.0.0 || ^19.0.0",
117
119
  "react-dom": "^18.0.0 || ^19.0.0",
118
120
  "rfc6902": "^5.0.1",
@@ -131,6 +133,9 @@
131
133
  "@mantine/spotlight": {
132
134
  "optional": true
133
135
  },
136
+ "@medplum/dosespot-core": {
137
+ "optional": true
138
+ },
134
139
  "rfc6902": {
135
140
  "optional": true
136
141
  },