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

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.
package/dist/cjs/index.js CHANGED
@@ -26,9 +26,11 @@ __export(lib_exports, {
26
26
  jestNodeConfig: () => import_jest_node_config.jestNodeConfig,
27
27
  lintStagedConfig: () => import_lint_staged_config.lintStagedConfig,
28
28
  loadRoutes: () => import_appRoutes.loadRoutes,
29
+ managerWebpack: () => import_webpack_storybook.managerWebpack,
29
30
  prettierConfig: () => import_prettier_config.prettierConfig,
30
31
  stylelintConfig: () => import_stylelint_config.stylelintConfig,
31
- vitestConfig: () => import_vitest_config.vitestConfig
32
+ vitestConfig: () => import_vitest_config.vitestConfig,
33
+ webpackFinal: () => import_webpack_storybook.webpackFinal
32
34
  });
33
35
  module.exports = __toCommonJS(lib_exports);
34
36
  var import_babel_config = require("./babel.config.cjs");
@@ -42,3 +44,4 @@ var import_vitest_config = require("./testing/vitest.config.js");
42
44
  var import_jest_node_config = require("./testing/jest.node.config.cjs");
43
45
  var import_lint_staged_config = require("./lint-config/lint-staged.config.js");
44
46
  var import_appRoutes = require("./server/appRoutes.js");
47
+ var import_webpack_storybook = require("./webpack/webpack.storybook.js");
package/dist/esm/index.js CHANGED
@@ -9,6 +9,7 @@ import { vitestConfig } from "./testing/vitest.config.js";
9
9
  import { jestNodeConfig } from "./testing/jest.node.config.cjs";
10
10
  import { lintStagedConfig } from "./lint-config/lint-staged.config.js";
11
11
  import { loadRoutes } from "./server/appRoutes.js";
12
+ import { webpackFinal, managerWebpack } from "./webpack/webpack.storybook.js";
12
13
  export {
13
14
  babelConfig,
14
15
  commitlintConfig,
@@ -18,7 +19,9 @@ export {
18
19
  jestNodeConfig,
19
20
  lintStagedConfig,
20
21
  loadRoutes,
22
+ managerWebpack,
21
23
  prettierConfig,
22
24
  stylelintConfig,
23
- vitestConfig
25
+ vitestConfig,
26
+ webpackFinal
24
27
  };
@@ -9,3 +9,4 @@ export { vitestConfig } from './testing/vitest.config.js';
9
9
  export { jestNodeConfig } from './testing/jest.node.config.cjs';
10
10
  export { lintStagedConfig } from './lint-config/lint-staged.config.js';
11
11
  export { loadRoutes } from './server/appRoutes.js';
12
+ export { webpackFinal, managerWebpack } from './webpack/webpack.storybook.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "9.0.0-next.6",
3
+ "version": "9.0.0-next.8",
4
4
  "description": "ICE MT UI Platform CLI",
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -19,12 +19,14 @@
19
19
  "require": "./dist/cjs/release.config.cjs"
20
20
  },
21
21
  "./storybook": {
22
+ "import": "./dist/esm/webpack/webpack.storybook.js",
22
23
  "require": "./dist/cjs/webpack/webpack.storybook.js"
23
24
  },
24
25
  "./vitest": {
25
26
  "import": "./dist/esm/testing/vitest.config.js"
26
27
  },
27
28
  "./server/routes": {
29
+ "import": "./dist/esm/server/appRoutes.js",
28
30
  "require": "./dist/cjs/server/appRoutes.js"
29
31
  },
30
32
  "./app.tsconfig.json": "./app.tsconfig.json",
@@ -98,28 +100,28 @@
98
100
  "@elliemae/browserslist-config-elliemae-latest-browsers": "~1.7.0",
99
101
  "@faker-js/faker": "7.6.0",
100
102
  "@nrwl/cli": "15.9.3",
101
- "@nrwl/tao": "16.1.3",
102
- "@nrwl/workspace": "16.1.3",
103
+ "@nrwl/tao": "16.1.4",
104
+ "@nrwl/workspace": "16.1.4",
103
105
  "@pmmmwh/react-refresh-webpack-plugin": "~0.5.10",
104
106
  "@semantic-release/changelog": "~6.0.3",
105
107
  "@semantic-release/exec": "~6.0.3",
106
108
  "@semantic-release/git": "~10.0.1",
107
- "@storybook/addon-a11y": "~7.0.9",
108
- "@storybook/addon-essentials": "~7.0.9",
109
+ "@storybook/addon-a11y": "~7.0.10",
110
+ "@storybook/addon-essentials": "~7.0.10",
109
111
  "@storybook/addon-events": "~6.2.9",
