@elliemae/pui-cli 6.0.0-beta.12 → 6.0.0-beta.13
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 +1 -2
- package/package.json +16 -22
package/lib/webpack/helpers.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* eslint-disable max-lines */
|
|
1
2
|
const path = require('path');
|
|
2
3
|
const fs = require('fs');
|
|
3
4
|
const _ = require('lodash');
|
|
@@ -69,7 +70,6 @@ const getAlias = () =>
|
|
|
69
70
|
'@babel/runtime',
|
|
70
71
|
'react',
|
|
71
72
|
'react-dom',
|
|
72
|
-
'react-router-dom',
|
|
73
73
|
'react-redux',
|
|
74
74
|
'redux',
|
|
75
75
|
'redux-saga',
|
|
@@ -122,7 +122,6 @@ const getAppLoaderFileName = () => {
|
|
|
122
122
|
|
|
123
123
|
const getDiagnosticsFileName = () => {
|
|
124
124
|
const libName = 'emuiDiagnostics';
|
|
125
|
-
// eslint-disable-next-line max-lines
|
|
126
125
|
const libPath = path.join(
|
|
127
126
|
process.cwd(),
|
|
128
127
|
'node_modules/@elliemae/pui-diagnostics/dist/public/js',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "6.0.0-beta.
|
|
3
|
+
"version": "6.0.0-beta.13",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "EllieMae Platform UI CLI",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -70,22 +70,16 @@
|
|
|
70
70
|
"@semantic-release/changelog": "~6.0.1",
|
|
71
71
|
"@semantic-release/exec": "~6.0.2",
|
|
72
72
|
"@semantic-release/git": "~10.0.1",
|
|
73
|
-
"@storybook/addon-a11y": "~6.4.
|
|
74
|
-
"@storybook/addon-
|
|
75
|
-
"@storybook/addon-backgrounds": "~6.4.1",
|
|
76
|
-
"@storybook/addon-controls": "~6.4.1",
|
|
77
|
-
"@storybook/addon-docs": "~6.4.1",
|
|
73
|
+
"@storybook/addon-a11y": "~6.4.3",
|
|
74
|
+
"@storybook/addon-essentials": "~6.4.3",
|
|
78
75
|
"@storybook/addon-events": "~6.2.9",
|
|
79
|
-
"@storybook/addon-interactions": "~6.4.
|
|
80
|
-
"@storybook/addon-links": "~6.4.
|
|
81
|
-
"@storybook/addon-storysource": "~6.4.
|
|
82
|
-
"@storybook/
|
|
83
|
-
"@storybook/
|
|
84
|
-
"@storybook/
|
|
85
|
-
"@storybook/
|
|
86
|
-
"@storybook/manager-webpack5": "~6.4.1",
|
|
87
|
-
"@storybook/react": "~6.4.1",
|
|
88
|
-
"@storybook/theming": "~6.4.1",
|
|
76
|
+
"@storybook/addon-interactions": "~6.4.3",
|
|
77
|
+
"@storybook/addon-links": "~6.4.3",
|
|
78
|
+
"@storybook/addon-storysource": "~6.4.3",
|
|
79
|
+
"@storybook/builder-webpack5": "~6.4.3",
|
|
80
|
+
"@storybook/manager-webpack5": "~6.4.3",
|
|
81
|
+
"@storybook/react": "~6.4.3",
|
|
82
|
+
"@storybook/theming": "~6.4.3",
|
|
89
83
|
"@stylelint/postcss-css-in-js": "~0.37.2",
|
|
90
84
|
"@svgr/webpack": "~6.0.0",
|
|
91
85
|
"@testing-library/jest-dom": "~5.15.1",
|
|
@@ -94,7 +88,7 @@
|
|
|
94
88
|
"@types/jest": "~27.0.3",
|
|
95
89
|
"@types/node": "~16.11.11",
|
|
96
90
|
"@types/rimraf": "~3.0.2",
|
|
97
|
-
"@types/testing-library__jest-dom": "~5.14.
|
|
91
|
+
"@types/testing-library__jest-dom": "~5.14.2",
|
|
98
92
|
"@typescript-eslint/eslint-plugin": "~5.5.0",
|
|
99
93
|
"@typescript-eslint/parser": "~5.5.0",
|
|
100
94
|
"autoprefixer": "~10.4.0",
|
|
@@ -147,7 +141,7 @@
|
|
|
147
141
|
"eslint-plugin-eslint-comments": "~3.2.0",
|
|
148
142
|
"eslint-plugin-import": "~2.25.3",
|
|
149
143
|
"eslint-plugin-jest": "~25.3.0",
|
|
150
|
-
"eslint-plugin-jsdoc": "~37.0
|
|
144
|
+
"eslint-plugin-jsdoc": "~37.1.0",
|
|
151
145
|
"eslint-plugin-jsx-a11y": "~6.5.1",
|
|
152
146
|
"eslint-plugin-mdx": "~1.16.0",
|
|
153
147
|
"eslint-plugin-prettier": "~4.0.0",
|
|
@@ -155,7 +149,7 @@
|
|
|
155
149
|
"eslint-plugin-react-hooks": "~4.3.0",
|
|
156
150
|
"eslint-plugin-redux-saga": "~1.2.1",
|
|
157
151
|
"eslint-plugin-storybook": "~0.5.1",
|
|
158
|
-
"eslint-plugin-testing-library": "~5.0.
|
|
152
|
+
"eslint-plugin-testing-library": "~5.0.1",
|
|
159
153
|
"eslint-plugin-wdio": "~7.4.2",
|
|
160
154
|
"execa": "~5.1.1",
|
|
161
155
|
"express": "~4.17.1",
|
|
@@ -172,7 +166,7 @@
|
|
|
172
166
|
"imports-loader": "~3.1.1",
|
|
173
167
|
"ip": "~1.1.5",
|
|
174
168
|
"jest-axe": "~5.0.1",
|
|
175
|
-
"jest-cli": "~27.4.
|
|
169
|
+
"jest-cli": "~27.4.3",
|
|
176
170
|
"jest-sonar-reporter": "~2.0.0",
|
|
177
171
|
"jest-styled-components": "~7.0.8",
|
|
178
172
|
"jscodeshift": "~0.13.0",
|
|
@@ -187,7 +181,7 @@
|
|
|
187
181
|
"nodemon": "~2.0.15",
|
|
188
182
|
"npm-check-updates": "12.0.2",
|
|
189
183
|
"null-loader": "~4.0.1",
|
|
190
|
-
"pino": "~7.5.
|
|
184
|
+
"pino": "~7.5.1",
|
|
191
185
|
"pino-pretty": "~7.2.0",
|
|
192
186
|
"pinst": "~2.1.6",
|
|
193
187
|
"plop": "~3.0.1",
|
|
@@ -230,7 +224,7 @@
|
|
|
230
224
|
"tsc-files": "~1.1.3",
|
|
231
225
|
"tsconfig-paths": "~3.12.0",
|
|
232
226
|
"tsconfig-paths-webpack-plugin": "~3.5.2",
|
|
233
|
-
"type-fest": "~2.
|
|
227
|
+
"type-fest": "~2.8.0",
|
|
234
228
|
"typescript": "~4.5.2",
|
|
235
229
|
"update-notifier": "~5.1.0",
|
|
236
230
|
"url-loader": "~4.1.1",
|