@openmrs/esm-styleguide 3.2.1-pre.1159 → 3.2.1-pre.1160

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 9365fa02ff7270e2
1
+ @openmrs/esm-styleguide:build: cache hit, replaying output 405b8a832a040ad5
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
@@ -163,4 +163,4 @@
163
163
  @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.
164
164
  @openmrs/esm-styleguide:build: For more info visit https://webpack.js.org/guides/code-splitting/
165
165
  @openmrs/esm-styleguide:build:
166
- @openmrs/esm-styleguide:build: webpack 5.70.0 compiled with 3 warnings in 103552 ms
166
+ @openmrs/esm-styleguide:build: webpack 5.70.0 compiled with 3 warnings in 86326 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-styleguide",
3
- "version": "3.2.1-pre.1159",
3
+ "version": "3.2.1-pre.1160",
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.1159",
54
+ "@openmrs/esm-extensions": "^3.2.1-pre.1160",
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": "d4332f0d95d55bf11d46be92c23a133fd94aa52a"
69
+ "gitHead": "a34508fb8c153ebfbf13c97b9f386907f44d3b1e"
70
70
  }