@elliemae/pui-cli 8.35.0 → 8.35.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.
|
@@ -72,7 +72,9 @@ const prodConfig = {
|
|
|
72
72
|
minimizer: [
|
|
73
73
|
new import_esbuild_loader.EsbuildPlugin({
|
|
74
74
|
target: (0, import_browserslist_to_esbuild.default)(),
|
|
75
|
-
css: true
|
|
75
|
+
css: true,
|
|
76
|
+
pure: ["console.log", "console.warn"],
|
|
77
|
+
drop: ["debugger"]
|
|
76
78
|
})
|
|
77
79
|
],
|
|
78
80
|
nodeEnv: "production",
|
|
@@ -60,7 +60,9 @@ const getProdConfig = ({ latestVersion = true } = {}) => {
|
|
|
60
60
|
minimizer: [
|
|
61
61
|
new import_esbuild_loader.EsbuildPlugin({
|
|
62
62
|
target: (0, import_browserslist_to_esbuild.default)(),
|
|
63
|
-
css: true
|
|
63
|
+
css: true,
|
|
64
|
+
pure: ["console.log", "console.warn"],
|
|
65
|
+
drop: ["debugger"]
|
|
64
66
|
})
|
|
65
67
|
],
|
|
66
68
|
runtimeChunk: true,
|
|
@@ -32,7 +32,9 @@ const getProdConfig = ({ latestVersion = true } = {}) => {
|
|
|
32
32
|
minimizer: [
|
|
33
33
|
new EsbuildPlugin({
|
|
34
34
|
target: browserslistToEsbuild(),
|
|
35
|
-
css: true
|
|
35
|
+
css: true,
|
|
36
|
+
pure: ["console.log", "console.warn"],
|
|
37
|
+
drop: ["debugger"]
|
|
36
38
|
})
|
|
37
39
|
],
|
|
38
40
|
runtimeChunk: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "8.35.
|
|
3
|
+
"version": "8.35.1",
|
|
4
4
|
"description": "ICE MT UI Platform CLI",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/cjs/index.cjs",
|
|
@@ -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.3.12",
|
|
119
|
-
"@swc/core": "~1.
|
|
119
|
+
"@swc/core": "~1.6.3",
|
|
120
120
|
"@swc/jest": "~0.2.36",
|
|
121
121
|
"@testing-library/jest-dom": "~5.17.0",
|
|
122
122
|
"@testing-library/react": "~14.3.1",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"@types/jest": "~29.5.12",
|
|
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.37",
|
|
134
134
|
"@types/normalize-path": "~3.0.2",
|
|
135
135
|
"@types/postcss-preset-env": "~7.7.0",
|
|
136
136
|
"@types/rimraf": "~3.0.2",
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
"eslint-plugin-jsx-a11y": "~6.8.0",
|
|
195
195
|
"eslint-plugin-mdx": "~2.3.4",
|
|
196
196
|
"eslint-plugin-prettier": "~4.2.1",
|
|
197
|
-
"eslint-plugin-react": "~7.34.
|
|
197
|
+
"eslint-plugin-react": "~7.34.3",
|
|
198
198
|
"eslint-plugin-react-hooks": "~4.6.2",
|
|
199
199
|
"eslint-plugin-redux-saga": "~1.3.2",
|
|
200
200
|
"eslint-plugin-storybook": "~0.8.0",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"jest-sonar-reporter": "~2.0.0",
|
|
224
224
|
"jest-styled-components": "~7.2.0",
|
|
225
225
|
"jest-watch-typeahead": "~2.2.2",
|
|
226
|
-
"jscodeshift": "~0.
|
|
226
|
+
"jscodeshift": "~0.16.0",
|
|
227
227
|
"jsdoc": "~4.0.3",
|
|
228
228
|
"lerna": "~6.6.2",
|
|
229
229
|
"lint-staged": "~13.3.0",
|
|
@@ -280,10 +280,10 @@
|
|
|
280
280
|
"update-notifier": "~6.0.2",
|
|
281
281
|
"url-loader": "~4.1.1",
|
|
282
282
|
"uuid": "~9.0.1",
|
|
283
|
-
"vite": "~5.
|
|
283
|
+
"vite": "~5.3.1",
|
|
284
284
|
"vite-tsconfig-paths": "~4.3.2",
|
|
285
285
|
"vitest": "~1.6.0",
|
|
286
|
-
"webpack": "~5.
|
|
286
|
+
"webpack": "~5.92.1",
|
|
287
287
|
"webpack-bundle-analyzer": "~4.10.2",
|
|
288
288
|
"webpack-cli": "~5.1.4",
|
|
289
289
|
"webpack-dev-server": "~4.15.2",
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
"webpack-merge": "~5.10.0",
|
|
292
292
|
"whatwg-fetch": "~3.6.20",
|
|
293
293
|
"workbox-webpack-plugin": "~6.6.0",
|
|
294
|
-
"ws": "~8.17.
|
|
294
|
+
"ws": "~8.17.1",
|
|
295
295
|
"yargs": "~17.7.2"
|
|
296
296
|
},
|
|
297
297
|
"devDependencies": {
|