@elliemae/pui-cli 8.16.0 → 8.16.2

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.
@@ -78,9 +78,9 @@ const testCmd = {
78
78
  handler: async (argv) => {
79
79
  let commandOptions = "--coverage --maxWorkers=50%";
80
80
  if (argv.fix)
81
- commandOptions = "-u";
81
+ commandOptions += " -u";
82
82
  else if (argv.watch)
83
- commandOptions = "--watchAll";
83
+ commandOptions += " --watchAll";
84
84
  if ((0, import_utils.getCIEnv)())
85
85
  commandOptions += " --ci --no-colors";
86
86
  if (argv.passWithNoTests)
@@ -103,6 +103,8 @@ const getAlias = () => {
103
103
  "styled-components",
104
104
  "immer",
105
105
  "react-dates",
106
+ "react-select",
107
+ "react-spring",
106
108
  "react-transition-group",
107
109
  "@elliemae/pui-cli",
108
110
  "@elliemae/pui-app-sdk$",
@@ -45,9 +45,9 @@ const testCmd = {
45
45
  handler: async (argv) => {
46
46
  let commandOptions = "--coverage --maxWorkers=50%";
47
47
  if (argv.fix)
48
- commandOptions = "-u";
48
+ commandOptions += " -u";
49
49
  else if (argv.watch)
50
- commandOptions = "--watchAll";
50
+ commandOptions += " --watchAll";
51
51
  if (getCIEnv())
52
52
  commandOptions += " --ci --no-colors";
53
53
  if (argv.passWithNoTests)
@@ -55,6 +55,8 @@ const getAlias = () => {
55
55
  "styled-components",
56
56
  "immer",
57
57
  "react-dates",
58
+ "react-select",
59
+ "react-spring",
58
60
  "react-transition-group",
59
61
  "@elliemae/pui-cli",
60
62
  "@elliemae/pui-app-sdk$",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "8.16.0",
3
+ "version": "8.16.2",
4
4
  "description": "ICE MT UI Platform CLI",
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -97,9 +97,9 @@
97
97
  "@commitlint/config-conventional": "~17.7.0",
98
98
  "@elliemae/browserslist-config-elliemae-latest-browsers": "~1.8.0",
99
99
  "@faker-js/faker": "~7.6.0",
100
- "@nrwl/cli": "~15.9.4",
101
- "@nrwl/tao": "~15.9.4",
102
- "@nrwl/workspace": "~15.9.4",
100
+ "@nrwl/cli": "~15.9.5",
101
+ "@nrwl/tao": "~15.9.5",
102
+ "@nrwl/workspace": "~15.9.5",
103
103
  "@pmmmwh/react-refresh-webpack-plugin": "~0.5.11",
104
104
  "@semantic-release/changelog": "~6.0.3",
105
105
  "@semantic-release/exec": "~6.0.3",
@@ -129,10 +129,10 @@
129
129
  "@types/cors": "~2.8.13",
130
130
  "@types/duplicate-package-checker-webpack-plugin": "~2.1.2",
131
131
  "@types/ip": "~1.1.0",
132
- "@types/jest": "~29.5.3",
132
+ "@types/jest": "~29.5.4",
133
133
  "@types/jest-axe": "~3.5.5",
134
134
  "@types/moment-locales-webpack-plugin": "~1.2.3",
135
- "@types/node": "~18.17.6",
135
+ "@types/node": "~18.17.8",
136
136
  "@types/normalize-path": "~3.0.0",
137
137
  "@types/postcss-preset-env": "~7.7.0",
138
138
  "@types/rimraf": "~3.0.2",
@@ -237,7 +237,7 @@
237
237
  "node-plop": "~0.31.1",
238
238
  "nodemon": "~2.0.22",
239
239
  "normalize-path": "~3.0.0",
240
- "npm-check-updates": "16.12.2",
240
+ "npm-check-updates": "16.13.0",
241
241
  "npm-run-all": "~4.1.5",
242
242
  "pino": "~8.15.0",
243
243
  "pino-http": "~8.4.0",