@openmrs/esm-styleguide 3.3.2-pre.1180 → 3.3.2-pre.1188

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 1dd2fcaf257fa9ec
1
+ @openmrs/esm-styleguide:build: cache hit, replaying output 0ea60e37252299a7
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
@@ -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/
164
164
  @openmrs/esm-styleguide:build:
165
- @openmrs/esm-styleguide:build: webpack 5.70.0 compiled with 3 warnings in 92113 ms
165
+ @openmrs/esm-styleguide:build: webpack 5.70.0 compiled with 3 warnings in 76900 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-styleguide",
3
- "version": "3.3.2-pre.1180",
3
+ "version": "3.3.2-pre.1188",
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.2-pre.1180",
57
- "@openmrs/esm-react-utils": "^3.3.2-pre.1180",
58
- "@openmrs/esm-state": "^3.3.2-pre.1180",
56
+ "@openmrs/esm-extensions": "^3.3.2-pre.1188",
57
+ "@openmrs/esm-react-utils": "^3.3.2-pre.1188",
58
+ "@openmrs/esm-state": "^3.3.2-pre.1188",
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": "6fe45bd6b0331eb6784adcf3081774a08c0e72bb"
73
+ "gitHead": "984a98aad000e0134d99c389fe61ca1306097e32"
74
74
  }