@openmrs/esm-styleguide 5.3.2-pre.1213 → 5.3.2-pre.1219
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 +3 -3
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[33m@openmrs/esm-styleguide:build[0m: cache hit, replaying output [
|
|
1
|
+
[33m@openmrs/esm-styleguide:build[0m: cache hit, replaying output [2m53a7d6ae51ecda84[0m
|
|
2
2
|
[33m@openmrs/esm-styleguide:build: [0mBrowserslist: caniuse-lite is outdated. Please run:
|
|
3
3
|
[33m@openmrs/esm-styleguide:build: [0m npx update-browserslist-db@latest
|
|
4
4
|
[33m@openmrs/esm-styleguide:build: [0m Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
[33m@openmrs/esm-styleguide:build: [0m asset [1m[33mopenmrs-esm-styleguide.css[39m[22m [1m[33m752 KiB[39m[22m [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m [1m[33m[big][39m[22m (name: main) 1 related asset
|
|
22
22
|
[33m@openmrs/esm-styleguide:build: [0m asset [1m[32mopenmrs-esm-styleguide.js[39m[22m 69.4 KiB [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m (name: main) 2 related assets
|
|
23
23
|
[33m@openmrs/esm-styleguide:build: [0mEntrypoint [1mmain[39m[22m [1m[33m[big][39m[22m 822 KiB (3.32 MiB) = [1m[32mopenmrs-esm-styleguide.css[39m[22m 752 KiB [1m[32mopenmrs-esm-styleguide.js[39m[22m 69.4 KiB 182 auxiliary assets
|
|
24
|
-
[33m@openmrs/esm-styleguide:build: [0morphan modules 9.
|
|
24
|
+
[33m@openmrs/esm-styleguide:build: [0morphan modules 9.62 MiB (javascript) 622 KiB (css/mini-extract) 2.4 MiB (asset) 16.6 KiB (runtime) [1m[33m[orphan][39m[22m 882 modules
|
|
25
25
|
[33m@openmrs/esm-styleguide:build: [0mruntime modules 274 bytes 1 module
|
|
26
26
|
[33m@openmrs/esm-styleguide:build: [0mbuilt modules 200 KiB (javascript) 882 KiB (css/mini-extract) [1m[33m[built][39m[22m
|
|
27
27
|
[33m@openmrs/esm-styleguide:build: [0m javascript modules 200 KiB
|
|
@@ -53,4 +53,4 @@
|
|
|
53
53
|
[33m@openmrs/esm-styleguide:build: [0mYou can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
|
|
54
54
|
[33m@openmrs/esm-styleguide:build: [0mFor more info visit https://webpack.js.org/guides/code-splitting/[39m[22m
|
|
55
55
|
[33m@openmrs/esm-styleguide:build: [0m
|
|
56
|
-
[33m@openmrs/esm-styleguide:build: [0mwebpack 5.88.0 compiled with [1m[33m3 warnings[39m[22m in
|
|
56
|
+
[33m@openmrs/esm-styleguide:build: [0mwebpack 5.88.0 compiled with [1m[33m3 warnings[39m[22m in 15736 ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-styleguide",
|
|
3
|
-
"version": "5.3.2-pre.
|
|
3
|
+
"version": "5.3.2-pre.1219",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "The styleguide for OpenMRS SPA",
|
|
6
6
|
"browser": "dist/openmrs-esm-styleguide.js",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"rxjs": "6.x"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@openmrs/esm-extensions": "5.3.2-pre.
|
|
64
|
-
"@openmrs/esm-react-utils": "5.3.2-pre.
|
|
65
|
-
"@openmrs/esm-state": "5.3.2-pre.
|
|
63
|
+
"@openmrs/esm-extensions": "5.3.2-pre.1219",
|
|
64
|
+
"@openmrs/esm-react-utils": "5.3.2-pre.1219",
|
|
65
|
+
"@openmrs/esm-state": "5.3.2-pre.1219",
|
|
66
66
|
"autoprefixer": "^9.8.8",
|
|
67
67
|
"css-minimizer-webpack-plugin": "^1.2.0",
|
|
68
68
|
"i18next": "^21.10.0",
|