@openmrs/esm-styleguide 3.3.1-pre.1173 → 3.3.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.
- package/.turbo/turbo-build.log +2 -2
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@openmrs/esm-styleguide:build: cache hit, replaying output
|
|
1
|
+
@openmrs/esm-styleguide:build: cache hit, replaying output 9aacc7f0c87ae370
|
|
2
2
|
@openmrs/esm-styleguide:build: $ webpack --mode=production
|
|
3
3
|
@openmrs/esm-styleguide:build: assets by info 592 KiB [1m[32m[immutable][39m[22m
|
|
4
4
|
@openmrs/esm-styleguide:build: assets by path [1m[32m*.woff[39m[22m 328 KiB
|
|
@@ -162,4 +162,4 @@
|
|
|
162
162
|
@openmrs/esm-styleguide:build: You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
|
|
163
163
|
@openmrs/esm-styleguide:build: For more info visit https://webpack.js.org/guides/code-splitting/[39m[22m
|
|
164
164
|
@openmrs/esm-styleguide:build:
|
|
165
|
-
@openmrs/esm-styleguide:build: webpack 5.70.0 compiled with [1m[33m3 warnings[39m[22m in
|
|
165
|
+
@openmrs/esm-styleguide:build: webpack 5.70.0 compiled with [1m[33m3 warnings[39m[22m in 100439 ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-styleguide",
|
|
3
|
-
"version": "3.3.1
|
|
3
|
+
"version": "3.3.1",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "The styleguide for OpenMRS SPA",
|
|
6
6
|
"browser": "dist/openmrs-esm-styleguide.js",
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
"rxjs": "6.x"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@openmrs/esm-extensions": "^3.3.1
|
|
57
|
-
"@openmrs/esm-react-utils": "^3.3.1
|
|
58
|
-
"@openmrs/esm-state": "^3.3.1
|
|
56
|
+
"@openmrs/esm-extensions": "^3.3.1",
|
|
57
|
+
"@openmrs/esm-react-utils": "^3.3.1",
|
|
58
|
+
"@openmrs/esm-state": "^3.3.1",
|
|
59
59
|
"@pickra/copy-code-block": "^1.1.7",
|
|
60
60
|
"@storybook/addon-a11y": "^5.2.1",
|
|
61
61
|
"@storybook/addon-knobs": "^5.2.1",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"react-dom": "^16.13.1",
|
|
71
71
|
"rxjs": "^6.5.3"
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "2a01f263f54ae17bb64d47c029550bbbb41cda2a"
|
|
74
74
|
}
|