@elliemae/pui-cli 8.3.1 → 8.4.0

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.
Files changed (1) hide show
  1. package/package.json +13 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "8.3.1",
3
+ "version": "8.4.0",
4
4
  "description": "ICE MT UI Platform CLI",
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -24,6 +24,9 @@
24
24
  "./vitest": {
25
25
  "import": "./dist/esm/testing/vitest.config.js"
26
26
  },
27
+ "./server/routes": {
28
+ "require": "./dist/cjs/server/appRoutes.js"
29
+ },
27
30
  "./app.tsconfig.json": "./app.tsconfig.json",
28
31
  "./library.tsconfig.json": "./library.tsconfig.json"
29
32
  },
@@ -94,9 +97,9 @@
94
97
  "@commitlint/config-conventional": "~17.4.4",
95
98
  "@elliemae/browserslist-config-elliemae-latest-browsers": "~1.7.0",
96
99
  "@faker-js/faker": "7.6.0",
97
- "@nrwl/cli": "15.8.9",
98
- "@nrwl/tao": "15.8.9",
99
- "@nrwl/workspace": "15.8.9",
100
+ "@nrwl/cli": "15.9.0",
101
+ "@nrwl/tao": "15.9.0",
102
+ "@nrwl/workspace": "15.9.0",
100
103
  "@pmmmwh/react-refresh-webpack-plugin": "~0.5.10",
101
104
  "@semantic-release/changelog": "~6.0.3",
102
105
  "@semantic-release/exec": "~6.0.3",
@@ -115,7 +118,7 @@
115
118
  "@stylelint/postcss-css-in-js": "~0.38.0",
116
119
  "@svgr/webpack": "~7.0.0",
117
120
  "@swc/cli": "~0.1.62",
118
- "@swc/core": "~1.3.42",
121
+ "@swc/core": "~1.3.44",
119
122
  "@swc/jest": "~0.2.24",
120
123
  "@testing-library/jest-dom": "~5.16.5",
121
124
  "@testing-library/react": "~14.0.0",
@@ -182,7 +185,7 @@
182
185
  "eslint-config-prettier": "~8.8.0",
183
186
  "eslint-config-react-app": "~7.0.1",
184
187
  "eslint-import-resolver-babel-module": "~5.3.2",
185
- "eslint-import-resolver-typescript": "~3.5.3",
188
+ "eslint-import-resolver-typescript": "~3.5.4",
186
189
  "eslint-import-resolver-webpack": "~0.13.2",
187
190
  "eslint-plugin-compat": "~4.1.2",
188
191
  "eslint-plugin-eslint-comments": "~3.2.0",
@@ -235,7 +238,7 @@
235
238
  "node-plop": "~0.31.1",
236
239
  "nodemon": "~2.0.22",
237
240
  "normalize-path": "~3.0.0",
238
- "npm-check-updates": "16.8.2",
241
+ "npm-check-updates": "16.9.0",
239
242
  "pino": "~8.11.0",
240
243
  "pino-http": "~8.3.3",
241
244
  "pino-pretty": "~10.0.0",
@@ -270,16 +273,16 @@
270
273
  "supertest": "~6.3.3",
271
274
  "swc-loader": "~0.2.3",
272
275
  "ts-node": "~10.9.1",
273
- "tsc-alias": "~1.8.4",
276
+ "tsc-alias": "~1.8.5",
274
277
  "typedoc": "~0.23.28",
275
- "typescript": "~5.0.2",
278
+ "typescript": "~5.0.3",
276
279
  "update-notifier": "~6.0.2",
277
280
  "url-loader": "~4.1.1",
278
281
  "uuid": "~9.0.0",
279
282
  "vite": "~4.2.1",
280
283
  "vitest": "~0.29.8",
281
284
  "vite-tsconfig-paths": "~4.0.7",
282
- "webpack": "~5.76.3",
285
+ "webpack": "~5.77.0",
283
286
  "webpack-bundle-analyzer": "~4.8.0",
284
287
  "webpack-cli": "~5.0.1",
285
288
  "webpack-dev-server": "~4.13.1",