@elliemae/pui-cli 8.25.2 → 8.27.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.
|
@@ -129,14 +129,16 @@ const plugins = [
|
|
|
129
129
|
noErrorOnMissing: true,
|
|
130
130
|
globOptions: {
|
|
131
131
|
ignore: ["readme.md"]
|
|
132
|
-
}
|
|
132
|
+
},
|
|
133
|
+
info: { minimized: true }
|
|
133
134
|
},
|
|
134
135
|
{
|
|
135
136
|
from: "webroot",
|
|
136
137
|
noErrorOnMissing: true,
|
|
137
138
|
globOptions: {
|
|
138
139
|
ignore: ["readme.md"]
|
|
139
|
-
}
|
|
140
|
+
},
|
|
141
|
+
info: { minimized: true }
|
|
140
142
|
}
|
|
141
143
|
])
|
|
142
144
|
}),
|
|
@@ -102,14 +102,16 @@ const plugins = [
|
|
|
102
102
|
noErrorOnMissing: true,
|
|
103
103
|
globOptions: {
|
|
104
104
|
ignore: ["readme.md"]
|
|
105
|
-
}
|
|
105
|
+
},
|
|
106
|
+
info: { minimized: true }
|
|
106
107
|
},
|
|
107
108
|
{
|
|
108
109
|
from: "webroot",
|
|
109
110
|
noErrorOnMissing: true,
|
|
110
111
|
globOptions: {
|
|
111
112
|
ignore: ["readme.md"]
|
|
112
|
-
}
|
|
113
|
+
},
|
|
114
|
+
info: { minimized: true }
|
|
113
115
|
}
|
|
114
116
|
])
|
|
115
117
|
}),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.27.0",
|
|
4
4
|
"description": "ICE MT UI Platform CLI",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -75,24 +75,24 @@
|
|
|
75
75
|
"sonar56x": true
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@axe-core/react": "~4.8.
|
|
79
|
-
"@babel/cli": "~7.23.
|
|
80
|
-
"@babel/core": "~7.23.
|
|
81
|
-
"@babel/eslint-parser": "~7.
|
|
78
|
+
"@axe-core/react": "~4.8.2",
|
|
79
|
+
"@babel/cli": "~7.23.4",
|
|
80
|
+
"@babel/core": "~7.23.6",
|
|
81
|
+
"@babel/eslint-parser": "~7.23.3",
|
|
82
82
|
"@babel/node": "~7.22.19",
|
|
83
83
|
"@babel/plugin-proposal-class-properties": "~7.18.6",
|
|
84
|
-
"@babel/plugin-proposal-export-default-from": "~7.
|
|
84
|
+
"@babel/plugin-proposal-export-default-from": "~7.23.3",
|
|
85
85
|
"@babel/plugin-syntax-dynamic-import": "~7.8.3",
|
|
86
|
-
"@babel/plugin-syntax-import-assertions": "~7.
|
|
87
|
-
"@babel/plugin-transform-modules-commonjs": "~7.23.
|
|
88
|
-
"@babel/plugin-transform-react-constant-elements": "~7.
|
|
89
|
-
"@babel/plugin-transform-react-inline-elements": "~7.
|
|
90
|
-
"@babel/plugin-transform-react-jsx-source": "~7.
|
|
91
|
-
"@babel/plugin-transform-runtime": "~7.23.
|
|
92
|
-
"@babel/preset-env": "~7.23.
|
|
93
|
-
"@babel/preset-react": "~7.
|
|
94
|
-
"@babel/preset-typescript": "~7.23.
|
|
95
|
-
"@babel/runtime": "~7.23.
|
|
86
|
+
"@babel/plugin-syntax-import-assertions": "~7.23.3",
|
|
87
|
+
"@babel/plugin-transform-modules-commonjs": "~7.23.3",
|
|
88
|
+
"@babel/plugin-transform-react-constant-elements": "~7.23.3",
|
|
89
|
+
"@babel/plugin-transform-react-inline-elements": "~7.23.3",
|
|
90
|
+
"@babel/plugin-transform-react-jsx-source": "~7.23.3",
|
|
91
|
+
"@babel/plugin-transform-runtime": "~7.23.6",
|
|
92
|
+
"@babel/preset-env": "~7.23.6",
|
|
93
|
+
"@babel/preset-react": "~7.23.3",
|
|
94
|
+
"@babel/preset-typescript": "~7.23.3",
|
|
95
|
+
"@babel/runtime": "~7.23.6",
|
|
96
96
|
"@commitlint/cli": "~17.8.1",
|
|
97
97
|
"@commitlint/config-conventional": "~17.8.1",
|
|
98
98
|
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.8.0",
|
|
@@ -117,37 +117,37 @@
|
|
|
117
117
|
"@storybook/theming": "~6.5.16",
|
|
118
118
|
"@stylelint/postcss-css-in-js": "~0.38.0",
|
|
119
119
|
"@svgr/webpack": "~7.0.0",
|
|
120
|
-
"@swc/cli": "~0.1.
|
|
121
|
-
"@swc/core": "~1.3.
|
|
120
|
+
"@swc/cli": "~0.1.63",
|
|
121
|
+
"@swc/core": "~1.3.101",
|
|
122
122
|
"@swc/jest": "~0.2.29",
|
|
123
123
|
"@testing-library/jest-dom": "~5.17.0",
|
|
124
|
-
"@testing-library/react": "~14.
|
|
124
|
+
"@testing-library/react": "~14.1.2",
|
|
125
125
|
"@testing-library/react-hooks": "~8.0.1",
|
|
126
126
|
"@testing-library/user-event": "~14.5.1",
|
|
127
|
-
"@types/circular-dependency-plugin": "~5.0.
|
|
128
|
-
"@types/compression": "~1.7.
|
|
129
|
-
"@types/cors": "~2.8.
|
|
130
|
-
"@types/duplicate-package-checker-webpack-plugin": "~2.1.
|
|
131
|
-
"@types/ip": "~1.1.
|
|
132
|
-
"@types/jest": "~29.5.
|
|
133
|
-
"@types/jest-axe": "~3.5.
|
|
134
|
-
"@types/moment-locales-webpack-plugin": "~1.2.
|
|
135
|
-
"@types/node": "~18.
|
|
136
|
-
"@types/normalize-path": "~3.0.
|
|
127
|
+
"@types/circular-dependency-plugin": "~5.0.8",
|
|
128
|
+
"@types/compression": "~1.7.5",
|
|
129
|
+
"@types/cors": "~2.8.17",
|
|
130
|
+
"@types/duplicate-package-checker-webpack-plugin": "~2.1.5",
|
|
131
|
+
"@types/ip": "~1.1.3",
|
|
132
|
+
"@types/jest": "~29.5.11",
|
|
133
|
+
"@types/jest-axe": "~3.5.9",
|
|
134
|
+
"@types/moment-locales-webpack-plugin": "~1.2.6",
|
|
135
|
+
"@types/node": "~18.19.3",
|
|
136
|
+
"@types/normalize-path": "~3.0.2",
|
|
137
137
|
"@types/postcss-preset-env": "~7.7.0",
|
|
138
138
|
"@types/rimraf": "~3.0.2",
|
|
139
|
-
"@types/speed-measure-webpack-plugin": "~1.3.
|
|
140
|
-
"@types/supertest": "~2.0.
|
|
139
|
+
"@types/speed-measure-webpack-plugin": "~1.3.6",
|
|
140
|
+
"@types/supertest": "~2.0.16",
|
|
141
141
|
"@types/testing-library__jest-dom": "~5.14.9",
|
|
142
|
-
"@types/uuid": "~9.0.
|
|
143
|
-
"@types/webpack-bundle-analyzer": "~4.6.
|
|
142
|
+
"@types/uuid": "~9.0.7",
|
|
143
|
+
"@types/webpack-bundle-analyzer": "~4.6.3",
|
|
144
144
|
"@typescript-eslint/eslint-plugin": "~5.62.0",
|
|
145
145
|
"@typescript-eslint/parser": "~5.62.0",
|
|
146
|
-
"@vitejs/plugin-react": "~4.1
|
|
146
|
+
"@vitejs/plugin-react": "~4.2.1",
|
|
147
147
|
"@vitest/coverage-c8": "~0.33.0",
|
|
148
148
|
"@vitest/coverage-v8": "~0.34.6",
|
|
149
149
|
"autoprefixer": "~10.4.16",
|
|
150
|
-
"axe-core": "~4.8.
|
|
150
|
+
"axe-core": "~4.8.3",
|
|
151
151
|
"babel-plugin-date-fns": "~2.0.0",
|
|
152
152
|
"babel-plugin-dynamic-import-node": "~2.3.3",
|
|
153
153
|
"babel-plugin-import-remove-resource-query": "~1.0.0",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"babel-plugin-transform-remove-console": "~6.9.4",
|
|
160
160
|
"babel-plugin-transform-strip-block": "~0.0.5",
|
|
161
161
|
"body-parser": "~1.20.2",
|
|
162
|
-
"browserslist": "~4.22.
|
|
162
|
+
"browserslist": "~4.22.2",
|
|
163
163
|
"browserslist-to-esbuild": "~1.2.0",
|
|
164
164
|
"chalk": "~5.3.0",
|
|
165
165
|
"circular-dependency-plugin": "~5.2.2",
|
|
@@ -176,10 +176,10 @@
|
|
|
176
176
|
"dotenv-webpack": "~8.0.1",
|
|
177
177
|
"duplicate-package-checker-webpack-plugin": "~3.0.0",
|
|
178
178
|
"enhanced-resolve": "5.15.0",
|
|
179
|
-
"esbuild": "~0.19.
|
|
179
|
+
"esbuild": "~0.19.10",
|
|
180
180
|
"esbuild-loader": "~3.2.0",
|
|
181
181
|
"esbuild-plugin-svgr": "~1.1.0",
|
|
182
|
-
"eslint": "~8.
|
|
182
|
+
"eslint": "~8.56.0",
|
|
183
183
|
"eslint-config-airbnb": "~19.0.4",
|
|
184
184
|
"eslint-config-airbnb-base": "~15.0.0",
|
|
185
185
|
"eslint-config-airbnb-typescript": "~17.1.0",
|
|
@@ -190,10 +190,10 @@
|
|
|
190
190
|
"eslint-import-resolver-webpack": "~0.13.8",
|
|
191
191
|
"eslint-plugin-compat": "~4.2.0",
|
|
192
192
|
"eslint-plugin-eslint-comments": "~3.2.0",
|
|
193
|
-
"eslint-plugin-import": "~2.29.
|
|
193
|
+
"eslint-plugin-import": "~2.29.1",
|
|
194
194
|
"eslint-plugin-jest": "~27.6.0",
|
|
195
195
|
"eslint-plugin-jsdoc": "~43.2.0",
|
|
196
|
-
"eslint-plugin-jsx-a11y": "~6.
|
|
196
|
+
"eslint-plugin-jsx-a11y": "~6.8.0",
|
|
197
197
|
"eslint-plugin-mdx": "~2.2.0",
|
|
198
198
|
"eslint-plugin-prettier": "~4.2.1",
|
|
199
199
|
"eslint-plugin-react": "~7.33.2",
|
|
@@ -201,11 +201,11 @@
|
|
|
201
201
|
"eslint-plugin-redux-saga": "~1.3.2",
|
|
202
202
|
"eslint-plugin-storybook": "~0.6.15",
|
|
203
203
|
"eslint-plugin-testing-library": "~5.11.1",
|
|
204
|
-
"eslint-plugin-wdio": "~8.
|
|
204
|
+
"eslint-plugin-wdio": "~8.24.12",
|
|
205
205
|
"execa": "~7.2.0",
|
|
206
206
|
"express": "~4.18.2",
|
|
207
207
|
"express-static-gzip": "~2.1.7",
|
|
208
|
-
"fast-glob": "~3.3.
|
|
208
|
+
"fast-glob": "~3.3.2",
|
|
209
209
|
"favicons": "~7.1.4",
|
|
210
210
|
"favicons-webpack-plugin": "~6.0.1",
|
|
211
211
|
"find-up": "~6.3.0",
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
"happy-dom": "~12.10.3",
|
|
214
214
|
"helmet-csp": "~3.4.0",
|
|
215
215
|
"html-loader": "~4.2.0",
|
|
216
|
-
"html-webpack-plugin": "~5.
|
|
216
|
+
"html-webpack-plugin": "~5.6.0",
|
|
217
217
|
"http-server": "~14.1.1",
|
|
218
218
|
"husky": "~8.0.3",
|
|
219
219
|
"husky-init": "~8.0.0",
|
|
@@ -238,13 +238,13 @@
|
|
|
238
238
|
"node-plop": "~0.32.0",
|
|
239
239
|
"nodemon": "~2.0.22",
|
|
240
240
|
"normalize-path": "~3.0.0",
|
|
241
|
-
"npm-check-updates": "16.14.
|
|
241
|
+
"npm-check-updates": "16.14.12",
|
|
242
242
|
"npm-run-all": "~4.1.5",
|
|
243
|
-
"pino": "~8.
|
|
244
|
-
"pino-http": "~8.
|
|
245
|
-
"pino-pretty": "~10.
|
|
243
|
+
"pino": "~8.17.1",
|
|
244
|
+
"pino-http": "~8.6.0",
|
|
245
|
+
"pino-pretty": "~10.3.0",
|
|
246
246
|
"plop": "~3.1.2",
|
|
247
|
-
"postcss": "~8.4.
|
|
247
|
+
"postcss": "~8.4.32",
|
|
248
248
|
"postcss-html": "~1.5.0",
|
|
249
249
|
"postcss-jsx": "~0.36.4",
|
|
250
250
|
"postcss-loader": "~7.3.3",
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
"react-test-renderer": "~18.2.0",
|
|
262
262
|
"resize-observer-polyfill": "~1.5.1",
|
|
263
263
|
"resolve-typescript-plugin": "~2.0.1",
|
|
264
|
-
"rimraf": "5.0.
|
|
264
|
+
"rimraf": "5.0.5",
|
|
265
265
|
"semantic-release": "~21.1.2",
|
|
266
266
|
"slackify-markdown": "~4.4.0",
|
|
267
267
|
"speed-measure-webpack-plugin": "~1.5.0",
|
|
@@ -274,30 +274,30 @@
|
|
|
274
274
|
"supertest": "~6.3.3",
|
|
275
275
|
"swc-loader": "~0.2.3",
|
|
276
276
|
"tsconfig-paths-webpack-plugin": "~3.5.2",
|
|
277
|
-
"ts-node": "~10.9.
|
|
277
|
+
"ts-node": "~10.9.2",
|
|
278
278
|
"tsc-alias": "~1.8.8",
|
|
279
279
|
"tsx": "~3.13.0",
|
|
280
|
-
"typedoc": "~0.25.
|
|
281
|
-
"typescript": "~5.
|
|
280
|
+
"typedoc": "~0.25.4",
|
|
281
|
+
"typescript": "~5.3.3",
|
|
282
282
|
"update-notifier": "~6.0.2",
|
|
283
283
|
"url-loader": "~4.1.1",
|
|
284
284
|
"uuid": "~9.0.1",
|
|
285
|
-
"vite": "~4.5.
|
|
286
|
-
"vite-tsconfig-paths": "~4.2.
|
|
287
|
-
"vitest": "
|
|
285
|
+
"vite": "~4.5.1",
|
|
286
|
+
"vite-tsconfig-paths": "~4.2.2",
|
|
287
|
+
"vitest": "1.0.0-beta.3",
|
|
288
288
|
"webpack": "~5.89.0",
|
|
289
|
-
"webpack-bundle-analyzer": "~4.
|
|
289
|
+
"webpack-bundle-analyzer": "~4.10.1",
|
|
290
290
|
"webpack-cli": "~5.1.4",
|
|
291
291
|
"webpack-dev-server": "~4.15.1",
|
|
292
292
|
"webpack-manifest-plugin": "~5.0.0",
|
|
293
293
|
"webpack-merge": "~5.10.0",
|
|
294
|
-
"whatwg-fetch": "~3.6.
|
|
294
|
+
"whatwg-fetch": "~3.6.20",
|
|
295
295
|
"workbox-webpack-plugin": "~6.6.0",
|
|
296
|
-
"ws": "~8.
|
|
296
|
+
"ws": "~8.15.1",
|
|
297
297
|
"yargs": "~17.7.2"
|
|
298
298
|
},
|
|
299
299
|
"devDependencies": {
|
|
300
|
-
"@elliemae/pui-doc-gen": "~1.
|
|
300
|
+
"@elliemae/pui-doc-gen": "~1.9.0",
|
|
301
301
|
"react": "~18.2.0",
|
|
302
302
|
"react-dom": "~18.2.0",
|
|
303
303
|
"redux": "~4.2.1",
|