@openmrs/esm-react-utils 5.4.1-pre.1638 → 5.5.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,4 +1,4 @@
1
- @openmrs/esm-react-utils:build: cache hit, replaying output b4421d8c4a996b29
1
+ @openmrs/esm-react-utils:build: cache hit, replaying output 298e6a4d897acf61
2
2
  @openmrs/esm-react-utils:build: asset openmrs-esm-react-utils.js 66.5 KiB [emitted] [minimized] (name: main) 1 related asset
3
3
  @openmrs/esm-react-utils:build: orphan modules 169 KiB [orphan] 122 modules
4
4
  @openmrs/esm-react-utils:build: runtime modules 937 bytes 4 modules
@@ -11,4 +11,4 @@
11
11
  @openmrs/esm-react-utils:build:  external "@openmrs/esm-extensions" 42 bytes [built] [code generated]
12
12
  @openmrs/esm-react-utils:build:  + 3 modules
13
13
  @openmrs/esm-react-utils:build:  + 5 modules
14
- @openmrs/esm-react-utils:build: webpack 5.88.0 compiled successfully in 4638 ms
14
+ @openmrs/esm-react-utils:build: webpack 5.88.0 compiled successfully in 4555 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-react-utils",
3
- "version": "5.4.1-pre.1638",
3
+ "version": "5.5.0",
4
4
  "license": "MPL-2.0",
5
5
  "description": "React utilities for OpenMRS.",
6
6
  "browser": "dist/openmrs-esm-react-utils.js",
@@ -58,13 +58,13 @@
58
58
  "swr": "2.x"
59
59
  },
60
60
  "devDependencies": {
61
- "@openmrs/esm-api": "5.4.1-pre.1638",
62
- "@openmrs/esm-config": "5.4.1-pre.1638",
63
- "@openmrs/esm-error-handling": "5.4.1-pre.1638",
64
- "@openmrs/esm-extensions": "5.4.1-pre.1638",
65
- "@openmrs/esm-feature-flags": "5.4.1-pre.1638",
66
- "@openmrs/esm-globals": "5.4.1-pre.1638",
67
- "@openmrs/esm-navigation": "5.4.1-pre.1638",
61
+ "@openmrs/esm-api": "5.5.0",
62
+ "@openmrs/esm-config": "5.5.0",
63
+ "@openmrs/esm-error-handling": "5.5.0",
64
+ "@openmrs/esm-extensions": "5.5.0",
65
+ "@openmrs/esm-feature-flags": "5.5.0",
66
+ "@openmrs/esm-globals": "5.5.0",
67
+ "@openmrs/esm-navigation": "5.5.0",
68
68
  "dayjs": "^1.10.8",
69
69
  "i18next": "^21.10.0",
70
70
  "react": "^18.1.0",
@@ -73,6 +73,5 @@
73
73
  "rxjs": "^6.5.3",
74
74
  "swr": "^2.2.2",
75
75
  "webpack": "^5.88.0"
76
- },
77
- "stableVersion": "5.4.0"
76
+ }
78
77
  }