@openmrs/esm-styleguide 4.0.1-pre.208 → 4.0.1-pre.219

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,5 +1,4 @@
1
- @openmrs/esm-styleguide:build: cache hit, replaying output c6952d4e90c6b255
2
- @openmrs/esm-styleguide:build: $ webpack --mode=production
1
+ @openmrs/esm-styleguide:build: cache hit, replaying output 8532da00648c6def
3
2
  @openmrs/esm-styleguide:build: assets by info 2.4 MiB [immutable]
4
3
  @openmrs/esm-styleguide:build:  assets by path *.woff 1.35 MiB
5
4
  @openmrs/esm-styleguide:build:  asset d96e5a614e96c351c453.woff 24.5 KiB [emitted] [immutable] [from: ../../../node_modules/@ibm/plex/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBoldItalic-Cyrillic.woff] (auxiliary name: main)
@@ -47,4 +46,4 @@
47
46
  @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.
48
47
  @openmrs/esm-styleguide:build: For more info visit https://webpack.js.org/guides/code-splitting/
49
48
  @openmrs/esm-styleguide:build: 
50
- @openmrs/esm-styleguide:build: webpack 5.74.0 compiled with 3 warnings in 16809 ms
49
+ @openmrs/esm-styleguide:build: webpack 5.74.0 compiled with 3 warnings in 18009 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-styleguide",
3
- "version": "4.0.1-pre.208",
3
+ "version": "4.0.1-pre.219",
4
4
  "license": "MPL-2.0",
5
5
  "description": "The styleguide for OpenMRS SPA",
6
6
  "browser": "dist/openmrs-esm-styleguide.js",
@@ -52,9 +52,9 @@
52
52
  "rxjs": "6.x"
53
53
  },
54
54
  "devDependencies": {
55
- "@openmrs/esm-extensions": "^4.0.1-pre.208",
56
- "@openmrs/esm-react-utils": "^4.0.1-pre.208",
57
- "@openmrs/esm-state": "^4.0.1-pre.208",
55
+ "@openmrs/esm-extensions": "^4.0.1-pre.219",
56
+ "@openmrs/esm-react-utils": "^4.0.1-pre.219",
57
+ "@openmrs/esm-state": "^4.0.1-pre.219",
58
58
  "autoprefixer": "^9.8.8",
59
59
  "css-minimizer-webpack-plugin": "^1.2.0",
60
60
  "i18next": "^19.6.0",
@@ -65,5 +65,5 @@
65
65
  "react-dom": "^18.1.0",
66
66
  "rxjs": "^6.5.3"
67
67
  },
68
- "gitHead": "7d28c0d3bdd2d73f38ceb04f4ca2c5b913158140"
68
+ "gitHead": "e4225fe2ac3947ab26751d4b618bf3aafe9059e2"
69
69
  }