@openmrs/esm-react-utils 5.2.1-pre.1069 → 5.2.1-pre.1081

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 95167125c53b5852
1
+ @openmrs/esm-react-utils:build: cache hit, replaying output 3f65cd1fada89cc9
2
2
  @openmrs/esm-react-utils:build: asset openmrs-esm-react-utils.js 64.4 KiB [emitted] [minimized] (name: main) 1 related asset
3
3
  @openmrs/esm-react-utils:build: orphan modules 162 KiB [orphan] 119 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:  + 2 modules
13
13
  @openmrs/esm-react-utils:build:  + 5 modules
14
- @openmrs/esm-react-utils:build: webpack 5.88.0 compiled successfully in 7485 ms
14
+ @openmrs/esm-react-utils:build: webpack 5.88.0 compiled successfully in 7055 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-react-utils",
3
- "version": "5.2.1-pre.1069",
3
+ "version": "5.2.1-pre.1081",
4
4
  "license": "MPL-2.0",
5
5
  "description": "React utilities for OpenMRS.",
6
6
  "browser": "dist/openmrs-esm-react-utils.js",
@@ -56,20 +56,20 @@
56
56
  "swr": "2.x"
57
57
  },
58
58
  "devDependencies": {
59
- "@openmrs/esm-api": "^5.2.1-pre.1069",
60
- "@openmrs/esm-config": "^5.2.1-pre.1069",
61
- "@openmrs/esm-error-handling": "^5.2.1-pre.1069",
62
- "@openmrs/esm-extensions": "^5.2.1-pre.1069",
63
- "@openmrs/esm-feature-flags": "^5.2.1-pre.1069",
64
- "@openmrs/esm-globals": "^5.2.1-pre.1069",
59
+ "@openmrs/esm-api": "^5.2.1-pre.1081",
60
+ "@openmrs/esm-config": "^5.2.1-pre.1081",
61
+ "@openmrs/esm-error-handling": "^5.2.1-pre.1081",
62
+ "@openmrs/esm-extensions": "^5.2.1-pre.1081",
63
+ "@openmrs/esm-feature-flags": "^5.2.1-pre.1081",
64
+ "@openmrs/esm-globals": "^5.2.1-pre.1081",
65
65
  "dayjs": "^1.10.8",
66
- "i18next": "^19.6.0",
66
+ "i18next": "^21.10.0",
67
67
  "react": "^18.1.0",
68
68
  "react-dom": "^18.1.0",
69
- "react-i18next": "^11.16.9",
69
+ "react-i18next": "^11.18.6",
70
70
  "rxjs": "^6.5.3",
71
71
  "swr": "^2.2.2",
72
72
  "webpack": "^5.88.0"
73
73
  },
74
- "gitHead": "3e4c6a38b83df7a63cf66fbe4c79f029a4c69896"
74
+ "gitHead": "19a94e20220fefbccd2b3019dbdd51c62d7e60e9"
75
75
  }