110
- "@storybook/addon-interactions": "~7.0.9",
111
- "@storybook/addon-links": "~7.0.9",
112
- "@storybook/addon-storysource": "~7.0.9",
113
- "@storybook/blocks": "~7.0.9",
114
- "@storybook/builder-vite": "~7.0.9",
115
- "@storybook/builder-webpack5": "~7.0.9",
112
+ "@storybook/addon-interactions": "~7.0.10",
113
+ "@storybook/addon-links": "~7.0.10",
114
+ "@storybook/addon-storysource": "~7.0.10",
115
+ "@storybook/blocks": "~7.0.10",
116
+ "@storybook/builder-vite": "~7.0.10",
117
+ "@storybook/builder-webpack5": "~7.0.10",
116
118
  "@storybook/jest": "~0.1.0",
117
119
  "@storybook/manager-webpack5": "~6.5.16",
118
- "@storybook/react": "~7.0.9",
119
- "@storybook/react-vite": "~7.0.9",
120
- "@storybook/react-webpack5": "~7.0.9",
120
+ "@storybook/react": "~7.0.10",
121
+ "@storybook/react-vite": "~7.0.10",
122
+ "@storybook/react-webpack5": "~7.0.10",
121
123
  "@storybook/testing-library": "~0.1.0",
122
- "@storybook/theming": "~7.0.9",
124
+ "@storybook/theming": "~7.0.10",
123
125
  "@stylelint/postcss-css-in-js": "~0.38.0",
124
126
  "@svgr/webpack": "~8.0.1",
125
127
  "@swc/cli": "~0.1.62",
@@ -137,7 +139,7 @@
137
139
  "@types/jest": "~29.5.1",
138
140
  "@types/jest-axe": "~3.5.5",
139
141
  "@types/moment-locales-webpack-plugin": "~1.2.3",
140
- "@types/node": "~20.1.1",
142
+ "@types/node": "~20.1.2",
141
143
  "@types/normalize-path": "~3.0.0",
142
144
  "@types/postcss-preset-env": "~8.0.0",
143
145
  "@types/rimraf": "~4.0.5",
@@ -197,7 +199,7 @@
197
199
  "eslint-plugin-eslint-comments": "~3.2.0",
198
200
  "eslint-plugin-import": "~2.27.5",
199
201
  "eslint-plugin-jest": "~27.2.1",
200
- "eslint-plugin-jsdoc": "~44.0.2",
202
+ "eslint-plugin-jsdoc": "~44.2.2",
201
203
  "eslint-plugin-jsx-a11y": "~6.7.1",
202
204
  "eslint-plugin-mdx": "~2.1.0",
203
205
  "eslint-plugin-prettier": "~4.2.1",
@@ -205,7 +207,7 @@
205
207
  "eslint-plugin-react-hooks": "~4.6.0",
206
208
  "eslint-plugin-redux-saga": "~1.3.2",
207
209
  "eslint-plugin-storybook": "~0.6.12",
208
- "eslint-plugin-testing-library": "~5.10.3",
210
+ "eslint-plugin-testing-library": "~5.11.0",
209
211
  "eslint-plugin-wdio": "~8.8.7",
210
212
  "execa": "~7.1.1",
211
213
  "express": "~4.18.2",
@@ -244,7 +246,7 @@
244
246
  "node-plop": "~0.31.1",
245
247
  "nodemon": "~2.0.22",
246
248
  "normalize-path": "~3.0.0",
247
- "npm-check-updates": "16.10.10",
249
+ "npm-check-updates": "16.10.12",
248
250
  "pino": "~8.14.1",
249
251
  "pino-http": "~8.3.3",
250
252
  "pino-pretty": "~10.0.0",
@@ -270,7 +272,7 @@
270
272
  "semantic-release": "~21.0.2",
271
273
  "slackify-markdown": "~4.3.1",
272
274
  "speed-measure-webpack-plugin": "~1.5.0",
273
- "storybook": "~7.0.9",
275
+ "storybook": "~7.0.10",
274
276
  "storybook-addon-turbo-build": "~2.0.1",
275
277
  "storybook-react-router": "~1.0.8",
276
278
  "style-loader": "~3.3.2",
@@ -289,7 +291,7 @@
289
291
  "vite": "~4.3.5",
290
292
  "vitest": "~0.31.0",
291
293
  "vite-tsconfig-paths": "~4.2.0",
292
- "webpack": "~5.82.0",
294
+ "webpack": "~5.82.1",
293
295
  "webpack-bundle-analyzer": "~4.8.0",
294
296
  "webpack-cli": "~5.1.1",
295
297
  "webpack-dev-server": "~4.15.0",