@elliemae/pui-cli 6.10.2 → 6.10.3
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.
|
@@ -215,12 +215,12 @@ module.exports = (options) => ({
|
|
|
215
215
|
plugins: plugins.concat(options.plugins),
|
|
216
216
|
resolve: {
|
|
217
217
|
modules: [
|
|
218
|
-
path.resolve(process.cwd(), 'node_modules'),
|
|
219
|
-
path.resolve(process.cwd(), 'app'),
|
|
220
|
-
path.resolve(process.cwd(), 'lib'),
|
|
221
218
|
'node_modules',
|
|
222
219
|
'app',
|
|
223
220
|
'lib',
|
|
221
|
+
path.resolve(process.cwd(), 'node_modules'),
|
|
222
|
+
path.resolve(process.cwd(), 'app'),
|
|
223
|
+
path.resolve(process.cwd(), 'lib'),
|
|
224
224
|
],
|
|
225
225
|
extensions: ['.js', '.jsx', '.ts', '.tsx', '.json', '.wasm', '.mjs'],
|
|
226
226
|
mainFields: ['browser', 'module', 'main'],
|
|
@@ -180,12 +180,12 @@ module.exports = (options) => ({
|
|
|
180
180
|
plugins: plugins.concat(options.plugins || []),
|
|
181
181
|
resolve: {
|
|
182
182
|
modules: [
|
|
183
|
-
path.resolve(process.cwd(), 'node_modules'),
|
|
184
|
-
path.resolve(process.cwd(), 'app'),
|
|
185
|
-
path.resolve(process.cwd(), 'lib'),
|
|
186
183
|
'node_modules',
|
|
187
184
|
'app',
|
|
188
185
|
'lib',
|
|
186
|
+
path.resolve(process.cwd(), 'node_modules'),
|
|
187
|
+
path.resolve(process.cwd(), 'app'),
|
|
188
|
+
path.resolve(process.cwd(), 'lib'),
|
|
189
189
|
],
|
|
190
190
|
extensions: ['.ts', '.tsx', '.js', '.jsx', '.json', '.wasm', '.mjs'],
|
|
191
191
|
mainFields: ['browser', 'module', 'main'],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "6.10.
|
|
3
|
+
"version": "6.10.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "ICE MT UI Platform CLI",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -67,9 +67,9 @@
|
|
|
67
67
|
"@commitlint/config-conventional": "~16.2.1",
|
|
68
68
|
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.3.0",
|
|
69
69
|
"@faker-js/faker": "6.0.0-alpha.7",
|
|
70
|
-
"@nrwl/cli": "13.8.
|
|
71
|
-
"@nrwl/tao": "13.8.
|
|
72
|
-
"@nrwl/workspace": "13.8.
|
|
70
|
+
"@nrwl/cli": "13.8.5",
|
|
71
|
+
"@nrwl/tao": "13.8.5",
|
|
72
|
+
"@nrwl/workspace": "13.8.5",
|
|
73
73
|
"@pmmmwh/react-refresh-webpack-plugin": "~0.5.4",
|
|
74
74
|
"@semantic-release/changelog": "~6.0.1",
|
|
75
75
|
"@semantic-release/exec": "~6.0.3",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"@stylelint/postcss-css-in-js": "~0.37.2",
|
|
88
88
|
"@svgr/webpack": "~6.2.1",
|
|
89
89
|
"@swc/cli": "~0.1.55",
|
|
90
|
-
"@swc/core": "~1.2.
|
|
90
|
+
"@swc/core": "~1.2.151",
|
|
91
91
|
"@swc/jest": "~0.2.20",
|
|
92
92
|
"@testing-library/jest-dom": "~5.16.2",
|
|
93
93
|
"@testing-library/react": "~12.1.3",
|
|
@@ -96,8 +96,8 @@
|
|
|
96
96
|
"@types/node": "~17.0.21",
|
|
97
97
|
"@types/rimraf": "~3.0.2",
|
|
98
98
|
"@types/testing-library__jest-dom": "~5.14.3",
|
|
99
|
-
"@typescript-eslint/eslint-plugin": "~5.
|
|
100
|
-
"@typescript-eslint/parser": "~5.
|
|
99
|
+
"@typescript-eslint/eslint-plugin": "~5.14.0",
|
|
100
|
+
"@typescript-eslint/parser": "~5.14.0",
|
|
101
101
|
"autoprefixer": "~10.4.2",
|
|
102
102
|
"axe-core": "~4.4.1",
|
|
103
103
|
"babel-loader": "~8.2.3",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"babel-plugin-transform-remove-console": "~6.9.4",
|
|
114
114
|
"babel-plugin-transform-strip-block": "~0.0.5",
|
|
115
115
|
"body-parser": "~1.19.2",
|
|
116
|
-
"browserslist": "~4.
|
|
116
|
+
"browserslist": "~4.20.0",
|
|
117
117
|
"browserslist-to-esbuild": "~1.1.1",
|
|
118
118
|
"canvas": "~2.9.0",
|
|
119
119
|
"chalk": "~4.1.2",
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"favicons-webpack-plugin": "~5.0.2",
|
|
166
166
|
"fast-glob": "~3.2.11",
|
|
167
167
|
"find-up": "~5.0.0",
|
|
168
|
-
"happy-dom": "~2.
|
|
168
|
+
"happy-dom": "~2.46.0",
|
|
169
169
|
"helmet-csp": "~3.4.0",
|
|
170
170
|
"html-webpack-plugin": "~5.5.0",
|
|
171
171
|
"http-server": "~14.1.0",
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
"husky-init": "~7.1.0",
|
|
174
174
|
"imports-loader": "~3.1.1",
|
|
175
175
|
"ip": "~1.1.5",
|
|
176
|
-
"jest-axe": "~
|
|
176
|
+
"jest-axe": "~6.0.0",
|
|
177
177
|
"jest-cli": "~27.5.1",
|
|
178
178
|
"jest-sonar-reporter": "~2.0.0",
|
|
179
179
|
"jest-styled-components": "~7.0.8",
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
"minimist": "~1.2.5",
|
|
186
186
|
"moment": "~2.29.1",
|
|
187
187
|
"moment-locales-webpack-plugin": "~1.2.0",
|
|
188
|
-
"msw": "~0.
|
|
188
|
+
"msw": "~0.39.0",
|
|
189
189
|
"node-gyp": "~9.0.0",
|
|
190
190
|
"node-plop": "~0.30.0",
|
|
191
191
|
"nodemon": "~2.0.15",
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
"pino-pretty": "~7.5.3",
|
|
197
197
|
"pinst": "~3.0.0",
|
|
198
198
|
"plop": "~3.0.5",
|
|
199
|
-
"postcss": "~8.4.
|
|
199
|
+
"postcss": "~8.4.8",
|
|
200
200
|
"postcss-html": "~1.3.0",
|
|
201
201
|
"postcss-jsx": "~0.36.4",
|
|
202
202
|
"postcss-loader": "~6.2.1",
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
"slackify-markdown": "~4.3.1",
|
|
219
219
|
"speed-measure-webpack-plugin": "~1.5.0",
|
|
220
220
|
"storybook-addon-turbo-build": "~1.0.1",
|
|
221
|
-
"storybook-builder-vite": "~0.1.
|
|
221
|
+
"storybook-builder-vite": "~0.1.18",
|
|
222
222
|
"storybook-react-router": "~1.0.8",
|
|
223
223
|
"style-loader": "~3.3.1",
|
|
224
224
|
"stylelint": "~14.5.3",
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
"url-loader": "~4.1.1",
|
|
234
234
|
"uuid": "~8.3.2",
|
|
235
235
|
"vite": "~2.8.6",
|
|
236
|
-
"vitest": "~0.
|
|
236
|
+
"vitest": "~0.6.0",
|
|
237
237
|
"webpack": "~5.65.0",
|
|
238
238
|
"webpack-bundle-analyzer": "~4.5.0",
|
|
239
239
|
"webpack-cli": "~4.9.2",
|