openmrs 5.3.2-pre.1213 → 5.3.2-pre.1219

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.
@@ -1 +1 @@
1
- openmrs:build: cache hit, replaying output 4c6b1794d84e221f
1
+ openmrs:build: cache hit, replaying output f1f6ae92ff43c699
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openmrs",
3
- "version": "5.3.2-pre.1213",
3
+ "version": "5.3.2-pre.1219",
4
4
  "license": "MPL-2.0",
5
5
  "main": "dist/index.js",
6
6
  "bin": "./dist/cli.js",
@@ -29,8 +29,8 @@
29
29
  ],
30
30
  "homepage": "https://github.com/openmrs/openmrs-esm-core#readme",
31
31
  "dependencies": {
32
- "@openmrs/esm-app-shell": "5.3.2-pre.1213",
33
- "@openmrs/webpack-config": "5.3.2-pre.1213",
32
+ "@openmrs/esm-app-shell": "5.3.2-pre.1219",
33
+ "@openmrs/webpack-config": "5.3.2-pre.1219",
34
34
  "@pnpm/npm-conf": "^2.1.0",
35
35
  "@swc/core": "^1.3.58",
36
36
  "autoprefixer": "^10.4.2",
@@ -68,5 +68,8 @@
68
68
  "@types/rimraf": "^2.0.2",
69
69
  "@types/tar": "^4.0.3"
70
70
  },
71
+ "overrides": {
72
+ "@carbon/icons-react": "11.26.0"
73
+ },
71
74
  "stableVersion": "5.3.1"
72
75
  }