@elliemae/pui-cli 8.48.0 → 8.49.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.
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +21 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.49.0",
|
|
4
4
|
"description": "ICE MT UI Platform CLI",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/cjs/index.cjs",
|
|
@@ -74,9 +74,9 @@
|
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
76
|
"@axe-core/react": "~4.10.1",
|
|
77
|
-
"@babel/cli": "~7.
|
|
78
|
-
"@babel/core": "~7.26.
|
|
79
|
-
"@babel/eslint-parser": "~7.
|
|
77
|
+
"@babel/cli": "~7.27.0",
|
|
78
|
+
"@babel/core": "~7.26.10",
|
|
79
|
+
"@babel/eslint-parser": "~7.27.0",
|
|
80
80
|
"@babel/node": "~7.26.0",
|
|
81
81
|
"@babel/plugin-proposal-class-properties": "~7.18.6",
|
|
82
82
|
"@babel/plugin-proposal-export-default-from": "~7.25.9",
|
|
@@ -86,11 +86,11 @@
|
|
|
86
86
|
"@babel/plugin-transform-react-constant-elements": "~7.25.9",
|
|
87
87
|
"@babel/plugin-transform-react-inline-elements": "~7.25.9",
|
|
88
88
|
"@babel/plugin-transform-react-jsx-source": "~7.25.9",
|
|
89
|
-
"@babel/plugin-transform-runtime": "~7.26.
|
|
89
|
+
"@babel/plugin-transform-runtime": "~7.26.10",
|
|
90
90
|
"@babel/preset-env": "~7.26.9",
|
|
91
91
|
"@babel/preset-react": "~7.26.3",
|
|
92
|
-
"@babel/preset-typescript": "~7.
|
|
93
|
-
"@babel/runtime": "~7.
|
|
92
|
+
"@babel/preset-typescript": "~7.27.0",
|
|
93
|
+
"@babel/runtime": "~7.27.0",
|
|
94
94
|
"@commitlint/cli": "~17.8.1",
|
|
95
95
|
"@commitlint/config-conventional": "~17.8.1",
|
|
96
96
|
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.12.0",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"@nrwl/cli": "~15.9.7",
|
|
99
99
|
"@nrwl/tao": "~15.9.7",
|
|
100
100
|
"@nrwl/workspace": "~15.9.7",
|
|
101
|
-
"@pmmmwh/react-refresh-webpack-plugin": "~0.5.
|
|
101
|
+
"@pmmmwh/react-refresh-webpack-plugin": "~0.5.16",
|
|
102
102
|
"@semantic-release/changelog": "~6.0.3",
|
|
103
103
|
"@semantic-release/exec": "~6.0.3",
|
|
104
104
|
"@semantic-release/git": "~10.0.1",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"@stylelint/postcss-css-in-js": "~0.38.0",
|
|
117
117
|
"@svgr/webpack": "~7.0.0",
|
|
118
118
|
"@swc/cli": "~0.6.0",
|
|
119
|
-
"@swc/core": "~1.11.
|
|
119
|
+
"@swc/core": "~1.11.13",
|
|
120
120
|
"@swc/jest": "~0.2.37",
|
|
121
121
|
"@testing-library/jest-dom": "~5.17.0",
|
|
122
122
|
"@testing-library/react": "~14.3.1",
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"@types/jest": "~29.5.14",
|
|
133
133
|
"@types/jest-axe": "~3.5.9",
|
|
134
134
|
"@types/moment-locales-webpack-plugin": "~1.2.6",
|
|
135
|
-
"@types/node": "~18.19.
|
|
135
|
+
"@types/node": "~18.19.84",
|
|
136
136
|
"@types/normalize-path": "~3.0.2",
|
|
137
137
|
"@types/postcss-preset-env": "~7.7.0",
|
|
138
138
|
"@types/rimraf": "~3.0.2",
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
"dotenv-webpack": "~8.1.0",
|
|
178
178
|
"duplicate-package-checker-webpack-plugin": "~3.0.0",
|
|
179
179
|
"enhanced-resolve": "~5.18.1",
|
|
180
|
-
"esbuild": "~0.25.
|
|
180
|
+
"esbuild": "~0.25.2",
|
|
181
181
|
"esbuild-loader": "~3.2.0",
|
|
182
182
|
"esbuild-plugin-svgr": "~1.1.0",
|
|
183
183
|
"eslint": "~8.57.1",
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
"eslint-config-prettier": "~8.10.0",
|
|
188
188
|
"eslint-config-react-app": "~7.0.1",
|
|
189
189
|
"eslint-import-resolver-babel-module": "~5.3.2",
|
|
190
|
-
"eslint-import-resolver-typescript": "~3.
|
|
190
|
+
"eslint-import-resolver-typescript": "~3.10.0",
|
|
191
191
|
"eslint-import-resolver-webpack": "~0.13.10",
|
|
192
192
|
"eslint-plugin-compat": "~4.2.0",
|
|
193
193
|
"eslint-plugin-eslint-comments": "~3.2.0",
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
"eslint-plugin-react": "~7.37.4",
|
|
201
201
|
"eslint-plugin-react-hooks": "~4.6.2",
|
|
202
202
|
"eslint-plugin-redux-saga": "~1.3.2",
|
|
203
|
-
"eslint-plugin-storybook": "~0.
|
|
203
|
+
"eslint-plugin-storybook": "~0.12.0",
|
|
204
204
|
"eslint-plugin-testing-library": "~5.11.1",
|
|
205
205
|
"eslint-plugin-wdio": "~8.37.0",
|
|
206
206
|
"execa": "~7.2.0",
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"find-up": "~6.3.0",
|
|
213
213
|
"find-up-cli": "~5.0.0",
|
|
214
214
|
"happy-dom": "~12.10.3",
|
|
215
|
-
"helmet": "~8.
|
|
215
|
+
"helmet": "~8.1.0",
|
|
216
216
|
"html-loader": "~4.2.0",
|
|
217
217
|
"html-webpack-plugin": "~5.6.3",
|
|
218
218
|
"http-server": "~14.1.1",
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
"node-plop": "~0.32.0",
|
|
240
240
|
"nodemon": "~2.0.22",
|
|
241
241
|
"normalize-path": "~3.0.0",
|
|
242
|
-
"npm-check-updates": "~17.1.
|
|
242
|
+
"npm-check-updates": "~17.1.16",
|
|
243
243
|
"npm-run-all": "~4.1.5",
|
|
244
244
|
"pino": "~8.21.0",
|
|
245
245
|
"pino-http": "~8.6.1",
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
"pug-loader": "~2.4.0",
|
|
259
259
|
"raf": "~3.4.1",
|
|
260
260
|
"react-docgen": "~5.4.3",
|
|
261
|
-
"react-refresh": "~0.
|
|
261
|
+
"react-refresh": "~0.17.0",
|
|
262
262
|
"react-test-renderer": "~18.3.1",
|
|
263
263
|
"resize-observer-polyfill": "~1.5.1",
|
|
264
264
|
"resolve-typescript-plugin": "~2.0.1",
|
|
@@ -275,22 +275,22 @@
|
|
|
275
275
|
"supertest": "~6.3.4",
|
|
276
276
|
"swc-loader": "~0.2.6",
|
|
277
277
|
"ts-node": "~10.9.2",
|
|
278
|
-
"tsc-alias": "~1.8.
|
|
278
|
+
"tsc-alias": "~1.8.13",
|
|
279
279
|
"tsconfig-paths-webpack-plugin": "~3.5.2",
|
|
280
280
|
"tsx": "~3.14.0",
|
|
281
|
-
"typedoc": "~0.
|
|
281
|
+
"typedoc": "~0.28.1",
|
|
282
282
|
"typescript": "~5.8.2",
|
|
283
283
|
"update-notifier": "~6.0.2",
|
|
284
284
|
"url-loader": "~4.1.1",
|
|
285
285
|
"uuid": "~9.0.1",
|
|
286
|
-
"vite": "~5.4.
|
|
286
|
+
"vite": "~5.4.16",
|
|
287
287
|
"vite-tsconfig-paths": "~4.3.2",
|
|
288
288
|
"vitest": "~1.6.1",
|
|
289
289
|
"webpack": "~5.98.0",
|
|
290
290
|
"webpack-bundle-analyzer": "~4.10.2",
|
|
291
291
|
"webpack-cli": "~5.1.4",
|
|
292
|
-
"webpack-dev-server": "~5.2.
|
|
293
|
-
"webpack-manifest-plugin": "~5.0.
|
|
292
|
+
"webpack-dev-server": "~5.2.1",
|
|
293
|
+
"webpack-manifest-plugin": "~5.0.1",
|
|
294
294
|
"webpack-merge": "~5.10.0",
|
|
295
295
|
"whatwg-fetch": "~3.6.20",
|
|
296
296
|
"workbox-webpack-plugin": "~6.6.1",
|