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