@openmrs/esm-styleguide 5.5.1-pre.1771 → 5.6.0

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 e4c1a656b21b62ec
1
+ @openmrs/esm-styleguide:build: cache hit, replaying output a108cb26cd71a6c9
2
2
  @openmrs/esm-styleguide:build: assets by info 2.4 MiB [immutable]
3
3
  @openmrs/esm-styleguide:build:  assets by path *.woff 1.35 MiB
4
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 +47,4 @@
47
47
  @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
48
  @openmrs/esm-styleguide:build: For more info visit https://webpack.js.org/guides/code-splitting/
49
49
  @openmrs/esm-styleguide:build: 
50
- @openmrs/esm-styleguide:build: webpack 5.88.0 compiled with 3 warnings in 20428 ms
50
+ @openmrs/esm-styleguide:build: webpack 5.88.0 compiled with 3 warnings in 19979 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-styleguide",
3
- "version": "5.5.1-pre.1771",
3
+ "version": "5.6.0",
4
4
  "license": "MPL-2.0",
5
5
  "description": "The styleguide for OpenMRS SPA",
6
6
  "browser": "dist/openmrs-esm-styleguide.js",
@@ -66,12 +66,12 @@
66
66
  "rxjs": "6.x"
67
67
  },
68
68
  "devDependencies": {
69
- "@openmrs/esm-error-handling": "5.5.1-pre.1771",
70
- "@openmrs/esm-extensions": "5.5.1-pre.1771",
71
- "@openmrs/esm-navigation": "5.5.1-pre.1771",
72
- "@openmrs/esm-react-utils": "5.5.1-pre.1771",
73
- "@openmrs/esm-state": "5.5.1-pre.1771",
74
- "@openmrs/esm-translations": "5.5.1-pre.1771",
69
+ "@openmrs/esm-error-handling": "5.6.0",
70
+ "@openmrs/esm-extensions": "5.6.0",
71
+ "@openmrs/esm-navigation": "5.6.0",
72
+ "@openmrs/esm-react-utils": "5.6.0",
73
+ "@openmrs/esm-state": "5.6.0",
74
+ "@openmrs/esm-translations": "5.6.0",
75
75
  "autoprefixer": "^9.8.8",
76
76
  "css-minimizer-webpack-plugin": "^1.2.0",
77
77
  "i18next": "^21.10.0",
@@ -82,6 +82,5 @@
82
82
  "react-dom": "^18.1.0",
83
83
  "rxjs": "^6.5.3",
84
84
  "webpack": "^5.88.0"
85
- },
86
- "stableVersion": "5.5.0"
85
+ }
87
86
  }