@elliemae/pui-cli 5.26.1 → 5.26.2
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.
|
@@ -58,6 +58,7 @@ const jestConfig = {
|
|
|
58
58
|
coverageReporters: ['lcov', 'html', 'text-summary'],
|
|
59
59
|
moduleDirectories: ['node_modules', 'app', 'lib'],
|
|
60
60
|
moduleNameMapper: {
|
|
61
|
+
'.*\\webpack-hmr(.[t|j]s)?$': `${getRootDir()}/lib/testing/mocks/webpack-hmr.js`,
|
|
61
62
|
'.*\\.(css|scss)$': `${getRootDir()}/lib/testing/mocks/cssModule.js`,
|
|
62
63
|
'.*\\.(jpg|jpeg|png|gif|eot|otf|webp|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga|ico)$': `${getRootDir()}/lib/testing/mocks/image.js`,
|
|
63
64
|
'.*\\.svg$': `${getRootDir()}/lib/testing/mocks/svg.js`,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
exports.enableHotReloading = () => {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "5.26.
|
|
3
|
+
"version": "5.26.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "EllieMae Platform UI CLI",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -93,11 +93,11 @@
|
|
|
93
93
|
"@testing-library/react": "~12.1.2",
|
|
94
94
|
"@testing-library/react-hooks": "~7.0.2",
|
|
95
95
|
"@types/jest": "~27.4.0",
|
|
96
|
-
"@types/node": "~17.0.
|
|
96
|
+
"@types/node": "~17.0.9",
|
|
97
97
|
"@types/rimraf": "~3.0.2",
|
|
98
98
|
"@types/testing-library__jest-dom": "~5.14.2",
|
|
99
|
-
"@typescript-eslint/eslint-plugin": "~5.
|
|
100
|
-
"@typescript-eslint/parser": "~5.
|
|
99
|
+
"@typescript-eslint/eslint-plugin": "~5.10.0",
|
|
100
|
+
"@typescript-eslint/parser": "~5.10.0",
|
|
101
101
|
"autoprefixer": "~10.4.2",
|
|
102
102
|
"axe-core": "~4.3.5",
|
|
103
103
|
"babel-loader": "~8.2.3",
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
"react-docgen": "~5.4.0",
|
|
207
207
|
"react-refresh": "~0.11.0",
|
|
208
208
|
"react-test-renderer": "~17.0.2",
|
|
209
|
-
"resolve-typescript-plugin": "~1.1.
|
|
209
|
+
"resolve-typescript-plugin": "~1.1.4",
|
|
210
210
|
"resize-observer-polyfill": "~1.5.1",
|
|
211
211
|
"rimraf": "~3.0.2",
|
|
212
212
|
"script-loader": "~0.7.2",
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
"update-notifier": "~5.1.0",
|
|
235
235
|
"url-loader": "~4.1.1",
|
|
236
236
|
"uuid": "~8.3.2",
|
|
237
|
-
"webpack": "~5.
|
|
237
|
+
"webpack": "~5.65.0",
|
|
238
238
|
"webpack-bundle-analyzer": "~4.5.0",
|
|
239
239
|
"webpack-cli": "~4.9.1",
|
|
240
240
|
"webpack-dev-middleware": "~5.3.0",
|