@medplum/react 5.0.5 → 5.0.7

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.5",
3
+ "version": "5.0.7",
4
4
  "description": "Medplum React Component Library",
5
5
  "keywords": [
6
6
  "medplum",
@@ -69,30 +69,31 @@
69
69
  "test": "jest"
70
70
  },
71
71
  "devDependencies": {
72
- "@mantine/core": "8.3.7",
73
- "@mantine/hooks": "8.3.7",
74
- "@mantine/notifications": "8.3.7",
75
- "@medplum/core": "5.0.5",
76
- "@medplum/definitions": "5.0.5",
77
- "@medplum/fhirtypes": "5.0.5",
78
- "@medplum/mock": "5.0.5",
79
- "@medplum/react-hooks": "5.0.5",
80
- "@storybook/addon-docs": "9.1.16",
81
- "@storybook/addon-links": "9.1.16",
82
- "@storybook/builder-vite": "9.1.16",
83
- "@storybook/react": "9.1.16",
84
- "@storybook/react-vite": "9.1.16",
72
+ "@mantine/core": "8.3.9",
73
+ "@mantine/hooks": "8.3.9",
74
+ "@mantine/notifications": "8.3.9",
75
+ "@mantine/spotlight": "8.3.9",
76
+ "@medplum/core": "5.0.7",
77
+ "@medplum/definitions": "5.0.7",
78
+ "@medplum/fhirtypes": "5.0.7",
79
+ "@medplum/mock": "5.0.7",
80
+ "@medplum/react-hooks": "5.0.7",
81
+ "@storybook/addon-docs": "10.1.2",
82
+ "@storybook/addon-links": "10.1.2",
83
+ "@storybook/builder-vite": "10.1.2",
84
+ "@storybook/react": "10.1.2",
85
+ "@storybook/react-vite": "10.1.2",
85
86
  "@tabler/icons-react": "3.35.0",
86
87
  "@testing-library/dom": "10.4.1",
87
88
  "@testing-library/jest-dom": "6.9.1",
88
89
  "@testing-library/react": "16.3.0",
89
90
  "@testing-library/user-event": "14.6.1",
90
91
  "@types/node": "22.19.1",
91
- "@types/react": "19.2.4",
92
+ "@types/react": "19.2.7",
92
93
  "@types/react-dom": "19.2.3",
93
94
  "@vitejs/plugin-react": "5.1.1",
94
- "@vueless/storybook-dark-mode": "9.0.10",
95
- "chromatic": "13.3.3",
95
+ "@vueless/storybook-dark-mode": "10.0.4",
96
+ "chromatic": "13.3.4",
96
97
  "dotenv": "17.2.3",
97
98
  "postcss": "8.5.6",
98
99
  "postcss-preset-mantine": "1.18.0",
@@ -100,19 +101,18 @@
100
101
  "react-dom": "19.2.0",
101
102
  "react-router": "7.9.6",
102
103
  "rfc6902": "5.1.2",
103
- "signature_pad": "5.1.1",
104
+ "signature_pad": "5.1.2",
104
105
  "sinon": "21.0.0",
105
- "storybook": "9.1.16",
106
- "storybook-addon-mantine": "6.0.0",
107
- "typescript": "5.9.3",
108
- "vite-plugin-turbosnap": "1.0.3"
106
+ "storybook": "10.1.2",
107
+ "typescript": "5.9.3"
109
108
  },
110
109
  "peerDependencies": {
111
110
  "@mantine/core": "^8.0.0",
112
111
  "@mantine/hooks": "^8.0.0",
113
112
  "@mantine/notifications": "^8.0.0",
114
- "@medplum/core": "5.0.5",
115
- "@medplum/react-hooks": "5.0.5",
113
+ "@mantine/spotlight": "^8.0.0",
114
+ "@medplum/core": "5.0.7",
115
+ "@medplum/react-hooks": "5.0.7",
116
116
  "react": "^18.0.0 || ^19.0.0",
117
117
  "react-dom": "^18.0.0 || ^19.0.0",
118
118
  "rfc6902": "^5.0.1",
@@ -128,6 +128,9 @@
128
128
  "@mantine/notifications": {
129
129
  "optional": true
130
130
  },
131
+ "@mantine/spotlight": {
132
+ "optional": true
133
+ },
131
134
  "rfc6902": {
132
135
  "optional": true
133
136
  },