@elliemae/pui-cli 9.0.0-next.4 → 9.0.0-next.6

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.
@@ -36,12 +36,12 @@ var import_utils = require("./utils.js");
36
36
  const buildStoryBook = async (outputDir = "demo", isDoc = false) => {
37
37
  const additionalParams = isDoc ? `--docs -o ${outputDir}/docs` : `-o ${outputDir}`;
38
38
  await (0, import_utils.exec)(
39
- `cross-env NODE_ENV=production build-storybook --quiet ${additionalParams}`
39
+ `cross-env NODE_ENV=production storybook build --quiet ${additionalParams}`
40
40
  );
41
41
  };
42
42
  const startStoryBook = async (isDoc = false) => {
43
43
  await (0, import_utils.exec)(
44
- `cross-env NODE_ENV=development STORYBOOK_BUILD=true start-storybook ${isDoc ? "--docs" : ""} -p 11000 --quiet`
44
+ `cross-env STORYBOOK_BUILD=true storybook dev ${isDoc ? "--docs" : ""} -p 11000 --quiet`
45
45
  );
46
46
  };
47
47
  const cmdArgs = {
@@ -3,12 +3,12 @@ import { exec, logInfo, logError, logSuccess } from "./utils.js";
3
3
  const buildStoryBook = async (outputDir = "demo", isDoc = false) => {
4
4
  const additionalParams = isDoc ? `--docs -o ${outputDir}/docs` : `-o ${outputDir}`;
5
5
  await exec(
6
- `cross-env NODE_ENV=production build-storybook --quiet ${additionalParams}`
6
+ `cross-env NODE_ENV=production storybook build --quiet ${additionalParams}`
7
7
  );
8
8
  };
9
9
  const startStoryBook = async (isDoc = false) => {
10
10
  await exec(
11
- `cross-env NODE_ENV=development STORYBOOK_BUILD=true start-storybook ${isDoc ? "--docs" : ""} -p 11000 --quiet`
11
+ `cross-env STORYBOOK_BUILD=true storybook dev ${isDoc ? "--docs" : ""} -p 11000 --quiet`
12
12
  );
13
13
  };
14
14
  const cmdArgs = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "9.0.0-next.4",
3
+ "version": "9.0.0-next.6",
4
4
  "description": "ICE MT UI Platform CLI",
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -98,8 +98,8 @@
98
98
  "@elliemae/browserslist-config-elliemae-latest-browsers": "~1.7.0",
99
99
  "@faker-js/faker": "7.6.0",
100
100
  "@nrwl/cli": "15.9.3",
101
- "@nrwl/tao": "16.1.0",
102
- "@nrwl/workspace": "16.1.0",
101
+ "@nrwl/tao": "16.1.3",
102
+ "@nrwl/workspace": "16.1.3",
103
103
  "@pmmmwh/react-refresh-webpack-plugin": "~0.5.10",
104
104
  "@semantic-release/changelog": "~6.0.3",
105
105
  "@semantic-release/exec": "~6.0.3",
@@ -113,14 +113,17 @@
113
113
  "@storybook/blocks": "~7.0.9",
114
114
  "@storybook/builder-vite": "~7.0.9",
115
115
  "@storybook/builder-webpack5": "~7.0.9",
116
+ "@storybook/jest": "~0.1.0",
116
117
  "@storybook/manager-webpack5": "~6.5.16",
117
118
  "@storybook/react": "~7.0.9",
119
+ "@storybook/react-vite": "~7.0.9",
118
120
  "@storybook/react-webpack5": "~7.0.9",
121
+ "@storybook/testing-library": "~0.1.0",
119
122
  "@storybook/theming": "~7.0.9",
120
123
  "@stylelint/postcss-css-in-js": "~0.38.0",
121
- "@svgr/webpack": "~7.0.0",
124
+ "@svgr/webpack": "~8.0.1",
122
125
  "@swc/cli": "~0.1.62",
123
- "@swc/core": "~1.3.56",
126
+ "@swc/core": "~1.3.57",
124
127
  "@swc/jest": "~0.2.26",
125
128
  "@testing-library/jest-dom": "~5.16.5",
126
129
  "@testing-library/react": "~14.0.0",
@@ -134,7 +137,7 @@
134
137
  "@types/jest": "~29.5.1",
135
138
  "@types/jest-axe": "~3.5.5",
136
139
  "@types/moment-locales-webpack-plugin": "~1.2.3",
137
- "@types/node": "~20.0.0",
140
+ "@types/node": "~20.1.1",
138
141
  "@types/normalize-path": "~3.0.0",
139
142
  "@types/postcss-preset-env": "~8.0.0",
140
143
  "@types/rimraf": "~4.0.5",
@@ -143,8 +146,8 @@
143
146
  "@types/uuid": "~9.0.1",
144
147
  "@types/testing-library__jest-dom": "~5.14.5",
145
148
  "@types/webpack-bundle-analyzer": "~4.6.0",
146
- "@typescript-eslint/eslint-plugin": "~5.59.2",
147
- "@typescript-eslint/parser": "~5.59.2",
149
+ "@typescript-eslint/eslint-plugin": "~5.59.5",
150
+ "@typescript-eslint/parser": "~5.59.5",
148
151
  "@vitejs/plugin-react": "~4.0.0",
149
152
  "@vitest/coverage-c8": "~0.31.0",
150
153
  "autoprefixer": "~10.4.14",
@@ -176,12 +179,12 @@
176
179
  "dotenv": "~16.0.3",
177
180
  "dotenv-webpack": "~8.0.1",
178
181
  "duplicate-package-checker-webpack-plugin": "~3.0.0",
179
- "enhanced-resolve": "5.13.0",
182
+ "enhanced-resolve": "5.14.0",
180
183
  "esbuild": "~0.17.18",
181
184
  "esbuild-loader": "~3.0.1",
182
185
  "esbuild-plugin-lodash": "~1.2.0",
183
186
  "esbuild-plugin-svgr": "~1.1.0",
184
- "eslint": "~8.39.0",
187
+ "eslint": "~8.40.0",
185
188
  "eslint-config-airbnb": "~19.0.4",
186
189
  "eslint-config-airbnb-base": "~15.0.0",
187
190
  "eslint-config-airbnb-typescript": "~17.0.0",
@@ -194,7 +197,7 @@
194
197
  "eslint-plugin-eslint-comments": "~3.2.0",
195
198
  "eslint-plugin-import": "~2.27.5",
196
199
  "eslint-plugin-jest": "~27.2.1",
197
- "eslint-plugin-jsdoc": "~43.2.0",
200
+ "eslint-plugin-jsdoc": "~44.0.2",
198
201
  "eslint-plugin-jsx-a11y": "~6.7.1",
199
202
  "eslint-plugin-mdx": "~2.1.0",
200
203
  "eslint-plugin-prettier": "~4.2.1",
@@ -227,7 +230,7 @@
227
230
  "jest-sonar-reporter": "~2.0.0",
228
231
  "jest-styled-components": "~7.1.1",
229
232
  "jest-watch-typeahead": "~2.2.2",
230
- "jscodeshift": "~0.14.0",
233
+ "jscodeshift": "~0.15.0",
231
234
  "jsdoc": "~4.0.2",
232
235
  "lerna": "~6.6.2",
233
236
  "lint-staged": "~13.2.2",
@@ -241,8 +244,8 @@
241
244
  "node-plop": "~0.31.1",
242
245
  "nodemon": "~2.0.22",
243
246
  "normalize-path": "~3.0.0",
244
- "npm-check-updates": "16.10.9",
245
- "pino": "~8.12.1",
247
+ "npm-check-updates": "16.10.10",
248
+ "pino": "~8.14.1",
246
249
  "pino-http": "~8.3.3",
247
250
  "pino-pretty": "~10.0.0",
248
251
  "plop": "~3.1.2",
@@ -254,7 +257,7 @@
254
257
  "postcss-preset-env": "~8.3.2",
255
258
  "postcss-syntax": "~0.36.2",
256
259
  "prettier": "~2.8.8",
257
- "prisma": "~4.13.0",
260
+ "prisma": "~4.14.0",
258
261
  "pug": "~3.0.2",
259
262
  "pug-loader": "~2.4.0",
260
263
  "raf": "~3.4.1",
@@ -278,7 +281,7 @@
278
281
  "swc-loader": "~0.2.3",
279
282
  "ts-node": "~10.9.1",
280
283
  "tsc-alias": "~1.8.6",
281
- "typedoc": "~0.24.6",
284
+ "typedoc": "~0.24.7",
282
285
  "typescript": "~5.0.4",
283
286
  "update-notifier": "~6.0.2",
284
287
  "url-loader": "~4.1.1",
@@ -288,8 +291,8 @@
288
291
  "vite-tsconfig-paths": "~4.2.0",
289
292
  "webpack": "~5.82.0",
290
293
  "webpack-bundle-analyzer": "~4.8.0",
291
- "webpack-cli": "~5.0.2",
292
- "webpack-dev-server": "~4.13.3",
294
+ "webpack-cli": "~5.1.1",
295
+ "webpack-dev-server": "~4.15.0",
293
296
  "webpack-manifest-plugin": "~5.0.0",
294
297
  "webpack-merge": "~5.8.0",
295
298
  "whatwg-fetch": "~3.6.2",