@openmrs/esm-react-utils 4.5.1-pre.810 → 5.0.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.
- package/.turbo/turbo-build.log +2 -2
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[35m@openmrs/esm-react-utils:build[0m: cache hit, replaying output [
|
|
1
|
+
[35m@openmrs/esm-react-utils:build[0m: cache hit, replaying output [2mbf32f774324050fa[0m
|
|
2
2
|
[35m@openmrs/esm-react-utils:build: [0masset [1m[33mopenmrs-esm-react-utils.js[39m[22m [1m[33m620 KiB[39m[22m [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m [1m[33m[big][39m[22m (name: main) 2 related assets
|
|
3
3
|
[35m@openmrs/esm-react-utils:build: [0morphan modules 669 KiB [1m[33m[orphan][39m[22m 491 modules
|
|
4
4
|
[35m@openmrs/esm-react-utils:build: [0mruntime modules 1.25 KiB 6 modules
|
|
@@ -30,4 +30,4 @@
|
|
|
30
30
|
[35m@openmrs/esm-react-utils:build: [0mYou can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
|
|
31
31
|
[35m@openmrs/esm-react-utils:build: [0mFor more info visit https://webpack.js.org/guides/code-splitting/[39m[22m
|
|
32
32
|
[35m@openmrs/esm-react-utils:build: [0m
|
|
33
|
-
[35m@openmrs/esm-react-utils:build: [0mwebpack 5.88.0 compiled with [1m[33m3 warnings[39m[22m in
|
|
33
|
+
[35m@openmrs/esm-react-utils:build: [0mwebpack 5.88.0 compiled with [1m[33m3 warnings[39m[22m in 19171 ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-react-utils",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "React utilities for OpenMRS.",
|
|
6
6
|
"browser": "dist/openmrs-esm-react-utils.js",
|
|
@@ -56,11 +56,11 @@
|
|
|
56
56
|
"react-i18next": "11.x"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@openmrs/esm-api": "^
|
|
60
|
-
"@openmrs/esm-config": "^
|
|
61
|
-
"@openmrs/esm-error-handling": "^
|
|
62
|
-
"@openmrs/esm-extensions": "^
|
|
63
|
-
"@openmrs/esm-globals": "^
|
|
59
|
+
"@openmrs/esm-api": "^5.0.0",
|
|
60
|
+
"@openmrs/esm-config": "^5.0.0",
|
|
61
|
+
"@openmrs/esm-error-handling": "^5.0.0",
|
|
62
|
+
"@openmrs/esm-extensions": "^5.0.0",
|
|
63
|
+
"@openmrs/esm-globals": "^5.0.0",
|
|
64
64
|
"dayjs": "^1.10.8",
|
|
65
65
|
"i18next": "^19.6.0",
|
|
66
66
|
"react": "^18.1.0",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"react-i18next": "^11.16.9",
|
|
69
69
|
"rxjs": "^6.5.3"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "2de5bf392a036e12c6d48425ff61881be7e32344"
|
|
72
72
|
}
|