@elliemae/pui-cli 7.0.0-alpha.21 → 7.0.0-alpha.22
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.
|
@@ -38,11 +38,6 @@ var vitest_config_default = (0, import_config.defineConfig)({
|
|
|
38
38
|
setupFiles: [import_node_path.default.resolve(__dirname, "./setup-test-env.js")],
|
|
39
39
|
include: ["./{app,lib}/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}"],
|
|
40
40
|
exclude: [...import_config.configDefaults.exclude, ".idea", ".git", ".cache", "e2e"],
|
|
41
|
-
watchIgnore: [
|
|
42
|
-
".*\\/node_modules\\/.*",
|
|
43
|
-
".*\\/build\\/.*",
|
|
44
|
-
".*\\/dist\\/.*"
|
|
45
|
-
],
|
|
46
41
|
coverage: {
|
|
47
42
|
reportsDirectory: "./reports/coverage"
|
|
48
43
|
},
|
|
@@ -12,11 +12,6 @@ var vitest_config_default = defineConfig({
|
|
|
12
12
|
setupFiles: [path.resolve(__dirname, "./setup-test-env.js")],
|
|
13
13
|
include: ["./{app,lib}/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}"],
|
|
14
14
|
exclude: [...configDefaults.exclude, ".idea", ".git", ".cache", "e2e"],
|
|
15
|
-
watchIgnore: [
|
|
16
|
-
".*\\/node_modules\\/.*",
|
|
17
|
-
".*\\/build\\/.*",
|
|
18
|
-
".*\\/dist\\/.*"
|
|
19
|
-
],
|
|
20
15
|
coverage: {
|
|
21
16
|
reportsDirectory: "./reports/coverage"
|
|
22
17
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "7.0.0-alpha.
|
|
3
|
+
"version": "7.0.0-alpha.22",
|
|
4
4
|
"description": "ICE MT UI Platform CLI",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -62,11 +62,11 @@
|
|
|
62
62
|
"sonar56x": true
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@axe-core/react": "~4.4.
|
|
65
|
+
"@axe-core/react": "~4.4.3",
|
|
66
66
|
"@babel/cli": "~7.17.10",
|
|
67
|
-
"@babel/core": "~7.18.
|
|
67
|
+
"@babel/core": "~7.18.5",
|
|
68
68
|
"@babel/eslint-parser": "~7.18.2",
|
|
69
|
-
"@babel/node": "~7.
|
|
69
|
+
"@babel/node": "~7.18.5",
|
|
70
70
|
"@babel/plugin-proposal-class-properties": "~7.17.12",
|
|
71
71
|
"@babel/plugin-proposal-export-default-from": "~7.17.12",
|
|
72
72
|
"@babel/plugin-syntax-dynamic-import": "~7.8.3",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"@babel/plugin-transform-react-constant-elements": "~7.17.12",
|
|
75
75
|
"@babel/plugin-transform-react-inline-elements": "~7.16.7",
|
|
76
76
|
"@babel/plugin-transform-react-jsx-source": "~7.16.7",
|
|
77
|
-
"@babel/plugin-transform-runtime": "~7.18.
|
|
77
|
+
"@babel/plugin-transform-runtime": "~7.18.5",
|
|
78
78
|
"@babel/preset-env": "~7.18.2",
|
|
79
79
|
"@babel/preset-react": "~7.17.12",
|
|
80
80
|
"@babel/preset-typescript": "~7.17.12",
|
|
@@ -82,40 +82,40 @@
|
|
|
82
82
|
"@commitlint/cli": "~17.0.2",
|
|
83
83
|
"@commitlint/config-conventional": "~17.0.2",
|
|
84
84
|
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.4.2",
|
|
85
|
-
"@faker-js/faker": "7.
|
|
86
|
-
"@nrwl/cli": "14.
|
|
87
|
-
"@nrwl/tao": "14.
|
|
88
|
-
"@nrwl/workspace": "14.
|
|
85
|
+
"@faker-js/faker": "7.2.0",
|
|
86
|
+
"@nrwl/cli": "14.3.0",
|
|
87
|
+
"@nrwl/tao": "14.3.0",
|
|
88
|
+
"@nrwl/workspace": "14.3.0",
|
|
89
89
|
"@pmmmwh/react-refresh-webpack-plugin": "~0.5.7",
|
|
90
90
|
"@semantic-release/changelog": "~6.0.1",
|
|
91
91
|
"@semantic-release/exec": "~6.0.3",
|
|
92
92
|
"@semantic-release/git": "~10.0.1",
|
|
93
|
-
"@storybook/addon-a11y": "~6.5.
|
|
94
|
-
"@storybook/addon-essentials": "~6.5.
|
|
93
|
+
"@storybook/addon-a11y": "~6.5.8",
|
|
94
|
+
"@storybook/addon-essentials": "~6.5.8",
|
|
95
95
|
"@storybook/addon-events": "~6.2.9",
|
|
96
|
-
"@storybook/addon-interactions": "~6.5.
|
|
97
|
-
"@storybook/addon-links": "~6.5.
|
|
98
|
-
"@storybook/addon-storysource": "~6.5.
|
|
96
|
+
"@storybook/addon-interactions": "~6.5.8",
|
|
97
|
+
"@storybook/addon-links": "~6.5.8",
|
|
98
|
+
"@storybook/addon-storysource": "~6.5.8",
|
|
99
99
|
"@storybook/builder-vite": "~0.1.36",
|
|
100
|
-
"@storybook/builder-webpack5": "~6.5.
|
|
101
|
-
"@storybook/manager-webpack5": "~6.5.
|
|
102
|
-
"@storybook/react": "~6.5.
|
|
103
|
-
"@storybook/theming": "~6.5.
|
|
100
|
+
"@storybook/builder-webpack5": "~6.5.8",
|
|
101
|
+
"@storybook/manager-webpack5": "~6.5.8",
|
|
102
|
+
"@storybook/react": "~6.5.8",
|
|
103
|
+
"@storybook/theming": "~6.5.8",
|
|
104
104
|
"@stylelint/postcss-css-in-js": "~0.38.0",
|
|
105
105
|
"@svgr/webpack": "~6.2.1",
|
|
106
106
|
"@swc/cli": "~0.1.57",
|
|
107
|
-
"@swc/core": "~1.2.
|
|
107
|
+
"@swc/core": "~1.2.198",
|
|
108
108
|
"@swc/jest": "~0.2.21",
|
|
109
109
|
"@testing-library/jest-dom": "~5.16.4",
|
|
110
110
|
"@testing-library/react": "~13.3.0",
|
|
111
111
|
"@testing-library/react-hooks": "~8.0.0",
|
|
112
112
|
"@testing-library/user-event": "~14.2.0",
|
|
113
|
-
"@types/jest": "~28.1.
|
|
114
|
-
"@types/node": "~17.0.
|
|
113
|
+
"@types/jest": "~28.1.1",
|
|
114
|
+
"@types/node": "~17.0.42",
|
|
115
115
|
"@types/rimraf": "~3.0.2",
|
|
116
116
|
"@types/testing-library__jest-dom": "~5.14.3",
|
|
117
|
-
"@typescript-eslint/eslint-plugin": "~5.27.
|
|
118
|
-
"@typescript-eslint/parser": "~5.27.
|
|
117
|
+
"@typescript-eslint/eslint-plugin": "~5.27.1",
|
|
118
|
+
"@typescript-eslint/parser": "~5.27.1",
|
|
119
119
|
"@vitejs/plugin-react": "~1.3.2",
|
|
120
120
|
"autoprefixer": "~10.4.7",
|
|
121
121
|
"axe-core": "~4.4.2",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"babel-plugin-transform-remove-console": "~6.9.4",
|
|
131
131
|
"babel-plugin-transform-strip-block": "~0.0.5",
|
|
132
132
|
"body-parser": "~1.20.0",
|
|
133
|
-
"browserslist": "~4.20.
|
|
133
|
+
"browserslist": "~4.20.4",
|
|
134
134
|
"browserslist-to-esbuild": "~1.1.1",
|
|
135
135
|
"canvas": "~2.9.1",
|
|
136
136
|
"chalk": "~5.0.1",
|
|
@@ -148,10 +148,10 @@
|
|
|
148
148
|
"dotenv-webpack": "~7.1.0",
|
|
149
149
|
"duplicate-package-checker-webpack-plugin": "~3.0.0",
|
|
150
150
|
"enhanced-resolve": "5.9.3",
|
|
151
|
-
"esbuild": "~0.14.
|
|
151
|
+
"esbuild": "~0.14.43",
|
|
152
152
|
"esbuild-loader": "~2.19.0",
|
|
153
153
|
"esbuild-plugin-svgr": "~1.0.1",
|
|
154
|
-
"eslint": "~8.
|
|
154
|
+
"eslint": "~8.17.0",
|
|
155
155
|
"eslint-config-airbnb": "~19.0.4",
|
|
156
156
|
"eslint-config-airbnb-base": "~15.0.0",
|
|
157
157
|
"eslint-config-airbnb-typescript": "~17.0.0",
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
"eslint-plugin-compat": "~4.0.2",
|
|
164
164
|
"eslint-plugin-eslint-comments": "~3.2.0",
|
|
165
165
|
"eslint-plugin-import": "~2.26.0",
|
|
166
|
-
"eslint-plugin-jest": "~26.
|
|
166
|
+
"eslint-plugin-jest": "~26.5.3",
|
|
167
167
|
"eslint-plugin-jsdoc": "~39.3.2",
|
|
168
168
|
"eslint-plugin-jsx-a11y": "~6.5.1",
|
|
169
169
|
"eslint-plugin-mdx": "~1.17.0",
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
"fast-glob": "~3.2.11",
|
|
184
184
|
"find-up": "~6.3.0",
|
|
185
185
|
"find-up-cli": "~5.0.0",
|
|
186
|
-
"happy-dom": "~5.
|
|
186
|
+
"happy-dom": "~5.2.0",
|
|
187
187
|
"helmet-csp": "~3.4.0",
|
|
188
188
|
"html-webpack-plugin": "~5.5.0",
|
|
189
189
|
"http-server": "~14.1.1",
|
|
@@ -192,25 +192,25 @@
|
|
|
192
192
|
"imports-loader": "~4.0.0",
|
|
193
193
|
"ip": "~1.1.8",
|
|
194
194
|
"jest-axe": "~6.0.0",
|
|
195
|
-
"jest-cli": "~28.1.
|
|
196
|
-
"jest-environment-jsdom": "~28.1.
|
|
195
|
+
"jest-cli": "~28.1.1",
|
|
196
|
+
"jest-environment-jsdom": "~28.1.1",
|
|
197
197
|
"jest-sonar-reporter": "~2.0.0",
|
|
198
198
|
"jest-styled-components": "~7.0.8",
|
|
199
199
|
"jest-watch-typeahead": "~1.1.0",
|
|
200
200
|
"jscodeshift": "~0.13.1",
|
|
201
201
|
"jsdoc": "~3.6.10",
|
|
202
|
-
"lerna": "~5.
|
|
203
|
-
"lint-staged": "~13.0.
|
|
202
|
+
"lerna": "~5.1.2",
|
|
203
|
+
"lint-staged": "~13.0.1",
|
|
204
204
|
"mini-css-extract-plugin": "~2.6.0",
|
|
205
205
|
"minimist": "~1.2.6",
|
|
206
206
|
"moment": "~2.29.3",
|
|
207
207
|
"moment-locales-webpack-plugin": "~1.2.0",
|
|
208
|
-
"msw": "~0.42.
|
|
208
|
+
"msw": "~0.42.1",
|
|
209
209
|
"node-gyp": "~9.0.0",
|
|
210
210
|
"node-plop": "~0.31.0",
|
|
211
211
|
"nodemon": "~2.0.16",
|
|
212
212
|
"normalize-path": "~3.0.0",
|
|
213
|
-
"npm-check-updates": "13.
|
|
213
|
+
"npm-check-updates": "13.1.5",
|
|
214
214
|
"pino": "~8.0.0",
|
|
215
215
|
"pino-pretty": "~8.0.0",
|
|
216
216
|
"plop": "~3.1.0",
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
"postcss-jsx": "~0.36.4",
|
|
220
220
|
"postcss-loader": "~7.0.0",
|
|
221
221
|
"postcss-markdown": "~1.2.0",
|
|
222
|
-
"postcss-preset-env": "~7.7.
|
|
222
|
+
"postcss-preset-env": "~7.7.1",
|
|
223
223
|
"postcss-syntax": "~0.36.2",
|
|
224
224
|
"prettier": "~2.6.2",
|
|
225
225
|
"pug": "~3.0.2",
|
|
@@ -231,30 +231,30 @@
|
|
|
231
231
|
"resize-observer-polyfill": "~1.5.1",
|
|
232
232
|
"resolve-typescript-plugin": "~1.2.0",
|
|
233
233
|
"rimraf": "~3.0.2",
|
|
234
|
-
"semantic-release": "~19.0.
|
|
234
|
+
"semantic-release": "~19.0.3",
|
|
235
235
|
"slackify-markdown": "~4.3.1",
|
|
236
236
|
"speed-measure-webpack-plugin": "~1.5.0",
|
|
237
237
|
"storybook-addon-turbo-build": "~1.1.0",
|
|
238
238
|
"storybook-builder-vite": "~0.1.23",
|
|
239
239
|
"storybook-react-router": "~1.0.8",
|
|
240
240
|
"style-loader": "~3.3.1",
|
|
241
|
-
"stylelint": "~14.
|
|
242
|
-
"stylelint-config-recommended": "~
|
|
241
|
+
"stylelint": "~14.9.1",
|
|
242
|
+
"stylelint-config-recommended": "~8.0.0",
|
|
243
243
|
"stylelint-config-styled-components": "~0.1.1",
|
|
244
|
-
"swc-loader": "~0.2.
|
|
245
|
-
"ts-node": "~10.8.
|
|
246
|
-
"tsc-alias": "~1.6.
|
|
247
|
-
"typescript": "~4.7.
|
|
244
|
+
"swc-loader": "~0.2.3",
|
|
245
|
+
"ts-node": "~10.8.1",
|
|
246
|
+
"tsc-alias": "~1.6.9",
|
|
247
|
+
"typescript": "~4.7.3",
|
|
248
248
|
"update-notifier": "~5.1.0",
|
|
249
249
|
"url-loader": "~4.1.1",
|
|
250
250
|
"uuid": "~8.3.2",
|
|
251
|
-
"vite": "~2.9.
|
|
252
|
-
"vitest": "~0.
|
|
251
|
+
"vite": "~2.9.12",
|
|
252
|
+
"vitest": "~0.14.2",
|
|
253
253
|
"vite-tsconfig-paths": "~3.5.0",
|
|
254
254
|
"webpack": "~5.73.0",
|
|
255
255
|
"webpack-bundle-analyzer": "~4.5.0",
|
|
256
|
-
"webpack-cli": "~4.
|
|
257
|
-
"webpack-dev-server": "~4.9.
|
|
256
|
+
"webpack-cli": "~4.10.0",
|
|
257
|
+
"webpack-dev-server": "~4.9.2",
|
|
258
258
|
"webpack-manifest-plugin": "~5.0.0",
|
|
259
259
|
"webpack-merge": "~5.8.0",
|
|
260
260
|
"whatwg-fetch": "~3.6.2",
|