@openmrs/esm-styleguide 3.4.1-pre.85 → 3.4.1-pre.89

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 81dfb8561e2a7a3e
1
+ @openmrs/esm-styleguide:build: cache hit, replaying output f18e38978befb7ca
2
2
  @openmrs/esm-styleguide:build: $ webpack --mode=production
3
3
  @openmrs/esm-styleguide:build: asset openmrs-esm-styleguide.css 489 KiB [emitted] [minimized] [big] (name: main) 1 related asset
4
4
  @openmrs/esm-styleguide:build: asset openmrs-esm-styleguide.js 63 KiB [emitted] [minimized] (name: main) 1 related asset
@@ -149,4 +149,4 @@
149
149
  @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.
150
150
  @openmrs/esm-styleguide:build: For more info visit https://webpack.js.org/guides/code-splitting/
151
151
  @openmrs/esm-styleguide:build: 
152
- @openmrs/esm-styleguide:build: webpack 5.70.0 compiled with 3 warnings in 89809 ms
152
+ @openmrs/esm-styleguide:build: webpack 5.70.0 compiled with 3 warnings in 68680 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-styleguide",
3
- "version": "3.4.1-pre.85",
3
+ "version": "3.4.1-pre.89",
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.4.1-pre.85",
57
- "@openmrs/esm-react-utils": "^3.4.1-pre.85",
58
- "@openmrs/esm-state": "^3.4.1-pre.85",
56
+ "@openmrs/esm-extensions": "^3.4.1-pre.89",
57
+ "@openmrs/esm-react-utils": "^3.4.1-pre.89",
58
+ "@openmrs/esm-state": "^3.4.1-pre.89",
59
59
  "autoprefixer": "^9.8.8",
60
60
  "carbon-components": "10.31.0",
61
61
  "carbon-icons": "7.0.7",
@@ -65,5 +65,5 @@
65
65
  "react-dom": "^16.13.1",
66
66
  "rxjs": "^6.5.3"
67
67
  },
68
- "gitHead": "9d9b6e1c81b3120b90d320805580650f90ac0419"
68
+ "gitHead": "d5957daa57115bcd0521d07a2dc29b12c0d1106c"
69
69
  }