@elliemae/pui-cli 6.3.0 → 6.3.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/lib/webpack/helpers.js
CHANGED
|
@@ -161,9 +161,7 @@ module.exports = (options) => ({
|
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
test: /\.css$/,
|
|
164
|
-
exclude: excludeNodeModulesExcept(
|
|
165
|
-
modulesToTranspile.concat(['sanitize.css']),
|
|
166
|
-
),
|
|
164
|
+
exclude: excludeNodeModulesExcept(modulesToTranspile),
|
|
167
165
|
use: [
|
|
168
166
|
finalCSSLoader(options.mode),
|
|
169
167
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "ICE MT UI Platform CLI",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"@testing-library/react": "~12.1.2",
|
|
91
91
|
"@testing-library/react-hooks": "~7.0.2",
|
|
92
92
|
"@types/jest": "~27.4.0",
|
|
93
|
-
"@types/node": "~17.0.
|
|
93
|
+
"@types/node": "~17.0.15",
|
|
94
94
|
"@types/rimraf": "~3.0.2",
|
|
95
95
|
"@types/testing-library__jest-dom": "~5.14.2",
|
|
96
96
|
"@typescript-eslint/eslint-plugin": "~5.10.2",
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"dotenv-webpack": "~7.1.0",
|
|
130
130
|
"duplicate-package-checker-webpack-plugin": "~3.0.0",
|
|
131
131
|
"enhanced-resolve": "~5.8.3",
|
|
132
|
-
"esbuild": "~0.14.
|
|
132
|
+
"esbuild": "~0.14.20",
|
|
133
133
|
"esbuild-loader": "~2.18.0",
|
|
134
134
|
"esbuild-plugin-svgr": "~1.0.0",
|
|
135
135
|
"eslint": "~8.8.0",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"eslint-plugin-compat": "~4.0.2",
|
|
145
145
|
"eslint-plugin-eslint-comments": "~3.2.0",
|
|
146
146
|
"eslint-plugin-import": "~2.25.4",
|
|
147
|
-
"eslint-plugin-jest": "~26.
|
|
147
|
+
"eslint-plugin-jest": "~26.1.0",
|
|
148
148
|
"eslint-plugin-jsdoc": "~37.7.1",
|
|
149
149
|
"eslint-plugin-jsx-a11y": "~6.5.1",
|
|
150
150
|
"eslint-plugin-mdx": "~1.16.0",
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"execa": "~5.1.1",
|
|
159
159
|
"express": "~4.17.2",
|
|
160
160
|
"express-pino-logger": "~7.0.0",
|
|
161
|
-
"express-static-gzip": "~2.1.
|
|
161
|
+
"express-static-gzip": "~2.1.3",
|
|
162
162
|
"favicons": "~6.2.2",
|
|
163
163
|
"favicons-webpack-plugin": "~5.0.2",
|
|
164
164
|
"happy-dom": "~2.31.1",
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
"imports-loader": "~3.1.1",
|
|
171
171
|
"ip": "~1.1.5",
|
|
172
172
|
"jest-axe": "~5.0.1",
|
|
173
|
-
"jest-cli": "~27.
|
|
173
|
+
"jest-cli": "~27.5.0",
|
|
174
174
|
"jest-sonar-reporter": "~2.0.0",
|
|
175
175
|
"jest-styled-components": "~7.0.8",
|
|
176
176
|
"jscodeshift": "~0.13.1",
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
"stylelint-config-styled-components": "~0.1.1",
|
|
221
221
|
"swc-loader": "~0.1.15",
|
|
222
222
|
"terser-webpack-plugin": "~5.3.1",
|
|
223
|
-
"ts-node": "~10.
|
|
223
|
+
"ts-node": "~10.5.0",
|
|
224
224
|
"tsc-alias": "~1.5.0",
|
|
225
225
|
"typescript": "~4.5.5",
|
|
226
226
|
"update-notifier": "~5.1.0",
|