@openmrs/esm-styleguide 3.3.2-pre.12 → 3.3.2-pre.13

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 6e5354f182a5c88b
1
+ @openmrs/esm-styleguide:build: cache hit, replaying output b54c21653a7b8bf5
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 62.3 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 94248 ms
152
+ @openmrs/esm-styleguide:build: webpack 5.70.0 compiled with 3 warnings in 93363 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-styleguide",
3
- "version": "3.3.2-pre.12",
3
+ "version": "3.3.2-pre.13",
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.12",
57
- "@openmrs/esm-react-utils": "^3.3.2-pre.12",
58
- "@openmrs/esm-state": "^3.3.2-pre.12",
56
+ "@openmrs/esm-extensions": "^3.3.2-pre.13",
57
+ "@openmrs/esm-react-utils": "^3.3.2-pre.13",
58
+ "@openmrs/esm-state": "^3.3.2-pre.13",
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": "6fd3b201670a9aa367c65548cb4da75491095f4c"
68
+ "gitHead": "057b8542c74224f16cd7efe53cde64b1e4867d53"
69
69
  }