@openmrs/esm-patient-allergies-app 3.2.0 → 3.2.1-pre.78
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/.turbo/turbo-build.log +1 -1
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -230,4 +230,4 @@
|
|
|
230
230
|
[36m@openmrs/esm-patient-allergies-app:build: [0m 716.js (476 KiB)
|
|
231
231
|
[36m@openmrs/esm-patient-allergies-app:build: [0m 858.js (477 KiB)[39m[22m
|
|
232
232
|
[36m@openmrs/esm-patient-allergies-app:build: [0m
|
|
233
|
-
[36m@openmrs/esm-patient-allergies-app:build: [0mwebpack 5.72.0 compiled with [1m[33m1 warning[39m[22m in
|
|
233
|
+
[36m@openmrs/esm-patient-allergies-app:build: [0mwebpack 5.72.0 compiled with [1m[33m1 warning[39m[22m in 242892 ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-patient-allergies-app",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.1-pre.78",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "Patient allergies microfrontend for the OpenMRS SPA",
|
|
6
6
|
"browser": "dist/openmrs-esm-patient-allergies-app.js",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@carbon/charts-react": "^0.49.4",
|
|
38
38
|
"@carbon/icons-react": "^10.18.0",
|
|
39
|
-
"@openmrs/esm-patient-common-lib": "^3.2.
|
|
39
|
+
"@openmrs/esm-patient-common-lib": "^3.2.1-pre.78",
|
|
40
40
|
"carbon-components-react": "^7.25.0",
|
|
41
41
|
"d3": "^7.0.3",
|
|
42
42
|
"lodash-es": "^4.17.15"
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"react-router-dom": "5.x",
|
|
53
53
|
"rxjs": "6.x"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "795f9952cc2e9243d3c649a9d03e927ec7e9ad0e"
|
|
56
56
|
}
|