@openmrs/esm-styleguide 3.2.1-pre.1140 → 3.2.1-pre.1141

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-styleguide:build: cache hit, replaying output 886f11c9649df9b6
1
+ @openmrs/esm-styleguide:build: cache hit, replaying output 5bd476ee983cd034
2
2
  @openmrs/esm-styleguide:build: $ webpack --mode=production
3
3
  @openmrs/esm-styleguide:build: assets by info 592 KiB [immutable]
4
4
  @openmrs/esm-styleguide:build: assets by path *.woff 328 KiB
@@ -133,4 +133,4 @@
133
133
  @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.
134
134
  @openmrs/esm-styleguide:build: For more info visit https://webpack.js.org/guides/code-splitting/
135
135
  @openmrs/esm-styleguide:build:
136
- @openmrs/esm-styleguide:build: webpack 5.70.0 compiled with 3 warnings in 110035 ms
136
+ @openmrs/esm-styleguide:build: webpack 5.70.0 compiled with 3 warnings in 109619 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-styleguide",
3
- "version": "3.2.1-pre.1140",
3
+ "version": "3.2.1-pre.1141",
4
4
  "license": "MPL-2.0",
5
5
  "description": "The styleguide for OpenMRS SPA",
6
6
  "browser": "dist/openmrs-esm-styleguide.js",
@@ -51,7 +51,7 @@
51
51
  "rxjs": "6.x"
52
52
  },
53
53
  "devDependencies": {
54
- "@openmrs/esm-extensions": "^3.2.1-pre.1140",
54
+ "@openmrs/esm-extensions": "^3.2.1-pre.1141",
55
55
  "@pickra/copy-code-block": "^1.1.7",
56
56
  "@storybook/addon-a11y": "^5.2.1",
57
57
  "@storybook/addon-knobs": "^5.2.1",
@@ -66,5 +66,5 @@
66
66
  "react-dom": "^16.13.1",
67
67
  "rxjs": "^6.5.3"
68
68
  },
69
- "gitHead": "1448d814c109ad71acdffad78c5be4b01c8a4097"
69
+ "gitHead": "999d78b3f34c59aa557c01ab52354847268ac1b7"
70
70
  }