@medplum/react 4.4.2 → 4.5.0
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/dist/cjs/index.cjs +2 -2
- package/dist/cjs/index.cjs.map +3 -3
- package/dist/cjs/index.d.ts +13 -0
- package/dist/esm/index.d.ts +13 -0
- package/dist/esm/index.mjs +3 -3
- package/dist/esm/index.mjs.map +3 -3
- package/package.json +12 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medplum/react",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.5.0",
|
|
4
4
|
"description": "Medplum React Component Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"medplum",
|
|
@@ -72,11 +72,11 @@
|
|
|
72
72
|
"@mantine/core": "7.17.8",
|
|
73
73
|
"@mantine/hooks": "7.17.8",
|
|
74
74
|
"@mantine/notifications": "7.17.8",
|
|
75
|
-
"@medplum/core": "4.
|
|
76
|
-
"@medplum/definitions": "4.
|
|
77
|
-
"@medplum/fhirtypes": "4.
|
|
78
|
-
"@medplum/mock": "4.
|
|
79
|
-
"@medplum/react-hooks": "4.
|
|
75
|
+
"@medplum/core": "4.5.0",
|
|
76
|
+
"@medplum/definitions": "4.5.0",
|
|
77
|
+
"@medplum/fhirtypes": "4.5.0",
|
|
78
|
+
"@medplum/mock": "4.5.0",
|
|
79
|
+
"@medplum/react-hooks": "4.5.0",
|
|
80
80
|
"@storybook/addon-actions": "8.6.14",
|
|
81
81
|
"@storybook/addon-essentials": "8.6.14",
|
|
82
82
|
"@storybook/addon-links": "8.6.14",
|
|
@@ -90,20 +90,17 @@
|
|
|
90
90
|
"@testing-library/jest-dom": "6.9.1",
|
|
91
91
|
"@testing-library/react": "16.3.0",
|
|
92
92
|
"@testing-library/user-event": "14.6.1",
|
|
93
|
-
"@types/
|
|
94
|
-
"@types/
|
|
95
|
-
"@types/react": "19.2.
|
|
96
|
-
"@types/react-dom": "19.2.0",
|
|
93
|
+
"@types/node": "20.19.20",
|
|
94
|
+
"@types/react": "19.2.2",
|
|
95
|
+
"@types/react-dom": "19.2.1",
|
|
97
96
|
"@vitejs/plugin-react": "5.0.4",
|
|
98
97
|
"chromatic": "13.3.0",
|
|
99
98
|
"dotenv": "17.2.3",
|
|
100
|
-
"jest": "29.7.0",
|
|
101
|
-
"jest-each": "29.7.0",
|
|
102
99
|
"postcss": "8.5.6",
|
|
103
100
|
"postcss-preset-mantine": "1.18.0",
|
|
104
101
|
"react": "19.2.0",
|
|
105
102
|
"react-dom": "19.2.0",
|
|
106
|
-
"react-router": "7.9.
|
|
103
|
+
"react-router": "7.9.4",
|
|
107
104
|
"rfc6902": "5.1.2",
|
|
108
105
|
"signature_pad": "5.1.1",
|
|
109
106
|
"sinon": "21.0.0",
|
|
@@ -116,8 +113,8 @@
|
|
|
116
113
|
"@mantine/core": "^7.0.0",
|
|
117
114
|
"@mantine/hooks": "^7.0.0",
|
|
118
115
|
"@mantine/notifications": "^7.0.0",
|
|
119
|
-
"@medplum/core": "4.
|
|
120
|
-
"@medplum/react-hooks": "4.
|
|
116
|
+
"@medplum/core": "4.5.0",
|
|
117
|
+
"@medplum/react-hooks": "4.5.0",
|
|
121
118
|
"react": "^17.0.2 || ^18.0.0 || ^19.0.0",
|
|
122
119
|
"react-dom": "^17.0.2 || ^18.0.0 || ^19.0.0",
|
|
123
120
|
"rfc6902": "^5.0.1",
|