@elliemae/pui-cli 7.0.0-beta.10 → 7.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.
|
@@ -132,12 +132,6 @@ const devConfig = {
|
|
|
132
132
|
};
|
|
133
133
|
|
|
134
134
|
const config = smp.wrap(baseConfigFactory(devConfig));
|
|
135
|
-
config.plugins = config.plugins.concat([
|
|
136
|
-
new ReactRefreshWebpackPlugin({
|
|
137
|
-
overlay: {
|
|
138
|
-
sockIntegration: 'whm',
|
|
139
|
-
},
|
|
140
|
-
}),
|
|
141
|
-
]);
|
|
135
|
+
config.plugins = config.plugins.concat([new ReactRefreshWebpackPlugin({})]);
|
|
142
136
|
|
|
143
137
|
module.exports = config;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "7.0.0-beta.
|
|
3
|
+
"version": "7.0.0-beta.13",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "ICE MT UI Platform CLI",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -47,10 +47,10 @@
|
|
|
47
47
|
"indent": 4
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@babel/cli": "~7.17.
|
|
51
|
-
"@babel/core": "~7.17.
|
|
50
|
+
"@babel/cli": "~7.17.10",
|
|
51
|
+
"@babel/core": "~7.17.10",
|
|
52
52
|
"@babel/eslint-parser": "~7.17.0",
|
|
53
|
-
"@babel/node": "~7.
|
|
53
|
+
"@babel/node": "~7.17.10",
|
|
54
54
|
"@babel/plugin-proposal-class-properties": "~7.16.7",
|
|
55
55
|
"@babel/plugin-proposal-export-default-from": "~7.16.7",
|
|
56
56
|
"@babel/plugin-syntax-dynamic-import": "~7.8.3",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"@babel/plugin-transform-react-constant-elements": "~7.17.6",
|
|
59
59
|
"@babel/plugin-transform-react-inline-elements": "~7.16.7",
|
|
60
60
|
"@babel/plugin-transform-react-jsx-source": "~7.16.7",
|
|
61
|
-
"@babel/plugin-transform-runtime": "~7.17.
|
|
62
|
-
"@babel/preset-env": "~7.
|
|
61
|
+
"@babel/plugin-transform-runtime": "~7.17.10",
|
|
62
|
+
"@babel/preset-env": "~7.17.10",
|
|
63
63
|
"@babel/preset-react": "~7.16.7",
|
|
64
64
|
"@babel/preset-typescript": "~7.16.7",
|
|
65
65
|
"@babel/runtime": "~7.17.9",
|
|
@@ -67,10 +67,10 @@
|
|
|
67
67
|
"@commitlint/config-conventional": "~16.2.4",
|
|
68
68
|
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.4.2",
|
|
69
69
|
"@faker-js/faker": "6.2.0",
|
|
70
|
-
"@nrwl/cli": "
|
|
71
|
-
"@nrwl/tao": "
|
|
72
|
-
"@nrwl/workspace": "
|
|
73
|
-
"@pmmmwh/react-refresh-webpack-plugin": "~0.5.
|
|
70
|
+
"@nrwl/cli": "14.0.5",
|
|
71
|
+
"@nrwl/tao": "14.0.5",
|
|
72
|
+
"@nrwl/workspace": "14.0.5",
|
|
73
|
+
"@pmmmwh/react-refresh-webpack-plugin": "~0.5.5",
|
|
74
74
|
"@semantic-release/changelog": "~6.0.1",
|
|
75
75
|
"@semantic-release/exec": "~6.0.3",
|
|
76
76
|
"@semantic-release/git": "~10.0.1",
|
|
@@ -88,10 +88,10 @@
|
|
|
88
88
|
"@stylelint/postcss-css-in-js": "~0.37.2",
|
|
89
89
|
"@svgr/webpack": "~6.2.1",
|
|
90
90
|
"@swc/cli": "~0.1.57",
|
|
91
|
-
"@swc/core": "~1.2.
|
|
91
|
+
"@swc/core": "~1.2.174",
|
|
92
92
|
"@swc/jest": "~0.2.20",
|
|
93
93
|
"@testing-library/jest-dom": "~5.16.4",
|
|
94
|
-
"@testing-library/react": "~
|
|
94
|
+
"@testing-library/react": "~13.1.1",
|
|
95
95
|
"@testing-library/react-hooks": "~8.0.0",
|
|
96
96
|
"@types/jest": "~27.4.1",
|
|
97
97
|
"@types/node": "~17.0.30",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"eslint-plugin-testing-library": "~5.3.1",
|
|
160
160
|
"eslint-plugin-wdio": "~7.19.4",
|
|
161
161
|
"execa": "~5.1.1",
|
|
162
|
-
"express": "~4.18.
|
|
162
|
+
"express": "~4.18.1",
|
|
163
163
|
"express-pino-logger": "~7.0.0",
|
|
164
164
|
"express-static-gzip": "~2.1.5",
|
|
165
165
|
"favicons": "~6.2.2",
|
|
@@ -175,7 +175,8 @@
|
|
|
175
175
|
"imports-loader": "~3.1.1",
|
|
176
176
|
"ip": "~1.1.5",
|
|
177
177
|
"jest-axe": "~6.0.0",
|
|
178
|
-
"jest-cli": "~
|
|
178
|
+
"jest-cli": "~28.0.3",
|
|
179
|
+
"jest-environment-jsdom": "~28.0.2",
|
|
179
180
|
"jest-sonar-reporter": "~2.0.0",
|
|
180
181
|
"jest-styled-components": "~7.0.8",
|
|
181
182
|
"jscodeshift": "~0.13.1",
|
|
@@ -189,7 +190,7 @@
|
|
|
189
190
|
"msw": "~0.39.2",
|
|
190
191
|
"node-gyp": "~9.0.0",
|
|
191
192
|
"node-plop": "~0.31.0",
|
|
192
|
-
"nodemon": "~2.0.
|
|
193
|
+
"nodemon": "~2.0.16",
|
|
193
194
|
"normalize-path": "~3.0.0",
|
|
194
195
|
"npm-check-updates": "12.5.10",
|
|
195
196
|
"null-loader": "~4.0.1",
|
|
@@ -197,7 +198,7 @@
|
|
|
197
198
|
"pino-pretty": "~7.6.1",
|
|
198
199
|
"pinst": "~3.0.0",
|
|
199
200
|
"plop": "~3.1.0",
|
|
200
|
-
"postcss": "~8.4.
|
|
201
|
+
"postcss": "~8.4.13",
|
|
201
202
|
"postcss-html": "~1.4.1",
|
|
202
203
|
"postcss-jsx": "~0.36.4",
|
|
203
204
|
"postcss-loader": "~6.2.1",
|
|
@@ -210,7 +211,7 @@
|
|
|
210
211
|
"raf": "~3.4.1",
|
|
211
212
|
"react-axe": "~3.5.4",
|
|
212
213
|
"react-docgen": "~5.4.0",
|
|
213
|
-
"react-refresh": "~0.
|
|
214
|
+
"react-refresh": "~0.13.0",
|
|
214
215
|
"react-test-renderer": "~18.1.0",
|
|
215
216
|
"resize-observer-polyfill": "~1.5.1",
|
|
216
217
|
"resolve-typescript-plugin": "~1.2.0",
|
|
@@ -222,7 +223,7 @@
|
|
|
222
223
|
"storybook-builder-vite": "~0.1.23",
|
|
223
224
|
"storybook-react-router": "~1.0.8",
|
|
224
225
|
"style-loader": "~3.3.1",
|
|
225
|
-
"stylelint": "~14.8.
|
|
226
|
+
"stylelint": "~14.8.1",
|
|
226
227
|
"stylelint-config-recommended": "~7.0.0",
|
|
227
228
|
"stylelint-config-styled-components": "~0.1.1",
|
|
228
229
|
"swc-loader": "~0.2.0",
|
|
@@ -248,8 +249,8 @@
|
|
|
248
249
|
"yargs": "~17.4.1"
|
|
249
250
|
},
|
|
250
251
|
"devDependencies": {
|
|
251
|
-
"react": "~
|
|
252
|
-
"react-dom": "~
|
|
252
|
+
"react": "~18.1.0",
|
|
253
|
+
"react-dom": "~18.1.0",
|
|
253
254
|
"redux": "~4.2.0",
|
|
254
255
|
"redux-saga": "~1.1.3",
|
|
255
256
|
"styled-components": "~5.3.5"
|