@medplum/react 4.3.7 → 4.3.9
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 +4 -4
- package/dist/cjs/index.css +1 -1
- package/dist/cjs/index.css.map +3 -3
- package/dist/cjs/index.d.ts +9 -0
- package/dist/esm/index.css +1 -1
- package/dist/esm/index.css.map +3 -3
- package/dist/esm/index.d.ts +9 -0
- package/dist/esm/index.mjs +2 -2
- package/dist/esm/index.mjs.map +4 -4
- package/package.json +14 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medplum/react",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.9",
|
|
4
4
|
"description": "Medplum React Component Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"medplum",
|
|
@@ -64,6 +64,7 @@
|
|
|
64
64
|
"clean": "rimraf dist storybook-static",
|
|
65
65
|
"dev": "storybook dev -p 6006",
|
|
66
66
|
"lint": "eslint .",
|
|
67
|
+
"lint:fix": "eslint . --fix",
|
|
67
68
|
"storybook": "storybook build",
|
|
68
69
|
"test": "jest"
|
|
69
70
|
},
|
|
@@ -71,11 +72,11 @@
|
|
|
71
72
|
"@mantine/core": "7.17.8",
|
|
72
73
|
"@mantine/hooks": "7.17.8",
|
|
73
74
|
"@mantine/notifications": "7.17.8",
|
|
74
|
-
"@medplum/core": "4.3.
|
|
75
|
-
"@medplum/definitions": "4.3.
|
|
76
|
-
"@medplum/fhirtypes": "4.3.
|
|
77
|
-
"@medplum/mock": "4.3.
|
|
78
|
-
"@medplum/react-hooks": "4.3.
|
|
75
|
+
"@medplum/core": "4.3.9",
|
|
76
|
+
"@medplum/definitions": "4.3.9",
|
|
77
|
+
"@medplum/fhirtypes": "4.3.9",
|
|
78
|
+
"@medplum/mock": "4.3.9",
|
|
79
|
+
"@medplum/react-hooks": "4.3.9",
|
|
79
80
|
"@storybook/addon-actions": "8.6.14",
|
|
80
81
|
"@storybook/addon-essentials": "8.6.14",
|
|
81
82
|
"@storybook/addon-links": "8.6.14",
|
|
@@ -91,17 +92,17 @@
|
|
|
91
92
|
"@testing-library/user-event": "14.6.1",
|
|
92
93
|
"@types/jest": "29.5.14",
|
|
93
94
|
"@types/node": "20.19.9",
|
|
94
|
-
"@types/react": "19.1.
|
|
95
|
-
"@types/react-dom": "19.1.
|
|
95
|
+
"@types/react": "19.1.9",
|
|
96
|
+
"@types/react-dom": "19.1.7",
|
|
96
97
|
"@vitejs/plugin-react": "4.7.0",
|
|
97
|
-
"chromatic": "13.1.
|
|
98
|
+
"chromatic": "13.1.3",
|
|
98
99
|
"dotenv": "17.2.1",
|
|
99
100
|
"jest": "29.7.0",
|
|
100
101
|
"jest-each": "29.7.0",
|
|
101
102
|
"postcss": "8.5.6",
|
|
102
103
|
"postcss-preset-mantine": "1.18.0",
|
|
103
|
-
"react": "19.1.
|
|
104
|
-
"react-dom": "19.1.
|
|
104
|
+
"react": "19.1.1",
|
|
105
|
+
"react-dom": "19.1.1",
|
|
105
106
|
"react-router": "7.7.1",
|
|
106
107
|
"rfc6902": "5.1.2",
|
|
107
108
|
"signature_pad": "5.0.10",
|
|
@@ -115,8 +116,8 @@
|
|
|
115
116
|
"@mantine/core": "^7.0.0",
|
|
116
117
|
"@mantine/hooks": "^7.0.0",
|
|
117
118
|
"@mantine/notifications": "^7.0.0",
|
|
118
|
-
"@medplum/core": "4.3.
|
|
119
|
-
"@medplum/react-hooks": "4.3.
|
|
119
|
+
"@medplum/core": "4.3.9",
|
|
120
|
+
"@medplum/react-hooks": "4.3.9",
|
|
120
121
|
"react": "^17.0.2 || ^18.0.0 || ^19.0.0",
|
|
121
122
|
"react-dom": "^17.0.2 || ^18.0.0 || ^19.0.0",
|
|
122
123
|
"rfc6902": "^5.0.1",
|