@elliemae/pui-cli 8.22.1 → 8.23.0
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.
|
@@ -47,18 +47,13 @@ const vitestConfig = (0, import_config.defineConfig)({
|
|
|
47
47
|
setupFiles: [import_node_path.default.resolve(__dirname, "./setup-test-env.js")],
|
|
48
48
|
include: ["./{app,lib}/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}"],
|
|
49
49
|
exclude: [...import_config.configDefaults.exclude, ".idea", ".git", ".cache", "e2e"],
|
|
50
|
-
// watchIgnore: [
|
|
51
|
-
// '.*\\/node_modules\\/.*',
|
|
52
|
-
// '.*\\/build\\/.*',
|
|
53
|
-
// '.*\\/dist\\/.*',
|
|
54
|
-
// ],
|
|
55
50
|
coverage: {
|
|
56
51
|
reportsDirectory: "./reports/coverage"
|
|
57
52
|
},
|
|
58
53
|
deps: {
|
|
59
54
|
optimizer: {
|
|
60
55
|
web: {
|
|
61
|
-
include: ["app.config.json"]
|
|
56
|
+
include: ["app.config.json", "@elliemae/pui-app-sdk"]
|
|
62
57
|
}
|
|
63
58
|
}
|
|
64
59
|
}
|
|
@@ -13,18 +13,13 @@ const vitestConfig = defineConfig({
|
|
|
13
13
|
setupFiles: [path.resolve(__dirname, "./setup-test-env.js")],
|
|
14
14
|
include: ["./{app,lib}/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}"],
|
|
15
15
|
exclude: [...configDefaults.exclude, ".idea", ".git", ".cache", "e2e"],
|
|
16
|
-
// watchIgnore: [
|
|
17
|
-
// '.*\\/node_modules\\/.*',
|
|
18
|
-
// '.*\\/build\\/.*',
|
|
19
|
-
// '.*\\/dist\\/.*',
|
|
20
|
-
// ],
|
|
21
16
|
coverage: {
|
|
22
17
|
reportsDirectory: "./reports/coverage"
|
|
23
18
|
},
|
|
24
19
|
deps: {
|
|
25
20
|
optimizer: {
|
|
26
21
|
web: {
|
|
27
|
-
include: ["app.config.json"]
|
|
22
|
+
include: ["app.config.json", "@elliemae/pui-app-sdk"]
|
|
28
23
|
}
|
|
29
24
|
}
|
|
30
25
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.23.0",
|
|
4
4
|
"description": "ICE MT UI Platform CLI",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"dependencies": {
|
|
78
78
|
"@axe-core/react": "~4.8.0",
|
|
79
79
|
"@babel/cli": "~7.23.0",
|
|
80
|
-
"@babel/core": "~7.23.
|
|
80
|
+
"@babel/core": "~7.23.2",
|
|
81
81
|
"@babel/eslint-parser": "~7.22.15",
|
|
82
82
|
"@babel/node": "~7.22.19",
|
|
83
83
|
"@babel/plugin-proposal-class-properties": "~7.18.6",
|
|
@@ -88,11 +88,11 @@
|
|
|
88
88
|
"@babel/plugin-transform-react-constant-elements": "~7.22.5",
|
|
89
89
|
"@babel/plugin-transform-react-inline-elements": "~7.22.5",
|
|
90
90
|
"@babel/plugin-transform-react-jsx-source": "~7.22.5",
|
|
91
|
-
"@babel/plugin-transform-runtime": "~7.
|
|
92
|
-
"@babel/preset-env": "~7.
|
|
91
|
+
"@babel/plugin-transform-runtime": "~7.23.2",
|
|
92
|
+
"@babel/preset-env": "~7.23.2",
|
|
93
93
|
"@babel/preset-react": "~7.22.15",
|
|
94
|
-
"@babel/preset-typescript": "~7.23.
|
|
95
|
-
"@babel/runtime": "~7.23.
|
|
94
|
+
"@babel/preset-typescript": "~7.23.2",
|
|
95
|
+
"@babel/runtime": "~7.23.2",
|
|
96
96
|
"@commitlint/cli": "~17.7.2",
|
|
97
97
|
"@commitlint/config-conventional": "~17.7.0",
|
|
98
98
|
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.8.0",
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"@types/jest": "~29.5.5",
|
|
133
133
|
"@types/jest-axe": "~3.5.6",
|
|
134
134
|
"@types/moment-locales-webpack-plugin": "~1.2.4",
|
|
135
|
-
"@types/node": "~18.18.
|
|
135
|
+
"@types/node": "~18.18.5",
|
|
136
136
|
"@types/normalize-path": "~3.0.0",
|
|
137
137
|
"@types/postcss-preset-env": "~7.7.0",
|
|
138
138
|
"@types/rimraf": "~3.0.2",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"jest-cli": "~29.7.0",
|
|
224
224
|
"jest-environment-jsdom": "~29.7.0",
|
|
225
225
|
"jest-sonar-reporter": "~2.0.0",
|
|
226
|
-
"jest-styled-components": "~7.
|
|
226
|
+
"jest-styled-components": "~7.2.0",
|
|
227
227
|
"jest-watch-typeahead": "~2.2.2",
|
|
228
228
|
"jscodeshift": "~0.15.0",
|
|
229
229
|
"jsdoc": "~4.0.2",
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
"node-plop": "~0.32.0",
|
|
239
239
|
"nodemon": "~2.0.22",
|
|
240
240
|
"normalize-path": "~3.0.0",
|
|
241
|
-
"npm-check-updates": "16.14.
|
|
241
|
+
"npm-check-updates": "16.14.6",
|
|
242
242
|
"npm-run-all": "~4.1.5",
|
|
243
243
|
"pino": "~8.16.0",
|
|
244
244
|
"pino-http": "~8.5.0",
|