@openmrs/esm-styleguide 3.2.1-pre.1127 → 3.2.1-pre.1134

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 a729aa9284ab6cc9
1
+ @openmrs/esm-styleguide:build: cache hit, replaying output 20e2ad46d36ad05a
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 96133 ms
136
+ @openmrs/esm-styleguide:build: webpack 5.70.0 compiled with 3 warnings in 105972 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-styleguide",
3
- "version": "3.2.1-pre.1127",
3
+ "version": "3.2.1-pre.1134",
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.1127",
54
+ "@openmrs/esm-extensions": "^3.2.1-pre.1134",
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": "718ed8e44b868415561cc7cdb6f58d27cf6f2adc"
69
+ "gitHead": "2fac66e1cc5bccb2cf69d86f7dad7d723ac3855a"
70
70
  }