@elliemae/pui-cli 8.29.5 → 8.31.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/cjs/babel.config.cjs +1 -1
- package/dist/esm/babel.config.cjs +1 -1
- package/package.json +55 -55
|
@@ -10,7 +10,7 @@ const nodeEnvPreset = {
|
|
|
10
10
|
const webEnvPreset = {
|
|
11
11
|
modules: process.env.ES_MODULES === 'false' ? 'commonjs' : false,
|
|
12
12
|
useBuiltIns: 'usage',
|
|
13
|
-
corejs: { version: '3.
|
|
13
|
+
corejs: { version: '3.36', proposals: true },
|
|
14
14
|
};
|
|
15
15
|
|
|
16
16
|
const presetEnvOptions =
|
|
@@ -10,7 +10,7 @@ const nodeEnvPreset = {
|
|
|
10
10
|
const webEnvPreset = {
|
|
11
11
|
modules: process.env.ES_MODULES === 'false' ? 'commonjs' : false,
|
|
12
12
|
useBuiltIns: 'usage',
|
|
13
|
-
corejs: { version: '3.
|
|
13
|
+
corejs: { version: '3.36', proposals: true },
|
|
14
14
|
};
|
|
15
15
|
|
|
16
16
|
const presetEnvOptions =
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.31.0",
|
|
4
4
|
"description": "ICE MT UI Platform CLI",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/cjs/index.cjs",
|
|
@@ -74,27 +74,27 @@
|
|
|
74
74
|
"sonar56x": true
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@axe-core/react": "~4.8.
|
|
78
|
-
"@babel/cli": "~7.
|
|
79
|
-
"@babel/core": "~7.
|
|
80
|
-
"@babel/eslint-parser": "~7.
|
|
81
|
-
"@babel/node": "~7.
|
|
77
|
+
"@axe-core/react": "~4.8.5",
|
|
78
|
+
"@babel/cli": "~7.24.1",
|
|
79
|
+
"@babel/core": "~7.24.3",
|
|
80
|
+
"@babel/eslint-parser": "~7.24.1",
|
|
81
|
+
"@babel/node": "~7.23.9",
|
|
82
82
|
"@babel/plugin-proposal-class-properties": "~7.18.6",
|
|
83
|
-
"@babel/plugin-proposal-export-default-from": "~7.
|
|
83
|
+
"@babel/plugin-proposal-export-default-from": "~7.24.1",
|
|
84
84
|
"@babel/plugin-syntax-dynamic-import": "~7.8.3",
|
|
85
|
-
"@babel/plugin-syntax-import-assertions": "~7.
|
|
86
|
-
"@babel/plugin-transform-modules-commonjs": "~7.
|
|
87
|
-
"@babel/plugin-transform-react-constant-elements": "~7.
|
|
88
|
-
"@babel/plugin-transform-react-inline-elements": "~7.
|
|
89
|
-
"@babel/plugin-transform-react-jsx-source": "~7.
|
|
90
|
-
"@babel/plugin-transform-runtime": "~7.
|
|
91
|
-
"@babel/preset-env": "~7.
|
|
92
|
-
"@babel/preset-react": "~7.
|
|
93
|
-
"@babel/preset-typescript": "~7.
|
|
94
|
-
"@babel/runtime": "~7.
|
|
85
|
+
"@babel/plugin-syntax-import-assertions": "~7.24.1",
|
|
86
|
+
"@babel/plugin-transform-modules-commonjs": "~7.24.1",
|
|
87
|
+
"@babel/plugin-transform-react-constant-elements": "~7.24.1",
|
|
88
|
+
"@babel/plugin-transform-react-inline-elements": "~7.24.1",
|
|
89
|
+
"@babel/plugin-transform-react-jsx-source": "~7.24.1",
|
|
90
|
+
"@babel/plugin-transform-runtime": "~7.24.3",
|
|
91
|
+
"@babel/preset-env": "~7.24.3",
|
|
92
|
+
"@babel/preset-react": "~7.24.1",
|
|
93
|
+
"@babel/preset-typescript": "~7.24.1",
|
|
94
|
+
"@babel/runtime": "~7.24.1",
|
|
95
95
|
"@commitlint/cli": "~17.8.1",
|
|
96
96
|
"@commitlint/config-conventional": "~17.8.1",
|
|
97
|
-
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.
|
|
97
|
+
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.9.0",
|
|
98
98
|
"@faker-js/faker": "~7.6.0",
|
|
99
99
|
"@nrwl/cli": "~15.9.7",
|
|
100
100
|
"@nrwl/tao": "~15.9.7",
|
|
@@ -116,11 +116,11 @@
|
|
|
116
116
|
"@storybook/theming": "~6.5.16",
|
|
117
117
|
"@stylelint/postcss-css-in-js": "~0.38.0",
|
|
118
118
|
"@svgr/webpack": "~7.0.0",
|
|
119
|
-
"@swc/cli": "~0.
|
|
120
|
-
"@swc/core": "~1.
|
|
121
|
-
"@swc/jest": "~0.2.
|
|
119
|
+
"@swc/cli": "~0.3.10",
|
|
120
|
+
"@swc/core": "~1.4.8",
|
|
121
|
+
"@swc/jest": "~0.2.36",
|
|
122
122
|
"@testing-library/jest-dom": "~5.17.0",
|
|
123
|
-
"@testing-library/react": "~14.
|
|
123
|
+
"@testing-library/react": "~14.2.2",
|
|
124
124
|
"@testing-library/react-hooks": "~8.0.1",
|
|
125
125
|
"@testing-library/user-event": "~14.5.2",
|
|
126
126
|
"@types/circular-dependency-plugin": "~5.0.8",
|
|
@@ -128,25 +128,25 @@
|
|
|
128
128
|
"@types/cors": "~2.8.17",
|
|
129
129
|
"@types/duplicate-package-checker-webpack-plugin": "~2.1.5",
|
|
130
130
|
"@types/ip": "~1.1.3",
|
|
131
|
-
"@types/jest": "~29.5.
|
|
131
|
+
"@types/jest": "~29.5.12",
|
|
132
132
|
"@types/jest-axe": "~3.5.9",
|
|
133
133
|
"@types/moment-locales-webpack-plugin": "~1.2.6",
|
|
134
|
-
"@types/node": "~18.19.
|
|
134
|
+
"@types/node": "~18.19.26",
|
|
135
135
|
"@types/normalize-path": "~3.0.2",
|
|
136
136
|
"@types/postcss-preset-env": "~7.7.0",
|
|
137
137
|
"@types/rimraf": "~3.0.2",
|
|
138
138
|
"@types/speed-measure-webpack-plugin": "~1.3.6",
|
|
139
139
|
"@types/supertest": "~2.0.16",
|
|
140
140
|
"@types/testing-library__jest-dom": "~5.14.9",
|
|
141
|
-
"@types/uuid": "~9.0.
|
|
142
|
-
"@types/webpack-bundle-analyzer": "~4.
|
|
141
|
+
"@types/uuid": "~9.0.8",
|
|
142
|
+
"@types/webpack-bundle-analyzer": "~4.7.0",
|
|
143
143
|
"@typescript-eslint/eslint-plugin": "~5.62.0",
|
|
144
144
|
"@typescript-eslint/parser": "~5.62.0",
|
|
145
145
|
"@vitejs/plugin-react": "~4.2.1",
|
|
146
146
|
"@vitest/coverage-c8": "~0.33.0",
|
|
147
147
|
"@vitest/coverage-v8": "~0.34.6",
|
|
148
|
-
"autoprefixer": "~10.4.
|
|
149
|
-
"axe-core": "~4.8.
|
|
148
|
+
"autoprefixer": "~10.4.18",
|
|
149
|
+
"axe-core": "~4.8.4",
|
|
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.
|
|
161
|
+
"browserslist": "~4.23.0",
|
|
162
162
|
"browserslist-to-esbuild": "~1.2.0",
|
|
163
163
|
"chalk": "~5.3.0",
|
|
164
164
|
"circular-dependency-plugin": "~5.2.2",
|
|
@@ -167,18 +167,18 @@
|
|
|
167
167
|
"copy-webpack-plugin": "~11.0.0",
|
|
168
168
|
"cors": "~2.8.5",
|
|
169
169
|
"cross-env": "~7.0.3",
|
|
170
|
-
"css-loader": "~6.
|
|
170
|
+
"css-loader": "~6.10.0",
|
|
171
171
|
"css-minimizer-webpack-plugin": "~5.0.1",
|
|
172
172
|
"depcheck": "~1.4.7",
|
|
173
173
|
"docdash": "~2.0.2",
|
|
174
|
-
"dotenv": "~16.
|
|
174
|
+
"dotenv": "~16.4.5",
|
|
175
175
|
"dotenv-webpack": "~8.0.1",
|
|
176
176
|
"duplicate-package-checker-webpack-plugin": "~3.0.0",
|
|
177
|
-
"enhanced-resolve": "5.
|
|
178
|
-
"esbuild": "~0.
|
|
177
|
+
"enhanced-resolve": "5.16.0",
|
|
178
|
+
"esbuild": "~0.20.2",
|
|
179
179
|
"esbuild-loader": "~3.2.0",
|
|
180
180
|
"esbuild-plugin-svgr": "~1.1.0",
|
|
181
|
-
"eslint": "~8.
|
|
181
|
+
"eslint": "~8.57.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",
|
|
@@ -190,22 +190,22 @@
|
|
|
190
190
|
"eslint-plugin-compat": "~4.2.0",
|
|
191
191
|
"eslint-plugin-eslint-comments": "~3.2.0",
|
|
192
192
|
"eslint-plugin-import": "~2.29.1",
|
|
193
|
-
"eslint-plugin-jest": "~27.
|
|
193
|
+
"eslint-plugin-jest": "~27.9.0",
|
|
194
194
|
"eslint-plugin-jsdoc": "~43.2.0",
|
|
195
195
|
"eslint-plugin-jsx-a11y": "~6.8.0",
|
|
196
196
|
"eslint-plugin-mdx": "~2.3.4",
|
|
197
197
|
"eslint-plugin-prettier": "~4.2.1",
|
|
198
|
-
"eslint-plugin-react": "~7.
|
|
198
|
+
"eslint-plugin-react": "~7.34.1",
|
|
199
199
|
"eslint-plugin-react-hooks": "~4.6.0",
|
|
200
200
|
"eslint-plugin-redux-saga": "~1.3.2",
|
|
201
|
-
"eslint-plugin-storybook": "~0.
|
|
201
|
+
"eslint-plugin-storybook": "~0.8.0",
|
|
202
202
|
"eslint-plugin-testing-library": "~5.11.1",
|
|
203
203
|
"eslint-plugin-wdio": "~8.24.12",
|
|
204
204
|
"execa": "~7.2.0",
|
|
205
|
-
"express": "~4.
|
|
205
|
+
"express": "~4.19.0",
|
|
206
206
|
"express-static-gzip": "~2.1.7",
|
|
207
207
|
"fast-glob": "~3.3.2",
|
|
208
|
-
"favicons": "~7.
|
|
208
|
+
"favicons": "~7.2.0",
|
|
209
209
|
"favicons-webpack-plugin": "~6.0.1",
|
|
210
210
|
"find-up": "~6.3.0",
|
|
211
211
|
"find-up-cli": "~5.0.0",
|
|
@@ -217,38 +217,38 @@
|
|
|
217
217
|
"husky": "~8.0.3",
|
|
218
218
|
"husky-init": "~8.0.0",
|
|
219
219
|
"imports-loader": "~4.0.1",
|
|
220
|
-
"ip": "~1.1.
|
|
220
|
+
"ip": "~1.1.9",
|
|
221
221
|
"jest-axe": "~7.0.1",
|
|
222
222
|
"jest-cli": "~29.7.0",
|
|
223
223
|
"jest-environment-jsdom": "~29.7.0",
|
|
224
224
|
"jest-sonar-reporter": "~2.0.0",
|
|
225
225
|
"jest-styled-components": "~7.2.0",
|
|
226
226
|
"jest-watch-typeahead": "~2.2.2",
|
|
227
|
-
"jscodeshift": "~0.15.
|
|
227
|
+
"jscodeshift": "~0.15.2",
|
|
228
228
|
"jsdoc": "~4.0.2",
|
|
229
229
|
"lerna": "~6.6.2",
|
|
230
230
|
"lint-staged": "~13.3.0",
|
|
231
|
-
"mini-css-extract-plugin": "~2.
|
|
231
|
+
"mini-css-extract-plugin": "~2.8.1",
|
|
232
232
|
"minimist": "~1.2.8",
|
|
233
233
|
"moment": "~2.30.1",
|
|
234
234
|
"moment-locales-webpack-plugin": "~1.2.0",
|
|
235
|
-
"msw": "~1.3.
|
|
235
|
+
"msw": "~1.3.3",
|
|
236
236
|
"node-gyp": "~9.4.1",
|
|
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.17",
|
|
241
241
|
"npm-run-all": "~4.1.5",
|
|
242
|
-
"pino": "~8.
|
|
242
|
+
"pino": "~8.19.0",
|
|
243
243
|
"pino-http": "~8.6.1",
|
|
244
244
|
"pino-pretty": "~10.3.1",
|
|
245
245
|
"plop": "~3.1.2",
|
|
246
|
-
"postcss": "~8.4.
|
|
246
|
+
"postcss": "~8.4.37",
|
|
247
247
|
"postcss-html": "~1.6.0",
|
|
248
248
|
"postcss-jsx": "~0.36.4",
|
|
249
249
|
"postcss-loader": "~7.3.4",
|
|
250
250
|
"postcss-markdown": "~1.2.0",
|
|
251
|
-
"postcss-preset-env": "9.
|
|
251
|
+
"postcss-preset-env": "9.5.2",
|
|
252
252
|
"postcss-syntax": "~0.36.2",
|
|
253
253
|
"prettier": "~2.8.8",
|
|
254
254
|
"prisma": "~4.16.2",
|
|
@@ -271,23 +271,23 @@
|
|
|
271
271
|
"stylelint-config-recommended": "~12.0.0",
|
|
272
272
|
"stylelint-config-styled-components": "~0.1.1",
|
|
273
273
|
"supertest": "~6.3.4",
|
|
274
|
-
"swc-loader": "~0.2.
|
|
274
|
+
"swc-loader": "~0.2.6",
|
|
275
275
|
"tsconfig-paths-webpack-plugin": "~3.5.2",
|
|
276
276
|
"ts-node": "~10.9.2",
|
|
277
277
|
"tsc-alias": "~1.8.8",
|
|
278
278
|
"tsx": "~3.13.0",
|
|
279
|
-
"typedoc": "~0.25.
|
|
280
|
-
"typescript": "~5.
|
|
279
|
+
"typedoc": "~0.25.12",
|
|
280
|
+
"typescript": "~5.4.2",
|
|
281
281
|
"update-notifier": "~6.0.2",
|
|
282
282
|
"url-loader": "~4.1.1",
|
|
283
283
|
"uuid": "~9.0.1",
|
|
284
|
-
"vite": "~
|
|
285
|
-
"vite-tsconfig-paths": "~4.3.
|
|
286
|
-
"vitest": "1.
|
|
287
|
-
"webpack": "~5.
|
|
284
|
+
"vite": "~5.2.2",
|
|
285
|
+
"vite-tsconfig-paths": "~4.3.2",
|
|
286
|
+
"vitest": "~1.4.0",
|
|
287
|
+
"webpack": "~5.91.0",
|
|
288
288
|
"webpack-bundle-analyzer": "~4.10.1",
|
|
289
289
|
"webpack-cli": "~5.1.4",
|
|
290
|
-
"webpack-dev-server": "~4.15.
|
|
290
|
+
"webpack-dev-server": "~4.15.2",
|
|
291
291
|
"webpack-manifest-plugin": "~5.0.0",
|
|
292
292
|
"webpack-merge": "~5.10.0",
|
|
293
293
|
"whatwg-fetch": "~3.6.20",
|