@openmrs/esm-styleguide 3.3.1-pre.1173 → 3.3.1

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 dedbe99dad050d03
1
+ @openmrs/esm-styleguide:build: cache hit, replaying output 9aacc7f0c87ae370
2
2
  @openmrs/esm-styleguide:build: $ webpack --mode=production
3
3
  @openmrs/esm-styleguide:build: assets by info 592 KiB [immutable]
4
4
  @openmrs/esm-styleguide:build: assets by path *.woff 328 KiB
@@ -162,4 +162,4 @@
162
162
  @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.
163
163
  @openmrs/esm-styleguide:build: For more info visit https://webpack.js.org/guides/code-splitting/
164
164
  @openmrs/esm-styleguide:build:
165
- @openmrs/esm-styleguide:build: webpack 5.70.0 compiled with 3 warnings in 105567 ms
165
+ @openmrs/esm-styleguide:build: webpack 5.70.0 compiled with 3 warnings in 100439 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-styleguide",
3
- "version": "3.3.1-pre.1173",
3
+ "version": "3.3.1",
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.1-pre.1173",
57
- "@openmrs/esm-react-utils": "^3.3.1-pre.1173",
58
- "@openmrs/esm-state": "^3.3.1-pre.1173",
56
+ "@openmrs/esm-extensions": "^3.3.1",
57
+ "@openmrs/esm-react-utils": "^3.3.1",
58
+ "@openmrs/esm-state": "^3.3.1",
59
59
  "@pickra/copy-code-block": "^1.1.7",
60
60
  "@storybook/addon-a11y": "^5.2.1",
61
61
  "@storybook/addon-knobs": "^5.2.1",
@@ -70,5 +70,5 @@
70
70
  "react-dom": "^16.13.1",
71
71
  "rxjs": "^6.5.3"
72
72
  },
73
- "gitHead": "957c0c36b8f754808127269f6e50b90992a60559"
73
+ "gitHead": "2a01f263f54ae17bb64d47c029550bbbb41cda2a"
74
74
  }