@elliemae/pui-cli 8.19.0 → 8.21.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 +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.21.0",
|
|
4
4
|
"description": "ICE MT UI Platform CLI",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"@babel/preset-react": "~7.22.15",
|
|
94
94
|
"@babel/preset-typescript": "~7.23.0",
|
|
95
95
|
"@babel/runtime": "~7.23.1",
|
|
96
|
-
"@commitlint/cli": "~17.7.
|
|
96
|
+
"@commitlint/cli": "~17.7.2",
|
|
97
97
|
"@commitlint/config-conventional": "~17.7.0",
|
|
98
98
|
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.8.0",
|
|
99
99
|
"@faker-js/faker": "~7.6.0",
|
|
@@ -118,7 +118,7 @@
|
|
|
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.91",
|
|
122
122
|
"@swc/jest": "~0.2.29",
|
|
123
123
|
"@testing-library/jest-dom": "~5.17.0",
|
|
124
124
|
"@testing-library/react": "~14.0.0",
|
|
@@ -131,13 +131,13 @@
|
|
|
131
131
|
"@types/ip": "~1.1.1",
|
|
132
132
|
"@types/jest": "~29.5.5",
|
|
133
133
|
"@types/jest-axe": "~3.5.6",
|
|
134
|
-
"@types/moment-locales-webpack-plugin": "~1.2.
|
|
135
|
-
"@types/node": "~18.18.
|
|
134
|
+
"@types/moment-locales-webpack-plugin": "~1.2.4",
|
|
135
|
+
"@types/node": "~18.18.3",
|
|
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.14",
|
|
141
141
|
"@types/testing-library__jest-dom": "~5.14.9",
|
|
142
142
|
"@types/uuid": "~9.0.4",
|
|
143
143
|
"@types/webpack-bundle-analyzer": "~4.6.1",
|
|
@@ -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.
|
|
161
|
+
"browserslist": "~4.22.1",
|
|
162
162
|
"browserslist-to-esbuild": "~1.2.0",
|
|
163
163
|
"chalk": "~5.3.0",
|
|
164
164
|
"circular-dependency-plugin": "~5.2.2",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"dotenv-webpack": "~8.0.1",
|
|
176
176
|
"duplicate-package-checker-webpack-plugin": "~3.0.0",
|
|
177
177
|
"enhanced-resolve": "5.15.0",
|
|
178
|
-
"esbuild": "~0.19.
|
|
178
|
+
"esbuild": "~0.19.4",
|
|
179
179
|
"esbuild-loader": "~3.2.0",
|
|
180
180
|
"esbuild-plugin-svgr": "~1.1.0",
|
|
181
181
|
"eslint": "~8.50.0",
|
|
@@ -190,7 +190,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.4.
|
|
193
|
+
"eslint-plugin-jest": "~27.4.2",
|
|
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",
|
|
@@ -232,18 +232,18 @@
|
|
|
232
232
|
"minimist": "~1.2.8",
|
|
233
233
|
"moment": "~2.29.4",
|
|
234
234
|
"moment-locales-webpack-plugin": "~1.2.0",
|
|
235
|
-
"msw": "~1.3.
|
|
235
|
+
"msw": "~1.3.2",
|
|
236
236
|
"node-gyp": "~9.4.0",
|
|
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.5",
|
|
241
241
|
"npm-run-all": "~4.1.5",
|
|
242
|
-
"pino": "~8.15.
|
|
242
|
+
"pino": "~8.15.5",
|
|
243
243
|
"pino-http": "~8.5.0",
|
|
244
|
-
"pino-pretty": "~10.2.
|
|
244
|
+
"pino-pretty": "~10.2.3",
|
|
245
245
|
"plop": "~3.1.2",
|
|
246
|
-
"postcss": "~8.4.
|
|
246
|
+
"postcss": "~8.4.31",
|
|
247
247
|
"postcss-html": "~1.5.0",
|
|
248
248
|
"postcss-jsx": "~0.36.4",
|
|
249
249
|
"postcss-loader": "~7.3.3",
|
|
@@ -281,9 +281,9 @@
|
|
|
281
281
|
"update-notifier": "~6.0.2",
|
|
282
282
|
"url-loader": "~4.1.1",
|
|
283
283
|
"uuid": "~9.0.1",
|
|
284
|
-
"vite": "~4.4.
|
|
284
|
+
"vite": "~4.4.10",
|
|
285
285
|
"vite-tsconfig-paths": "~4.2.1",
|
|
286
|
-
"vitest": "~0.34.
|
|
286
|
+
"vitest": "~0.34.6",
|
|
287
287
|
"webpack": "~5.88.2",
|
|
288
288
|
"webpack-bundle-analyzer": "~4.9.1",
|
|
289
289
|
"webpack-cli": "~5.1.4",
|