@elliemae/pui-cli 8.38.1 → 8.39.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 +34 -34
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.39.0",
|
|
4
4
|
"description": "ICE MT UI Platform CLI",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/cjs/index.cjs",
|
|
@@ -74,23 +74,23 @@
|
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
76
|
"@axe-core/react": "~4.10.0",
|
|
77
|
-
"@babel/cli": "~7.25.
|
|
78
|
-
"@babel/core": "~7.25.
|
|
79
|
-
"@babel/eslint-parser": "~7.25.
|
|
80
|
-
"@babel/node": "~7.25.
|
|
77
|
+
"@babel/cli": "~7.25.7",
|
|
78
|
+
"@babel/core": "~7.25.7",
|
|
79
|
+
"@babel/eslint-parser": "~7.25.7",
|
|
80
|
+
"@babel/node": "~7.25.7",
|
|
81
81
|
"@babel/plugin-proposal-class-properties": "~7.18.6",
|
|
82
|
-
"@babel/plugin-proposal-export-default-from": "~7.
|
|
82
|
+
"@babel/plugin-proposal-export-default-from": "~7.25.7",
|
|
83
83
|
"@babel/plugin-syntax-dynamic-import": "~7.8.3",
|
|
84
|
-
"@babel/plugin-syntax-import-assertions": "~7.25.
|
|
85
|
-
"@babel/plugin-transform-modules-commonjs": "~7.
|
|
86
|
-
"@babel/plugin-transform-react-constant-elements": "~7.25.
|
|
87
|
-
"@babel/plugin-transform-react-inline-elements": "~7.
|
|
88
|
-
"@babel/plugin-transform-react-jsx-source": "~7.
|
|
89
|
-
"@babel/plugin-transform-runtime": "~7.25.
|
|
90
|
-
"@babel/preset-env": "~7.25.
|
|
91
|
-
"@babel/preset-react": "~7.
|
|
92
|
-
"@babel/preset-typescript": "~7.
|
|
93
|
-
"@babel/runtime": "~7.25.
|
|
84
|
+
"@babel/plugin-syntax-import-assertions": "~7.25.7",
|
|
85
|
+
"@babel/plugin-transform-modules-commonjs": "~7.25.7",
|
|
86
|
+
"@babel/plugin-transform-react-constant-elements": "~7.25.7",
|
|
87
|
+
"@babel/plugin-transform-react-inline-elements": "~7.25.7",
|
|
88
|
+
"@babel/plugin-transform-react-jsx-source": "~7.25.7",
|
|
89
|
+
"@babel/plugin-transform-runtime": "~7.25.7",
|
|
90
|
+
"@babel/preset-env": "~7.25.7",
|
|
91
|
+
"@babel/preset-react": "~7.25.7",
|
|
92
|
+
"@babel/preset-typescript": "~7.25.7",
|
|
93
|
+
"@babel/runtime": "~7.25.7",
|
|
94
94
|
"@commitlint/cli": "~17.8.1",
|
|
95
95
|
"@commitlint/config-conventional": "~17.8.1",
|
|
96
96
|
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.10.0",
|
|
@@ -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.4.0",
|
|
119
|
-
"@swc/core": "~1.7.
|
|
119
|
+
"@swc/core": "~1.7.28",
|
|
120
120
|
"@swc/jest": "~0.2.36",
|
|
121
121
|
"@testing-library/jest-dom": "~5.17.0",
|
|
122
122
|
"@testing-library/react": "~14.3.1",
|
|
@@ -127,10 +127,10 @@
|
|
|
127
127
|
"@types/cors": "~2.8.17",
|
|
128
128
|
"@types/duplicate-package-checker-webpack-plugin": "~2.1.5",
|
|
129
129
|
"@types/ip": "~1.1.3",
|
|
130
|
-
"@types/jest": "~29.5.
|
|
130
|
+
"@types/jest": "~29.5.13",
|
|
131
131
|
"@types/jest-axe": "~3.5.9",
|
|
132
132
|
"@types/moment-locales-webpack-plugin": "~1.2.6",
|
|
133
|
-
"@types/node": "~18.19.
|
|
133
|
+
"@types/node": "~18.19.54",
|
|
134
134
|
"@types/normalize-path": "~3.0.2",
|
|
135
135
|
"@types/postcss-preset-env": "~7.7.0",
|
|
136
136
|
"@types/rimraf": "~3.0.2",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"@types/webpack-bundle-analyzer": "~4.7.0",
|
|
142
142
|
"@typescript-eslint/eslint-plugin": "~5.62.0",
|
|
143
143
|
"@typescript-eslint/parser": "~5.62.0",
|
|
144
|
-
"@vitejs/plugin-react": "~4.3.
|
|
144
|
+
"@vitejs/plugin-react": "~4.3.2",
|
|
145
145
|
"@vitest/coverage-c8": "~0.33.0",
|
|
146
146
|
"@vitest/coverage-v8": "~0.34.6",
|
|
147
147
|
"autoprefixer": "~10.4.20",
|
|
@@ -156,8 +156,8 @@
|
|
|
156
156
|
"babel-plugin-transform-react-remove-prop-types": "~0.4.24",
|
|
157
157
|
"babel-plugin-transform-remove-console": "~6.9.4",
|
|
158
158
|
"babel-plugin-transform-strip-block": "~0.0.5",
|
|
159
|
-
"body-parser": "~1.20.
|
|
160
|
-
"browserslist": "~4.
|
|
159
|
+
"body-parser": "~1.20.3",
|
|
160
|
+
"browserslist": "~4.24.0",
|
|
161
161
|
"browserslist-to-esbuild": "~1.2.0",
|
|
162
162
|
"chalk": "~5.3.0",
|
|
163
163
|
"circular-dependency-plugin": "~5.2.2",
|
|
@@ -174,10 +174,10 @@
|
|
|
174
174
|
"dotenv-webpack": "~8.1.0",
|
|
175
175
|
"duplicate-package-checker-webpack-plugin": "~3.0.0",
|
|
176
176
|
"enhanced-resolve": "~5.17.1",
|
|
177
|
-
"esbuild": "~0.
|
|
177
|
+
"esbuild": "~0.24.0",
|
|
178
178
|
"esbuild-loader": "~3.2.0",
|
|
179
179
|
"esbuild-plugin-svgr": "~1.1.0",
|
|
180
|
-
"eslint": "~8.57.
|
|
180
|
+
"eslint": "~8.57.1",
|
|
181
181
|
"eslint-config-airbnb": "~19.0.4",
|
|
182
182
|
"eslint-config-airbnb-base": "~15.0.0",
|
|
183
183
|
"eslint-config-airbnb-typescript": "~17.1.0",
|
|
@@ -188,21 +188,21 @@
|
|
|
188
188
|
"eslint-import-resolver-webpack": "~0.13.9",
|
|
189
189
|
"eslint-plugin-compat": "~4.2.0",
|
|
190
190
|
"eslint-plugin-eslint-comments": "~3.2.0",
|
|
191
|
-
"eslint-plugin-import": "~2.
|
|
191
|
+
"eslint-plugin-import": "~2.31.0",
|
|
192
192
|
"eslint-plugin-jest": "~27.9.0",
|
|
193
193
|
"eslint-plugin-jsdoc": "~43.2.0",
|
|
194
194
|
"eslint-plugin-jsx-a11y": "~6.10.0",
|
|
195
195
|
"eslint-plugin-mdx": "~2.3.4",
|
|
196
196
|
"eslint-plugin-prettier": "~4.2.1",
|
|
197
|
-
"eslint-plugin-react": "~7.
|
|
197
|
+
"eslint-plugin-react": "~7.37.1",
|
|
198
198
|
"eslint-plugin-react-hooks": "~4.6.2",
|
|
199
199
|
"eslint-plugin-redux-saga": "~1.3.2",
|
|
200
|
-
"eslint-plugin-storybook": "~0.
|
|
200
|
+
"eslint-plugin-storybook": "~0.9.0",
|
|
201
201
|
"eslint-plugin-testing-library": "~5.11.1",
|
|
202
202
|
"eslint-plugin-wdio": "~8.37.0",
|
|
203
203
|
"execa": "~7.2.0",
|
|
204
|
-
"express": "~4.
|
|
205
|
-
"express-static-gzip": "~2.1.
|
|
204
|
+
"express": "~4.21.0",
|
|
205
|
+
"express-static-gzip": "~2.1.8",
|
|
206
206
|
"fast-glob": "~3.3.2",
|
|
207
207
|
"favicons": "~7.2.0",
|
|
208
208
|
"favicons-webpack-plugin": "~6.0.1",
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
"minimist": "~1.2.8",
|
|
232
232
|
"moment": "~2.30.1",
|
|
233
233
|
"moment-locales-webpack-plugin": "~1.2.0",
|
|
234
|
-
"msw": "~1.3.
|
|
234
|
+
"msw": "~1.3.4",
|
|
235
235
|
"node-gyp": "~9.4.1",
|
|
236
236
|
"node-plop": "~0.32.0",
|
|
237
237
|
"nodemon": "~2.0.22",
|
|
@@ -275,15 +275,15 @@
|
|
|
275
275
|
"ts-node": "~10.9.2",
|
|
276
276
|
"tsc-alias": "~1.8.10",
|
|
277
277
|
"tsx": "~3.14.0",
|
|
278
|
-
"typedoc": "~0.26.
|
|
279
|
-
"typescript": "~5.
|
|
278
|
+
"typedoc": "~0.26.8",
|
|
279
|
+
"typescript": "~5.6.2",
|
|
280
280
|
"update-notifier": "~6.0.2",
|
|
281
281
|
"url-loader": "~4.1.1",
|
|
282
282
|
"uuid": "~9.0.1",
|
|
283
|
-
"vite": "~5.4.
|
|
283
|
+
"vite": "~5.4.8",
|
|
284
284
|
"vite-tsconfig-paths": "~4.3.2",
|
|
285
285
|
"vitest": "~1.6.0",
|
|
286
|
-
"webpack": "~5.
|
|
286
|
+
"webpack": "~5.95.0",
|
|
287
287
|
"webpack-bundle-analyzer": "~4.10.2",
|
|
288
288
|
"webpack-cli": "~5.1.4",
|
|
289
289
|
"webpack-dev-server": "~4.15.2",
|