@elliemae/pui-cli 7.11.0 → 7.12.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.
@@ -70,8 +70,7 @@ const versionCmd = {
70
70
  default: false
71
71
  },
72
72
  lernaOptions: {
73
- type: "string",
74
- default: false
73
+ type: "string"
75
74
  }
76
75
  }
77
76
  };
@@ -41,8 +41,7 @@ const versionCmd = {
41
41
  default: false
42
42
  },
43
43
  lernaOptions: {
44
- type: "string",
45
- default: false
44
+ type: "string"
46
45
  }
47
46
  }
48
47
  };
@@ -23,8 +23,6 @@ export namespace versionCmd {
23
23
  namespace lernaOptions {
24
24
  const type_3: string;
25
25
  export { type_3 as type };
26
- const _default_3: boolean;
27
- export { _default_3 as default };
28
26
  }
29
27
  }
30
28
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "7.11.0",
3
+ "version": "7.12.1",
4
4
  "description": "ICE MT UI Platform CLI",
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -83,9 +83,9 @@
83
83
  "@commitlint/config-conventional": "~17.1.0",
84
84
  "@elliemae/browserslist-config-elliemae-latest-browsers": "~1.5.0",
85
85
  "@faker-js/faker": "7.6.0",
86
- "@nrwl/cli": "14.8.3",
87
- "@nrwl/tao": "14.8.3",
88
- "@nrwl/workspace": "14.8.3",
86
+ "@nrwl/cli": "15.0.0",
87
+ "@nrwl/tao": "15.0.0",
88
+ "@nrwl/workspace": "15.0.0",
89
89
  "@pmmmwh/react-refresh-webpack-plugin": "~0.5.8",
90
90
  "@semantic-release/changelog": "~6.0.1",
91
91
  "@semantic-release/exec": "~6.0.3",
@@ -201,7 +201,7 @@
201
201
  "jest-watch-typeahead": "~2.2.0",
202
202
  "jscodeshift": "~0.14.0",
203
203
  "jsdoc": "~3.6.11",
204
- "lerna": "~5.6.1",
204
+ "lerna": "~6.0.1",
205
205
  "lint-staged": "~13.0.3",
206
206
  "mini-css-extract-plugin": "~2.6.1",
207
207
  "minimist": "~1.2.7",