@elliemae/pui-cli 8.45.1 → 8.47.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.47.0",
|
|
4
4
|
"description": "ICE MT UI Platform CLI",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/cjs/index.cjs",
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
"dependencies": {
|
|
76
76
|
"@axe-core/react": "~4.10.1",
|
|
77
77
|
"@babel/cli": "~7.26.4",
|
|
78
|
-
"@babel/core": "~7.26.
|
|
79
|
-
"@babel/eslint-parser": "~7.
|
|
78
|
+
"@babel/core": "~7.26.9",
|
|
79
|
+
"@babel/eslint-parser": "~7.26.8",
|
|
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,14 +86,14 @@
|
|
|
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.
|
|
90
|
-
"@babel/preset-env": "~7.26.
|
|
89
|
+
"@babel/plugin-transform-runtime": "~7.26.9",
|
|
90
|
+
"@babel/preset-env": "~7.26.9",
|
|
91
91
|
"@babel/preset-react": "~7.26.3",
|
|
92
92
|
"@babel/preset-typescript": "~7.26.0",
|
|
93
|
-
"@babel/runtime": "~7.26.
|
|
93
|
+
"@babel/runtime": "~7.26.9",
|
|
94
94
|
"@commitlint/cli": "~17.8.1",
|
|
95
95
|
"@commitlint/config-conventional": "~17.8.1",
|
|
96
|
-
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.
|
|
96
|
+
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.12.0",
|
|
97
97
|
"@faker-js/faker": "~7.6.0",
|
|
98
98
|
"@nrwl/cli": "~15.9.7",
|
|
99
99
|
"@nrwl/tao": "~15.9.7",
|
|
@@ -116,22 +116,23 @@
|
|
|
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.10.
|
|
119
|
+
"@swc/core": "~1.10.18",
|
|
120
120
|
"@swc/jest": "~0.2.37",
|
|
121
121
|
"@testing-library/jest-dom": "~5.17.0",
|
|
122
122
|
"@testing-library/react": "~14.3.1",
|
|
123
123
|
"@testing-library/react-hooks": "~8.0.1",
|
|
124
|
-
"@testing-library/user-event": "~14.
|
|
124
|
+
"@testing-library/user-event": "~14.6.1",
|
|
125
125
|
"@types/circular-dependency-plugin": "~5.0.8",
|
|
126
126
|
"@types/compression": "~1.7.5",
|
|
127
127
|
"@types/cors": "~2.8.17",
|
|
128
|
+
"@types/dotenv-webpack": "~7.0.8",
|
|
128
129
|
"@types/duplicate-package-checker-webpack-plugin": "~2.1.5",
|
|
129
130
|
"@types/express-serve-static-core": "~4.19.6",
|
|
130
131
|
"@types/ip": "~1.1.3",
|
|
131
132
|
"@types/jest": "~29.5.14",
|
|
132
133
|
"@types/jest-axe": "~3.5.9",
|
|
133
134
|
"@types/moment-locales-webpack-plugin": "~1.2.6",
|
|
134
|
-
"@types/node": "~18.19.
|
|
135
|
+
"@types/node": "~18.19.76",
|
|
135
136
|
"@types/normalize-path": "~3.0.2",
|
|
136
137
|
"@types/postcss-preset-env": "~7.7.0",
|
|
137
138
|
"@types/rimraf": "~3.0.2",
|
|
@@ -163,7 +164,7 @@
|
|
|
163
164
|
"chalk": "~5.4.1",
|
|
164
165
|
"cheerio": "~1.0.0",
|
|
165
166
|
"circular-dependency-plugin": "~5.2.2",
|
|
166
|
-
"compression": "~1.
|
|
167
|
+
"compression": "~1.8.0",
|
|
167
168
|
"compression-webpack-plugin": "~10.0.0",
|
|
168
169
|
"copy-webpack-plugin": "~11.0.0",
|
|
169
170
|
"cors": "~2.8.5",
|
|
@@ -175,8 +176,8 @@
|
|
|
175
176
|
"dotenv": "~16.4.7",
|
|
176
177
|
"dotenv-webpack": "~8.1.0",
|
|
177
178
|
"duplicate-package-checker-webpack-plugin": "~3.0.0",
|
|
178
|
-
"enhanced-resolve": "~5.18.
|
|
179
|
-
"esbuild": "~0.
|
|
179
|
+
"enhanced-resolve": "~5.18.1",
|
|
180
|
+
"esbuild": "~0.25.0",
|
|
180
181
|
"esbuild-loader": "~3.2.0",
|
|
181
182
|
"esbuild-plugin-svgr": "~1.1.0",
|
|
182
183
|
"eslint": "~8.57.1",
|
|
@@ -186,7 +187,7 @@
|
|
|
186
187
|
"eslint-config-prettier": "~8.10.0",
|
|
187
188
|
"eslint-config-react-app": "~7.0.1",
|
|
188
189
|
"eslint-import-resolver-babel-module": "~5.3.2",
|
|
189
|
-
"eslint-import-resolver-typescript": "~3.
|
|
190
|
+
"eslint-import-resolver-typescript": "~3.8.3",
|
|
190
191
|
"eslint-import-resolver-webpack": "~0.13.10",
|
|
191
192
|
"eslint-plugin-compat": "~4.2.0",
|
|
192
193
|
"eslint-plugin-eslint-comments": "~3.2.0",
|
|
@@ -196,10 +197,10 @@
|
|
|
196
197
|
"eslint-plugin-jsx-a11y": "~6.10.2",
|
|
197
198
|
"eslint-plugin-mdx": "~2.3.4",
|
|
198
199
|
"eslint-plugin-prettier": "~4.2.1",
|
|
199
|
-
"eslint-plugin-react": "~7.37.
|
|
200
|
+
"eslint-plugin-react": "~7.37.4",
|
|
200
201
|
"eslint-plugin-react-hooks": "~4.6.2",
|
|
201
202
|
"eslint-plugin-redux-saga": "~1.3.2",
|
|
202
|
-
"eslint-plugin-storybook": "~0.11.
|
|
203
|
+
"eslint-plugin-storybook": "~0.11.3",
|
|
203
204
|
"eslint-plugin-testing-library": "~5.11.1",
|
|
204
205
|
"eslint-plugin-wdio": "~8.37.0",
|
|
205
206
|
"execa": "~7.2.0",
|
|
@@ -238,17 +239,17 @@
|
|
|
238
239
|
"node-plop": "~0.32.0",
|
|
239
240
|
"nodemon": "~2.0.22",
|
|
240
241
|
"normalize-path": "~3.0.0",
|
|
241
|
-
"npm-check-updates": "~17.1.
|
|
242
|
+
"npm-check-updates": "~17.1.15",
|
|
242
243
|
"npm-run-all": "~4.1.5",
|
|
243
244
|
"pino": "~8.21.0",
|
|
244
245
|
"pino-http": "~8.6.1",
|
|
245
246
|
"pino-pretty": "~10.3.1",
|
|
246
247
|
"plop": "~3.1.2",
|
|
247
|
-
"postcss": "8.
|
|
248
|
-
"postcss-html": "~1.
|
|
248
|
+
"postcss": "8.5.3",
|
|
249
|
+
"postcss-html": "~1.8.0",
|
|
249
250
|
"postcss-jsx": "~0.36.4",
|
|
250
251
|
"postcss-loader": "~7.3.4",
|
|
251
|
-
"postcss-markdown": "~1.
|
|
252
|
+
"postcss-markdown": "~1.3.0",
|
|
252
253
|
"postcss-preset-env": "9.6.0",
|
|
253
254
|
"postcss-syntax": "~0.36.2",
|
|
254
255
|
"prettier": "~2.8.8",
|
|
@@ -277,15 +278,15 @@
|
|
|
277
278
|
"tsc-alias": "~1.8.10",
|
|
278
279
|
"tsconfig-paths-webpack-plugin": "~3.5.2",
|
|
279
280
|
"tsx": "~3.14.0",
|
|
280
|
-
"typedoc": "~0.27.
|
|
281
|
+
"typedoc": "~0.27.8",
|
|
281
282
|
"typescript": "~5.7.3",
|
|
282
283
|
"update-notifier": "~6.0.2",
|
|
283
284
|
"url-loader": "~4.1.1",
|
|
284
285
|
"uuid": "~9.0.1",
|
|
285
|
-
"vite": "~5.4.
|
|
286
|
+
"vite": "~5.4.14",
|
|
286
287
|
"vite-tsconfig-paths": "~4.3.2",
|
|
287
|
-
"vitest": "~1.6.
|
|
288
|
-
"webpack": "~5.
|
|
288
|
+
"vitest": "~1.6.1",
|
|
289
|
+
"webpack": "~5.98.0",
|
|
289
290
|
"webpack-bundle-analyzer": "~4.10.2",
|
|
290
291
|
"webpack-cli": "~5.1.4",
|
|
291
292
|
"webpack-dev-server": "~5.2.0",
|
|
@@ -293,11 +294,11 @@
|
|
|
293
294
|
"webpack-merge": "~5.10.0",
|
|
294
295
|
"whatwg-fetch": "~3.6.20",
|
|
295
296
|
"workbox-webpack-plugin": "~6.6.1",
|
|
296
|
-
"ws": "~8.18.
|
|
297
|
+
"ws": "~8.18.1",
|
|
297
298
|
"yargs": "~17.7.2"
|
|
298
299
|
},
|
|
299
300
|
"devDependencies": {
|
|
300
|
-
"@elliemae/pui-doc-gen": "~3.
|
|
301
|
+
"@elliemae/pui-doc-gen": "~3.4.1",
|
|
301
302
|
"react": "~18.3.1",
|
|
302
303
|
"react-dom": "~18.3.1",
|
|
303
304
|
"redux": "~4.2.1",
|