@elliemae/pui-app-sdk 5.5.0 → 5.5.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.
@@ -32,7 +32,9 @@ const baseConfig = {
32
32
  },
33
33
  reactOptions: {
34
34
  fastRefresh: true,
35
- strictMode: true
35
+ strictMode: true,
36
+ // react v17. remove this after upgrading storybook to v7
37
+ legacyRootApi: true
36
38
  },
37
39
  typescript: {
38
40
  check: false,
@@ -22,6 +22,7 @@ declare function _exports(viteBuilder?: boolean): {
22
22
  reactOptions: {
23
23
  fastRefresh: boolean;
24
24
  strictMode: boolean;
25
+ legacyRootApi: boolean;
25
26
  };
26
27
  typescript: {
27
28
  check: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-app-sdk",
3
- "version": "5.5.0",
3
+ "version": "5.5.1",
4
4
  "description": "ICE MT UI Platform Application SDK ",
5
5
  "sideEffects": [
6
6
  "*.css",
@@ -153,7 +153,7 @@
153
153
  "@elliemae/ds-toast": "~3.21.2",
154
154
  "@elliemae/ds-utilities": "~3.21.2",
155
155
  "@elliemae/em-ssf-guest": "~1.11.3",
156
- "@elliemae/pui-cli": "~8.17.1",
156
+ "@elliemae/pui-cli": "~8.17.3",
157
157
  "@elliemae/pui-diagnostics": "~3.4.1",
158
158
  "@elliemae/pui-doc-gen": "~1.7.1",
159
159
  "@elliemae/pui-e2e-test-sdk": "~8.1.4",