@elliemae/pui-cli 8.0.0-next.4 → 8.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.
@@ -41,7 +41,7 @@ const startProdServer = async () => {
41
41
  await (0, import_utils.exec)(
42
42
  `cross-env NODE_ENV=production ts-node --esm ${import_node_path.default.resolve(
43
43
  __dirname,
44
- "../server.ts"
44
+ "../server/index.js"
45
45
  )} --color always`
46
46
  );
47
47
  };
@@ -7,7 +7,7 @@ const startProdServer = async () => {
7
7
  await exec(
8
8
  `cross-env NODE_ENV=production ts-node --esm ${path.resolve(
9
9
  __dirname,
10
- "../server.ts"
10
+ "../server/index.js"
11
11
  )} --color always`
12
12
  );
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "8.0.0-next.4",
3
+ "version": "8.0.0-next.6",
4
4
  "description": "ICE MT UI Platform CLI",
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -102,14 +102,14 @@
102
102
  "@storybook/addon-interactions": "~6.5.16",
103
103
  "@storybook/addon-links": "~6.5.16",
104
104
  "@storybook/addon-storysource": "~6.5.16",
105
- "@storybook/builder-vite": "~0.3.0",
105
+ "@storybook/builder-vite": "~0.4.0",
106
106
  "@storybook/builder-webpack5": "~6.5.16",
107
107
  "@storybook/manager-webpack5": "~6.5.16",
108
108
  "@storybook/react": "~6.5.16",
109
109
  "@storybook/theming": "~6.5.16",
110
110
  "@stylelint/postcss-css-in-js": "~0.38.0",
111
111
  "@svgr/webpack": "~6.5.1",
112
- "@swc/cli": "~0.1.60",
112
+ "@swc/cli": "~0.1.61",
113
113
  "@swc/core": "~1.3.32",
114
114
  "@swc/jest": "~0.2.24",
115
115
  "@testing-library/jest-dom": "~5.16.5",
@@ -124,7 +124,7 @@
124
124
  "@types/jest": "~29.4.0",
125
125
  "@types/jest-axe": "~3.5.5",
126
126
  "@types/moment-locales-webpack-plugin": "~1.2.3",
127
- "@types/node": "~18.11.18",
127
+ "@types/node": "~18.11.19",
128
128
  "@types/normalize-path": "~3.0.0",
129
129
  "@types/postcss-preset-env": "~7.7.0",
130
130
  "@types/rimraf": "~3.0.2",
@@ -135,8 +135,8 @@
135
135
  "@types/webpack-bundle-analyzer": "~4.6.0",
136
136
  "@typescript-eslint/eslint-plugin": "~5.50.0",
137
137
  "@typescript-eslint/parser": "~5.50.0",
138
- "@vitejs/plugin-react": "~3.0.1",
139
- "@vitest/coverage-c8": "~0.28.3",
138
+ "@vitejs/plugin-react": "~3.1.0",
139
+ "@vitest/coverage-c8": "~0.28.4",
140
140
  "autoprefixer": "~10.4.13",
141
141
  "axe-core": "~4.6.3",
142
142
  "babel-plugin-date-fns": "~2.0.0",
@@ -179,11 +179,11 @@
179
179
  "eslint-import-resolver-babel-module": "~5.3.2",
180
180
  "eslint-import-resolver-typescript": "~3.5.3",
181
181
  "eslint-import-resolver-webpack": "~0.13.2",
182
- "eslint-plugin-compat": "~4.0.2",
182
+ "eslint-plugin-compat": "~4.1.0",
183
183
  "eslint-plugin-eslint-comments": "~3.2.0",
184
184
  "eslint-plugin-import": "~2.27.5",
185
185
  "eslint-plugin-jest": "~27.2.1",
186
- "eslint-plugin-jsdoc": "~39.7.5",
186
+ "eslint-plugin-jsdoc": "~39.8.0",
187
187
  "eslint-plugin-jsx-a11y": "~6.7.1",
188
188
  "eslint-plugin-mdx": "~2.0.5",
189
189
  "eslint-plugin-prettier": "~4.2.1",
@@ -201,7 +201,7 @@
201
201
  "fast-glob": "~3.2.12",
202
202
  "find-up": "~6.3.0",
203
203
  "find-up-cli": "~5.0.0",
204
- "happy-dom": "~8.2.2",
204
+ "happy-dom": "~8.2.6",
205
205
  "helmet-csp": "~3.4.0",
206
206
  "html-loader": "~4.2.0",
207
207
  "html-webpack-plugin": "~5.5.0",
@@ -230,9 +230,9 @@
230
230
  "node-plop": "~0.31.0",
231
231
  "nodemon": "~2.0.20",
232
232
  "normalize-path": "~3.0.0",
233
- "npm-check-updates": "16.6.3",
234
- "pino": "~8.8.0",
235
- "pino-http": "~8.3.2",
233
+ "npm-check-updates": "16.6.5",
234
+ "pino": "~8.9.0",
235
+ "pino-http": "~8.3.3",
236
236
  "pino-pretty": "~9.1.1",
237
237
  "plop": "~3.1.1",
238
238
  "postcss": "~8.4.21",
@@ -271,8 +271,8 @@
271
271
  "update-notifier": "~6.0.2",
272
272
  "url-loader": "~4.1.1",
273
273
  "uuid": "~9.0.0",
274
- "vite": "~4.0.4",
275
- "vitest": "~0.28.3",
274
+ "vite": "~4.1.1",
275
+ "vitest": "~0.28.4",
276
276
  "vite-tsconfig-paths": "~4.0.5",
277
277
  "webpack": "~5.75.0",
278
278
  "webpack-bundle-analyzer": "~4.7.0",