@medplum/react 5.1.22 → 5.1.24

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.1.22",
3
+ "version": "5.1.24",
4
4
  "description": "Medplum React Component Library",
5
5
  "keywords": [
6
6
  "medplum",
@@ -73,11 +73,11 @@
73
73
  "@mantine/hooks": "8.3.18",
74
74
  "@mantine/notifications": "8.3.18",
75
75
  "@mantine/spotlight": "8.3.18",
76
- "@medplum/core": "5.1.22",
77
- "@medplum/definitions": "5.1.22",
78
- "@medplum/fhirtypes": "5.1.22",
79
- "@medplum/mock": "5.1.22",
80
- "@medplum/react-hooks": "5.1.22",
76
+ "@medplum/core": "5.1.24",
77
+ "@medplum/definitions": "5.1.24",
78
+ "@medplum/fhirtypes": "5.1.24",
79
+ "@medplum/mock": "5.1.24",
80
+ "@medplum/react-hooks": "5.1.24",
81
81
  "@storybook/addon-docs": "10.4.6",
82
82
  "@storybook/addon-links": "10.4.6",
83
83
  "@storybook/builder-vite": "10.4.6",
@@ -88,19 +88,18 @@
88
88
  "@testing-library/jest-dom": "6.9.1",
89
89
  "@testing-library/react": "16.3.2",
90
90
  "@testing-library/user-event": "14.6.1",
91
- "@types/node": "22.19.21",
92
91
  "@types/react": "19.2.17",
93
92
  "@types/react-dom": "19.2.3",
94
- "@vitejs/plugin-react": "6.0.2",
93
+ "@vitejs/plugin-react": "6.0.3",
95
94
  "@vueless/storybook-dark-mode": "10.0.8",
96
- "chromatic": "17.5.0",
95
+ "chromatic": "17.7.1",
97
96
  "dotenv": "17.4.2",
97
+ "jsqr": "1.4.0",
98
98
  "postcss": "8.5.15",
99
99
  "postcss-preset-mantine": "1.18.0",
100
100
  "react": "19.2.7",
101
101
  "react-dom": "19.2.7",
102
102
  "react-router": "7.18.0",
103
- "rfc6902": "5.2.0",
104
103
  "signature_pad": "5.1.3",
105
104
  "sinon": "22.0.0",
106
105
  "storybook": "10.4.6",
@@ -111,11 +110,11 @@
111
110
  "@mantine/hooks": "^8.0.0",
112
111
  "@mantine/notifications": "^8.0.0",
113
112
  "@mantine/spotlight": "^8.0.0",
114
- "@medplum/core": "5.1.22",
115
- "@medplum/react-hooks": "5.1.22",
113
+ "@medplum/core": "5.1.24",
114
+ "@medplum/react-hooks": "5.1.24",
115
+ "jsqr": "^1.4.0",
116
116
  "react": "^18.0.0 || ^19.0.0",
117
117
  "react-dom": "^18.0.0 || ^19.0.0",
118
- "rfc6902": "^5.0.1",
119
118
  "signature_pad": "^5.0.10"
120
119
  },
121
120
  "peerDependenciesMeta": {
@@ -128,10 +127,10 @@
128
127
  "@mantine/notifications": {
129
128
  "optional": true
130
129
  },
131
- "rfc6902": {
130
+ "signature_pad": {
132
131
  "optional": true
133
132
  },
134
- "signature_pad": {
133
+ "jsqr": {
135
134
  "optional": true
136
135
  }
137
136
  },