@elliemae/pui-cli 8.17.3 → 8.19.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 +33 -33
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.19.0",
|
|
4
4
|
"description": "ICE MT UI Platform CLI",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -76,23 +76,23 @@
|
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
78
|
"@axe-core/react": "~4.7.3",
|
|
79
|
-
"@babel/cli": "~7.
|
|
80
|
-
"@babel/core": "~7.
|
|
79
|
+
"@babel/cli": "~7.23.0",
|
|
80
|
+
"@babel/core": "~7.23.0",
|
|
81
81
|
"@babel/eslint-parser": "~7.22.15",
|
|
82
82
|
"@babel/node": "~7.22.19",
|
|
83
83
|
"@babel/plugin-proposal-class-properties": "~7.18.6",
|
|
84
84
|
"@babel/plugin-proposal-export-default-from": "~7.22.17",
|
|
85
85
|
"@babel/plugin-syntax-dynamic-import": "~7.8.3",
|
|
86
86
|
"@babel/plugin-syntax-import-assertions": "~7.22.5",
|
|
87
|
-
"@babel/plugin-transform-modules-commonjs": "~7.
|
|
87
|
+
"@babel/plugin-transform-modules-commonjs": "~7.23.0",
|
|
88
88
|
"@babel/plugin-transform-react-constant-elements": "~7.22.5",
|
|
89
89
|
"@babel/plugin-transform-react-inline-elements": "~7.22.5",
|
|
90
90
|
"@babel/plugin-transform-react-jsx-source": "~7.22.5",
|
|
91
91
|
"@babel/plugin-transform-runtime": "~7.22.15",
|
|
92
|
-
"@babel/preset-env": "~7.22.
|
|
92
|
+
"@babel/preset-env": "~7.22.20",
|
|
93
93
|
"@babel/preset-react": "~7.22.15",
|
|
94
|
-
"@babel/preset-typescript": "~7.
|
|
95
|
-
"@babel/runtime": "~7.
|
|
94
|
+
"@babel/preset-typescript": "~7.23.0",
|
|
95
|
+
"@babel/runtime": "~7.23.1",
|
|
96
96
|
"@commitlint/cli": "~17.7.1",
|
|
97
97
|
"@commitlint/config-conventional": "~17.7.0",
|
|
98
98
|
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.8.0",
|
|
@@ -118,35 +118,35 @@
|
|
|
118
118
|
"@stylelint/postcss-css-in-js": "~0.38.0",
|
|
119
119
|
"@svgr/webpack": "~7.0.0",
|
|
120
120
|
"@swc/cli": "~0.1.62",
|
|
121
|
-
"@swc/core": "~1.3.
|
|
121
|
+
"@swc/core": "~1.3.89",
|
|
122
122
|
"@swc/jest": "~0.2.29",
|
|
123
123
|
"@testing-library/jest-dom": "~5.17.0",
|
|
124
124
|
"@testing-library/react": "~14.0.0",
|
|
125
125
|
"@testing-library/react-hooks": "~8.0.1",
|
|
126
|
-
"@testing-library/user-event": "~14.5.
|
|
126
|
+
"@testing-library/user-event": "~14.5.1",
|
|
127
127
|
"@types/circular-dependency-plugin": "~5.0.6",
|
|
128
128
|
"@types/compression": "~1.7.3",
|
|
129
129
|
"@types/cors": "~2.8.14",
|
|
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.
|
|
130
|
+
"@types/duplicate-package-checker-webpack-plugin": "~2.1.3",
|
|
131
|
+
"@types/ip": "~1.1.1",
|
|
132
|
+
"@types/jest": "~29.5.5",
|
|
133
|
+
"@types/jest-axe": "~3.5.6",
|
|
134
134
|
"@types/moment-locales-webpack-plugin": "~1.2.3",
|
|
135
|
-
"@types/node": "~18.
|
|
135
|
+
"@types/node": "~18.18.0",
|
|
136
136
|
"@types/normalize-path": "~3.0.0",
|
|
137
137
|
"@types/postcss-preset-env": "~7.7.0",
|
|
138
138
|
"@types/rimraf": "~3.0.2",
|
|
139
139
|
"@types/speed-measure-webpack-plugin": "~1.3.4",
|
|
140
|
-
"@types/supertest": "~2.0.
|
|
140
|
+
"@types/supertest": "~2.0.13",
|
|
141
141
|
"@types/testing-library__jest-dom": "~5.14.9",
|
|
142
142
|
"@types/uuid": "~9.0.4",
|
|
143
|
-
"@types/webpack-bundle-analyzer": "~4.6.
|
|
143
|
+
"@types/webpack-bundle-analyzer": "~4.6.1",
|
|
144
144
|
"@typescript-eslint/eslint-plugin": "~5.62.0",
|
|
145
145
|
"@typescript-eslint/parser": "~5.62.0",
|
|
146
|
-
"@vitejs/plugin-react": "~4.0
|
|
146
|
+
"@vitejs/plugin-react": "~4.1.0",
|
|
147
147
|
"@vitest/coverage-c8": "~0.33.0",
|
|
148
|
-
"autoprefixer": "~10.4.
|
|
149
|
-
"axe-core": "~4.8.
|
|
148
|
+
"autoprefixer": "~10.4.16",
|
|
149
|
+
"axe-core": "~4.8.2",
|
|
150
150
|
"babel-plugin-date-fns": "~2.0.0",
|
|
151
151
|
"babel-plugin-dynamic-import-node": "~2.3.3",
|
|
152
152
|
"babel-plugin-import-remove-resource-query": "~1.0.0",
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"babel-plugin-transform-remove-console": "~6.9.4",
|
|
159
159
|
"babel-plugin-transform-strip-block": "~0.0.5",
|
|
160
160
|
"body-parser": "~1.20.2",
|
|
161
|
-
"browserslist": "~4.21.
|
|
161
|
+
"browserslist": "~4.21.11",
|
|
162
162
|
"browserslist-to-esbuild": "~1.2.0",
|
|
163
163
|
"chalk": "~5.3.0",
|
|
164
164
|
"circular-dependency-plugin": "~5.2.2",
|
|
@@ -178,19 +178,19 @@
|
|
|
178
178
|
"esbuild": "~0.19.3",
|
|
179
179
|
"esbuild-loader": "~3.2.0",
|
|
180
180
|
"esbuild-plugin-svgr": "~1.1.0",
|
|
181
|
-
"eslint": "~8.
|
|
181
|
+
"eslint": "~8.50.0",
|
|
182
182
|
"eslint-config-airbnb": "~19.0.4",
|
|
183
183
|
"eslint-config-airbnb-base": "~15.0.0",
|
|
184
184
|
"eslint-config-airbnb-typescript": "~17.1.0",
|
|
185
185
|
"eslint-config-prettier": "~8.10.0",
|
|
186
186
|
"eslint-config-react-app": "~7.0.1",
|
|
187
187
|
"eslint-import-resolver-babel-module": "~5.3.2",
|
|
188
|
-
"eslint-import-resolver-typescript": "~3.6.
|
|
188
|
+
"eslint-import-resolver-typescript": "~3.6.1",
|
|
189
189
|
"eslint-import-resolver-webpack": "~0.13.7",
|
|
190
190
|
"eslint-plugin-compat": "~4.2.0",
|
|
191
191
|
"eslint-plugin-eslint-comments": "~3.2.0",
|
|
192
192
|
"eslint-plugin-import": "~2.28.1",
|
|
193
|
-
"eslint-plugin-jest": "~27.
|
|
193
|
+
"eslint-plugin-jest": "~27.4.0",
|
|
194
194
|
"eslint-plugin-jsdoc": "~43.2.0",
|
|
195
195
|
"eslint-plugin-jsx-a11y": "~6.7.1",
|
|
196
196
|
"eslint-plugin-mdx": "~2.2.0",
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
"eslint-plugin-react": "~7.33.2",
|
|
199
199
|
"eslint-plugin-react-hooks": "~4.6.0",
|
|
200
200
|
"eslint-plugin-redux-saga": "~1.3.2",
|
|
201
|
-
"eslint-plugin-storybook": "~0.6.
|
|
201
|
+
"eslint-plugin-storybook": "~0.6.14",
|
|
202
202
|
"eslint-plugin-testing-library": "~5.11.1",
|
|
203
203
|
"eslint-plugin-wdio": "~8.8.7",
|
|
204
204
|
"execa": "~7.2.0",
|
|
@@ -237,18 +237,18 @@
|
|
|
237
237
|
"node-plop": "~0.32.0",
|
|
238
238
|
"nodemon": "~2.0.22",
|
|
239
239
|
"normalize-path": "~3.0.0",
|
|
240
|
-
"npm-check-updates": "16.14.
|
|
240
|
+
"npm-check-updates": "16.14.4",
|
|
241
241
|
"npm-run-all": "~4.1.5",
|
|
242
242
|
"pino": "~8.15.1",
|
|
243
243
|
"pino-http": "~8.5.0",
|
|
244
244
|
"pino-pretty": "~10.2.0",
|
|
245
245
|
"plop": "~3.1.2",
|
|
246
|
-
"postcss": "~8.4.
|
|
246
|
+
"postcss": "~8.4.30",
|
|
247
247
|
"postcss-html": "~1.5.0",
|
|
248
248
|
"postcss-jsx": "~0.36.4",
|
|
249
249
|
"postcss-loader": "~7.3.3",
|
|
250
250
|
"postcss-markdown": "~1.2.0",
|
|
251
|
-
"postcss-preset-env": "9.1.
|
|
251
|
+
"postcss-preset-env": "9.1.4",
|
|
252
252
|
"postcss-syntax": "~0.36.2",
|
|
253
253
|
"prettier": "~2.8.8",
|
|
254
254
|
"prisma": "~4.16.2",
|
|
@@ -260,8 +260,8 @@
|
|
|
260
260
|
"react-test-renderer": "~18.2.0",
|
|
261
261
|
"resize-observer-polyfill": "~1.5.1",
|
|
262
262
|
"resolve-typescript-plugin": "~2.0.1",
|
|
263
|
-
"rimraf": "
|
|
264
|
-
"semantic-release": "~21.1.
|
|
263
|
+
"rimraf": "5.0.1",
|
|
264
|
+
"semantic-release": "~21.1.2",
|
|
265
265
|
"slackify-markdown": "~4.4.0",
|
|
266
266
|
"speed-measure-webpack-plugin": "~1.5.0",
|
|
267
267
|
"storybook-addon-turbo-build": "~1.1.0",
|
|
@@ -274,8 +274,8 @@
|
|
|
274
274
|
"swc-loader": "~0.2.3",
|
|
275
275
|
"tsconfig-paths-webpack-plugin": "~3.5.2",
|
|
276
276
|
"ts-node": "~10.9.1",
|
|
277
|
-
"tsc-alias": "~1.8.
|
|
278
|
-
"tsx": "~3.
|
|
277
|
+
"tsc-alias": "~1.8.8",
|
|
278
|
+
"tsx": "~3.13.0",
|
|
279
279
|
"typedoc": "~0.25.1",
|
|
280
280
|
"typescript": "~5.2.2",
|
|
281
281
|
"update-notifier": "~6.0.2",
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
"uuid": "~9.0.1",
|
|
284
284
|
"vite": "~4.4.9",
|
|
285
285
|
"vite-tsconfig-paths": "~4.2.1",
|
|
286
|
-
"vitest": "~0.34.
|
|
286
|
+
"vitest": "~0.34.5",
|
|
287
287
|
"webpack": "~5.88.2",
|
|
288
288
|
"webpack-bundle-analyzer": "~4.9.1",
|
|
289
289
|
"webpack-cli": "~5.1.4",
|
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
"yargs": "~17.7.2"
|
|
296
296
|
},
|
|
297
297
|
"devDependencies": {
|
|
298
|
-
"@elliemae/pui-doc-gen": "~1.
|
|
298
|
+
"@elliemae/pui-doc-gen": "~1.8.0",
|
|
299
299
|
"react": "~18.2.0",
|
|
300
300
|
"react-dom": "~18.2.0",
|
|
301
301
|
"redux": "~4.2.1",
|