@elliemae/pui-cli 8.44.0 → 8.45.1
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/cjs/index.js +3 -3
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +34 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.45.1",
|
|
4
4
|
"description": "ICE MT UI Platform CLI",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/cjs/index.cjs",
|
|
@@ -34,9 +34,6 @@
|
|
|
34
34
|
"./app.tsconfig.json",
|
|
35
35
|
"./library.tsconfig.json"
|
|
36
36
|
],
|
|
37
|
-
"publishConfig": {
|
|
38
|
-
"access": "public"
|
|
39
|
-
},
|
|
40
37
|
"repository": {
|
|
41
38
|
"type": "git",
|
|
42
39
|
"url": "https://git.elliemae.io/platform-ui/pui-cli.git"
|
|
@@ -45,6 +42,9 @@
|
|
|
45
42
|
"pnpm": ">=8",
|
|
46
43
|
"node": ">=20"
|
|
47
44
|
},
|
|
45
|
+
"publishConfig": {
|
|
46
|
+
"access": "public"
|
|
47
|
+
},
|
|
48
48
|
"author": "ICE MT",
|
|
49
49
|
"license": "MIT",
|
|
50
50
|
"scripts": {
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
76
|
"@axe-core/react": "~4.10.1",
|
|
77
|
-
"@babel/cli": "~7.
|
|
77
|
+
"@babel/cli": "~7.26.4",
|
|
78
78
|
"@babel/core": "~7.26.0",
|
|
79
79
|
"@babel/eslint-parser": "~7.25.9",
|
|
80
80
|
"@babel/node": "~7.26.0",
|
|
@@ -82,13 +82,13 @@
|
|
|
82
82
|
"@babel/plugin-proposal-export-default-from": "~7.25.9",
|
|
83
83
|
"@babel/plugin-syntax-dynamic-import": "~7.8.3",
|
|
84
84
|
"@babel/plugin-syntax-import-assertions": "~7.26.0",
|
|
85
|
-
"@babel/plugin-transform-modules-commonjs": "~7.
|
|
85
|
+
"@babel/plugin-transform-modules-commonjs": "~7.26.3",
|
|
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
89
|
"@babel/plugin-transform-runtime": "~7.25.9",
|
|
90
90
|
"@babel/preset-env": "~7.26.0",
|
|
91
|
-
"@babel/preset-react": "~7.
|
|
91
|
+
"@babel/preset-react": "~7.26.3",
|
|
92
92
|
"@babel/preset-typescript": "~7.26.0",
|
|
93
93
|
"@babel/runtime": "~7.26.0",
|
|
94
94
|
"@commitlint/cli": "~17.8.1",
|
|
@@ -115,8 +115,8 @@
|
|
|
115
115
|
"@storybook/theming": "~6.5.16",
|
|
116
116
|
"@stylelint/postcss-css-in-js": "~0.38.0",
|
|
117
117
|
"@svgr/webpack": "~7.0.0",
|
|
118
|
-
"@swc/cli": "~0.
|
|
119
|
-
"@swc/core": "~1.
|
|
118
|
+
"@swc/cli": "~0.6.0",
|
|
119
|
+
"@swc/core": "~1.10.7",
|
|
120
120
|
"@swc/jest": "~0.2.37",
|
|
121
121
|
"@testing-library/jest-dom": "~5.17.0",
|
|
122
122
|
"@testing-library/react": "~14.3.1",
|
|
@@ -126,11 +126,12 @@
|
|
|
126
126
|
"@types/compression": "~1.7.5",
|
|
127
127
|
"@types/cors": "~2.8.17",
|
|
128
128
|
"@types/duplicate-package-checker-webpack-plugin": "~2.1.5",
|
|
129
|
+
"@types/express-serve-static-core": "~4.19.6",
|
|
129
130
|
"@types/ip": "~1.1.3",
|
|
130
131
|
"@types/jest": "~29.5.14",
|
|
131
132
|
"@types/jest-axe": "~3.5.9",
|
|
132
133
|
"@types/moment-locales-webpack-plugin": "~1.2.6",
|
|
133
|
-
"@types/node": "~18.19.
|
|
134
|
+
"@types/node": "~18.19.70",
|
|
134
135
|
"@types/normalize-path": "~3.0.2",
|
|
135
136
|
"@types/postcss-preset-env": "~7.7.0",
|
|
136
137
|
"@types/rimraf": "~3.0.2",
|
|
@@ -157,9 +158,9 @@
|
|
|
157
158
|
"babel-plugin-transform-remove-console": "~6.9.4",
|
|
158
159
|
"babel-plugin-transform-strip-block": "~0.0.5",
|
|
159
160
|
"body-parser": "~1.20.3",
|
|
160
|
-
"browserslist": "~4.24.
|
|
161
|
+
"browserslist": "~4.24.4",
|
|
161
162
|
"browserslist-to-esbuild": "~1.2.0",
|
|
162
|
-
"chalk": "~5.
|
|
163
|
+
"chalk": "~5.4.1",
|
|
163
164
|
"cheerio": "~1.0.0",
|
|
164
165
|
"circular-dependency-plugin": "~5.2.2",
|
|
165
166
|
"compression": "~1.7.5",
|
|
@@ -171,11 +172,11 @@
|
|
|
171
172
|
"css-minimizer-webpack-plugin": "~5.0.1",
|
|
172
173
|
"depcheck": "~1.4.7",
|
|
173
174
|
"docdash": "~2.0.2",
|
|
174
|
-
"dotenv": "~16.4.
|
|
175
|
+
"dotenv": "~16.4.7",
|
|
175
176
|
"dotenv-webpack": "~8.1.0",
|
|
176
177
|
"duplicate-package-checker-webpack-plugin": "~3.0.0",
|
|
177
|
-
"enhanced-resolve": "~5.
|
|
178
|
-
"esbuild": "~0.24.
|
|
178
|
+
"enhanced-resolve": "~5.18.0",
|
|
179
|
+
"esbuild": "~0.24.2",
|
|
179
180
|
"esbuild-loader": "~3.2.0",
|
|
180
181
|
"esbuild-plugin-svgr": "~1.1.0",
|
|
181
182
|
"eslint": "~8.57.1",
|
|
@@ -185,8 +186,8 @@
|
|
|
185
186
|
"eslint-config-prettier": "~8.10.0",
|
|
186
187
|
"eslint-config-react-app": "~7.0.1",
|
|
187
188
|
"eslint-import-resolver-babel-module": "~5.3.2",
|
|
188
|
-
"eslint-import-resolver-typescript": "~3.
|
|
189
|
-
"eslint-import-resolver-webpack": "~0.13.
|
|
189
|
+
"eslint-import-resolver-typescript": "~3.7.0",
|
|
190
|
+
"eslint-import-resolver-webpack": "~0.13.10",
|
|
190
191
|
"eslint-plugin-compat": "~4.2.0",
|
|
191
192
|
"eslint-plugin-eslint-comments": "~3.2.0",
|
|
192
193
|
"eslint-plugin-import": "~2.31.0",
|
|
@@ -195,16 +196,16 @@
|
|
|
195
196
|
"eslint-plugin-jsx-a11y": "~6.10.2",
|
|
196
197
|
"eslint-plugin-mdx": "~2.3.4",
|
|
197
198
|
"eslint-plugin-prettier": "~4.2.1",
|
|
198
|
-
"eslint-plugin-react": "~7.37.
|
|
199
|
+
"eslint-plugin-react": "~7.37.3",
|
|
199
200
|
"eslint-plugin-react-hooks": "~4.6.2",
|
|
200
201
|
"eslint-plugin-redux-saga": "~1.3.2",
|
|
201
|
-
"eslint-plugin-storybook": "~0.11.
|
|
202
|
+
"eslint-plugin-storybook": "~0.11.2",
|
|
202
203
|
"eslint-plugin-testing-library": "~5.11.1",
|
|
203
204
|
"eslint-plugin-wdio": "~8.37.0",
|
|
204
205
|
"execa": "~7.2.0",
|
|
205
|
-
"express": "~4.21.
|
|
206
|
+
"express": "~4.21.2",
|
|
206
207
|
"express-static-gzip": "~2.2.0",
|
|
207
|
-
"fast-glob": "~3.3.
|
|
208
|
+
"fast-glob": "~3.3.3",
|
|
208
209
|
"favicons": "~7.2.0",
|
|
209
210
|
"favicons-webpack-plugin": "~6.0.1",
|
|
210
211
|
"find-up": "~6.3.0",
|
|
@@ -237,7 +238,7 @@
|
|
|
237
238
|
"node-plop": "~0.32.0",
|
|
238
239
|
"nodemon": "~2.0.22",
|
|
239
240
|
"normalize-path": "~3.0.0",
|
|
240
|
-
"npm-check-updates": "~17.1.
|
|
241
|
+
"npm-check-updates": "~17.1.13",
|
|
241
242
|
"npm-run-all": "~4.1.5",
|
|
242
243
|
"pino": "~8.21.0",
|
|
243
244
|
"pino-http": "~8.6.1",
|
|
@@ -256,11 +257,11 @@
|
|
|
256
257
|
"pug-loader": "~2.4.0",
|
|
257
258
|
"raf": "~3.4.1",
|
|
258
259
|
"react-docgen": "~5.4.3",
|
|
259
|
-
"react-refresh": "~0.
|
|
260
|
+
"react-refresh": "~0.16.0",
|
|
260
261
|
"react-test-renderer": "~18.3.1",
|
|
261
262
|
"resize-observer-polyfill": "~1.5.1",
|
|
262
263
|
"resolve-typescript-plugin": "~2.0.1",
|
|
263
|
-
"rimraf": "5.0.
|
|
264
|
+
"rimraf": "5.0.10",
|
|
264
265
|
"semantic-release": "~21.1.2",
|
|
265
266
|
"slackify-markdown": "~4.4.0",
|
|
266
267
|
"speed-measure-webpack-plugin": "~1.5.0",
|
|
@@ -276,18 +277,18 @@
|
|
|
276
277
|
"tsc-alias": "~1.8.10",
|
|
277
278
|
"tsconfig-paths-webpack-plugin": "~3.5.2",
|
|
278
279
|
"tsx": "~3.14.0",
|
|
279
|
-
"typedoc": "~0.27.
|
|
280
|
-
"typescript": "~5.7.
|
|
280
|
+
"typedoc": "~0.27.6",
|
|
281
|
+
"typescript": "~5.7.3",
|
|
281
282
|
"update-notifier": "~6.0.2",
|
|
282
283
|
"url-loader": "~4.1.1",
|
|
283
284
|
"uuid": "~9.0.1",
|
|
284
285
|
"vite": "~5.4.11",
|
|
285
286
|
"vite-tsconfig-paths": "~4.3.2",
|
|
286
287
|
"vitest": "~1.6.0",
|
|
287
|
-
"webpack": "~5.
|
|
288
|
+
"webpack": "~5.97.1",
|
|
288
289
|
"webpack-bundle-analyzer": "~4.10.2",
|
|
289
290
|
"webpack-cli": "~5.1.4",
|
|
290
|
-
"webpack-dev-server": "~5.
|
|
291
|
+
"webpack-dev-server": "~5.2.0",
|
|
291
292
|
"webpack-manifest-plugin": "~5.0.0",
|
|
292
293
|
"webpack-merge": "~5.10.0",
|
|
293
294
|
"whatwg-fetch": "~3.6.20",
|
|
@@ -303,5 +304,10 @@
|
|
|
303
304
|
"redux-saga": "~1.3.0",
|
|
304
305
|
"styled-components": "~5.3.11"
|
|
305
306
|
},
|
|
307
|
+
"pnpm": {
|
|
308
|
+
"overrides": {
|
|
309
|
+
"@types/express-serve-static-core": "~4.19.6"
|
|
310
|
+
}
|
|
311
|
+
},
|
|
306
312
|
"type": "module"
|
|
307
313
|
}
|