@openmrs/esm-react-utils 6.0.1-pre.2575 → 6.0.1

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.
@@ -11,4 +11,4 @@ built modules 295 KiB [built]
11
11
  ./src/index.ts + 138 modules 284 KiB [built] [code generated]
12
12
  ../esm-state/dist/openmrs-esm-state.js 8.12 KiB [built] [code generated]
13
13
  + 5 modules
14
- webpack 5.88.0 compiled successfully in 7975 ms
14
+ webpack 5.88.0 compiled successfully in 7984 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-react-utils",
3
- "version": "6.0.1-pre.2575",
3
+ "version": "6.0.1",
4
4
  "license": "MPL-2.0",
5
5
  "description": "React utilities for OpenMRS.",
6
6
  "browser": "dist/openmrs-esm-react-utils.js",
@@ -43,15 +43,15 @@
43
43
  "single-spa-react": "^6.0.0"
44
44
  },
45
45
  "peerDependencies": {
46
- "@openmrs/esm-api": "5.x",
47
- "@openmrs/esm-config": "5.x",
48
- "@openmrs/esm-context": "5.x",
49
- "@openmrs/esm-error-handling": "5.x",
50
- "@openmrs/esm-extensions": "5.x",
51
- "@openmrs/esm-feature-flags": "5.x",
52
- "@openmrs/esm-globals": "5.x",
53
- "@openmrs/esm-navigation": "5.x",
54
- "@openmrs/esm-utils": "5.x",
46
+ "@openmrs/esm-api": "6.x",
47
+ "@openmrs/esm-config": "6.x",
48
+ "@openmrs/esm-context": "6.x",
49
+ "@openmrs/esm-error-handling": "6.x",
50
+ "@openmrs/esm-extensions": "6.x",
51
+ "@openmrs/esm-feature-flags": "6.x",
52
+ "@openmrs/esm-globals": "6.x",
53
+ "@openmrs/esm-navigation": "6.x",
54
+ "@openmrs/esm-utils": "6.x",
55
55
  "dayjs": "1.x",
56
56
  "i18next": "21.x",
57
57
  "react": "18.x",
@@ -61,15 +61,15 @@
61
61
  "swr": "2.x"
62
62
  },
63
63
  "devDependencies": {
64
- "@openmrs/esm-api": "6.0.1-pre.2575",
65
- "@openmrs/esm-config": "6.0.1-pre.2575",
66
- "@openmrs/esm-context": "6.0.1-pre.2575",
67
- "@openmrs/esm-error-handling": "6.0.1-pre.2575",
68
- "@openmrs/esm-extensions": "6.0.1-pre.2575",
69
- "@openmrs/esm-feature-flags": "6.0.1-pre.2575",
70
- "@openmrs/esm-globals": "6.0.1-pre.2575",
71
- "@openmrs/esm-navigation": "6.0.1-pre.2575",
72
- "@openmrs/esm-utils": "6.0.1-pre.2575",
64
+ "@openmrs/esm-api": "6.0.1",
65
+ "@openmrs/esm-config": "6.0.1",
66
+ "@openmrs/esm-context": "6.0.1",
67
+ "@openmrs/esm-error-handling": "6.0.1",
68
+ "@openmrs/esm-extensions": "6.0.1",
69
+ "@openmrs/esm-feature-flags": "6.0.1",
70
+ "@openmrs/esm-globals": "6.0.1",
71
+ "@openmrs/esm-navigation": "6.0.1",
72
+ "@openmrs/esm-utils": "6.0.1",
73
73
  "dayjs": "^1.10.8",
74
74
  "i18next": "^21.10.0",
75
75
  "react": "^18.1.0",
@@ -78,6 +78,5 @@
78
78
  "rxjs": "^6.5.3",
79
79
  "swr": "^2.2.5",
80
80
  "webpack": "^5.88.0"
81
- },
82
- "stableVersion": "6.0.0"
81
+ }
83
82
  }