@openmrs/esm-styleguide 3.3.2-pre.71 → 3.4.1-pre.77

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 a4dbd12e429fd05e
1
+ @openmrs/esm-styleguide:build: cache hit, replaying output f955dd534aa5282d
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 83396 ms
152
+ @openmrs/esm-styleguide:build: webpack 5.70.0 compiled with 3 warnings in 109284 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-styleguide",
3
- "version": "3.3.2-pre.71",
3
+ "version": "3.4.1-pre.77",
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.71",
57
- "@openmrs/esm-react-utils": "^3.3.2-pre.71",
58
- "@openmrs/esm-state": "^3.3.2-pre.71",
56
+ "@openmrs/esm-extensions": "^3.4.1-pre.77",
57
+ "@openmrs/esm-react-utils": "^3.4.1-pre.77",
58
+ "@openmrs/esm-state": "^3.4.1-pre.77",
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": "d63a83fc385c8f952055988ba9889a1acc6c60f0"
68
+ "gitHead": "30a2b9dc801dd627606f4d692eb84ab8ccd24955"
69
69
  }