openmrs 5.2.1-pre.1170 → 5.3.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 09d0811af3c21d23
1
+ openmrs:build: cache hit, replaying output 6137120245889f16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openmrs",
3
- "version": "5.2.1-pre.1170",
3
+ "version": "5.3.0",
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.2.1-pre.1170",
33
- "@openmrs/webpack-config": "5.2.1-pre.1170",
32
+ "@openmrs/esm-app-shell": "5.3.0",
33
+ "@openmrs/webpack-config": "5.3.0",
34
34
  "@pnpm/npm-conf": "^2.1.0",
35
35
  "@swc/core": "^1.3.58",
36
36
  "autoprefixer": "^10.4.2",
@@ -67,6 +67,5 @@
67
67
  "@types/react": "^18.0.9",
68
68
  "@types/rimraf": "^2.0.2",
69
69
  "@types/tar": "^4.0.3"
70
- },
71
- "stableVersion": "5.2.0"
70
+ }
72
71
  }