@openmrs/esm-styleguide 3.2.1-pre.1144 → 3.2.1-pre.1155

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 adf7370d751bcf58
1
+ @openmrs/esm-styleguide:build: cache hit, replaying output c248cc730b63ef5d
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 96672 ms
136
+ @openmrs/esm-styleguide:build: webpack 5.70.0 compiled with 3 warnings in 98246 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-styleguide",
3
- "version": "3.2.1-pre.1144",
3
+ "version": "3.2.1-pre.1155",
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.1144",
54
+ "@openmrs/esm-extensions": "^3.2.1-pre.1155",
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": "09e5e2abf50a95762de690815ee43a4fd91705e5"
69
+ "gitHead": "3ce827210c8155360b2ac34b213f63f25a71b44b"
70
70
  }