@openmrs/esm-styleguide 4.5.1-pre.801 → 4.5.1-pre.804

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 932f0760efd2f556
1
+ @openmrs/esm-styleguide:build: cache hit, replaying output ece6c58598f69201
2
2
  @openmrs/esm-styleguide:build: Browserslist: caniuse-lite is outdated. Please run:
3
3
  @openmrs/esm-styleguide:build:  npx update-browserslist-db@latest
4
4
  @openmrs/esm-styleguide:build:  Why you should do it regularly: https://github.com/browserslist/update-db#readme
@@ -52,4 +52,4 @@
52
52
  @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.
53
53
  @openmrs/esm-styleguide:build: For more info visit https://webpack.js.org/guides/code-splitting/
54
54
  @openmrs/esm-styleguide:build: 
55
- @openmrs/esm-styleguide:build: webpack 5.77.0 compiled with 3 warnings in 20147 ms
55
+ @openmrs/esm-styleguide:build: webpack 5.77.0 compiled with 3 warnings in 26554 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-styleguide",
3
- "version": "4.5.1-pre.801",
3
+ "version": "4.5.1-pre.804",
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.5.1-pre.801",
56
- "@openmrs/esm-react-utils": "^4.5.1-pre.801",
57
- "@openmrs/esm-state": "^4.5.1-pre.801",
55
+ "@openmrs/esm-extensions": "^4.5.1-pre.804",
56
+ "@openmrs/esm-react-utils": "^4.5.1-pre.804",
57
+ "@openmrs/esm-state": "^4.5.1-pre.804",
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": "613a2f6f8481b60284920e46217eb5e6fa3851d2"
68
+ "gitHead": "3494e50fe502dc6411ce27014322dc87386d78f2"
69
69
  }