@elliemae/pui-cli 6.14.1 → 6.15.1
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/testing/jest.config.js +2 -0
- package/package.json +36 -36
|
@@ -30,6 +30,8 @@ const jestConfig = {
|
|
|
30
30
|
collectCoverageFrom: [
|
|
31
31
|
'app/**/*.{js,ts,jsx,tsx}',
|
|
32
32
|
'lib/**/*.{js,ts,jsx,tsx}',
|
|
33
|
+
'!app/**/*.d.ts',
|
|
34
|
+
'!lib/**/*.d.ts',
|
|
33
35
|
'!app/**/*.test.{js,ts,jsx,tsx}',
|
|
34
36
|
'!lib/**/*.test.{js,ts,jsx,tsx}',
|
|
35
37
|
'!app/**/*.stories.{js,ts,jsx,tsx}',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.15.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "ICE MT UI Platform CLI",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -65,43 +65,43 @@
|
|
|
65
65
|
"@babel/runtime": "~7.17.9",
|
|
66
66
|
"@commitlint/cli": "~16.2.3",
|
|
67
67
|
"@commitlint/config-conventional": "~16.2.1",
|
|
68
|
-
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.
|
|
68
|
+
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.4.2",
|
|
69
69
|
"@faker-js/faker": "6.1.2",
|
|
70
|
-
"@nrwl/cli": "13.10.
|
|
71
|
-
"@nrwl/tao": "13.10.
|
|
72
|
-
"@nrwl/workspace": "13.10.
|
|
70
|
+
"@nrwl/cli": "13.10.3",
|
|
71
|
+
"@nrwl/tao": "13.10.3",
|
|
72
|
+
"@nrwl/workspace": "13.10.3",
|
|
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",
|
|
76
76
|
"@semantic-release/git": "~10.0.1",
|
|
77
|
-
"@storybook/addon-a11y": "~6.4.
|
|
78
|
-
"@storybook/addon-essentials": "~6.4.
|
|
77
|
+
"@storybook/addon-a11y": "~6.4.22",
|
|
78
|
+
"@storybook/addon-essentials": "~6.4.22",
|
|
79
79
|
"@storybook/addon-events": "~6.2.9",
|
|
80
|
-
"@storybook/addon-interactions": "~6.4.
|
|
81
|
-
"@storybook/addon-links": "~6.4.
|
|
82
|
-
"@storybook/addon-storysource": "~6.4.
|
|
83
|
-
"@storybook/builder-vite": "~0.1.
|
|
84
|
-
"@storybook/builder-webpack5": "~6.4.
|
|
85
|
-
"@storybook/manager-webpack5": "~6.4.
|
|
86
|
-
"@storybook/react": "~6.4.
|
|
87
|
-
"@storybook/theming": "~6.4.
|
|
80
|
+
"@storybook/addon-interactions": "~6.4.22",
|
|
81
|
+
"@storybook/addon-links": "~6.4.22",
|
|
82
|
+
"@storybook/addon-storysource": "~6.4.22",
|
|
83
|
+
"@storybook/builder-vite": "~0.1.29",
|
|
84
|
+
"@storybook/builder-webpack5": "~6.4.22",
|
|
85
|
+
"@storybook/manager-webpack5": "~6.4.22",
|
|
86
|
+
"@storybook/react": "~6.4.22",
|
|
87
|
+
"@storybook/theming": "~6.4.22",
|
|
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.170",
|
|
92
92
|
"@swc/jest": "~0.2.20",
|
|
93
93
|
"@testing-library/jest-dom": "~5.16.4",
|
|
94
|
-
"@testing-library/react": "~
|
|
95
|
-
"@testing-library/react-hooks": "~
|
|
94
|
+
"@testing-library/react": "~12.1.4",
|
|
95
|
+
"@testing-library/react-hooks": "~7.0.2",
|
|
96
96
|
"@types/jest": "~27.4.1",
|
|
97
|
-
"@types/node": "~17.0.
|
|
97
|
+
"@types/node": "~17.0.25",
|
|
98
98
|
"@types/rimraf": "~3.0.2",
|
|
99
99
|
"@types/testing-library__jest-dom": "~5.14.3",
|
|
100
|
-
"@typescript-eslint/eslint-plugin": "~5.
|
|
101
|
-
"@typescript-eslint/parser": "~5.
|
|
100
|
+
"@typescript-eslint/eslint-plugin": "~5.20.0",
|
|
101
|
+
"@typescript-eslint/parser": "~5.20.0",
|
|
102
102
|
"autoprefixer": "~10.4.4",
|
|
103
103
|
"axe-core": "~4.4.1",
|
|
104
|
-
"babel-loader": "~8.2.
|
|
104
|
+
"babel-loader": "~8.2.5",
|
|
105
105
|
"babel-plugin-add-import-extension": "1.5.1",
|
|
106
106
|
"babel-plugin-date-fns": "~2.0.0",
|
|
107
107
|
"babel-plugin-dynamic-import-node": "~2.3.3",
|
|
@@ -131,10 +131,10 @@
|
|
|
131
131
|
"dotenv": "~16.0.0",
|
|
132
132
|
"dotenv-webpack": "~7.1.0",
|
|
133
133
|
"duplicate-package-checker-webpack-plugin": "~3.0.0",
|
|
134
|
-
"enhanced-resolve": "
|
|
135
|
-
"esbuild": "~0.14.
|
|
134
|
+
"enhanced-resolve": "5.9.2",
|
|
135
|
+
"esbuild": "~0.14.37",
|
|
136
136
|
"esbuild-loader": "~2.18.0",
|
|
137
|
-
"esbuild-plugin-svgr": "~1.0.
|
|
137
|
+
"esbuild-plugin-svgr": "~1.0.1",
|
|
138
138
|
"eslint": "~8.13.0",
|
|
139
139
|
"eslint-config-airbnb": "~19.0.4",
|
|
140
140
|
"eslint-config-airbnb-base": "~15.0.0",
|
|
@@ -148,14 +148,14 @@
|
|
|
148
148
|
"eslint-plugin-eslint-comments": "~3.2.0",
|
|
149
149
|
"eslint-plugin-import": "~2.26.0",
|
|
150
150
|
"eslint-plugin-jest": "~26.1.4",
|
|
151
|
-
"eslint-plugin-jsdoc": "~39.2.
|
|
151
|
+
"eslint-plugin-jsdoc": "~39.2.7",
|
|
152
152
|
"eslint-plugin-jsx-a11y": "~6.5.1",
|
|
153
153
|
"eslint-plugin-mdx": "~1.17.0",
|
|
154
154
|
"eslint-plugin-prettier": "~4.0.0",
|
|
155
155
|
"eslint-plugin-react": "~7.29.4",
|
|
156
156
|
"eslint-plugin-react-hooks": "~4.4.0",
|
|
157
157
|
"eslint-plugin-redux-saga": "~1.3.2",
|
|
158
|
-
"eslint-plugin-storybook": "~0.5.
|
|
158
|
+
"eslint-plugin-storybook": "~0.5.11",
|
|
159
159
|
"eslint-plugin-testing-library": "~5.3.1",
|
|
160
160
|
"eslint-plugin-wdio": "~7.19.4",
|
|
161
161
|
"execa": "~5.1.1",
|
|
@@ -181,10 +181,10 @@
|
|
|
181
181
|
"jscodeshift": "~0.13.1",
|
|
182
182
|
"jsdoc": "~3.6.10",
|
|
183
183
|
"lerna": "~4.0.0",
|
|
184
|
-
"lint-staged": "~12.
|
|
184
|
+
"lint-staged": "~12.4.0",
|
|
185
185
|
"mini-css-extract-plugin": "~2.6.0",
|
|
186
186
|
"minimist": "~1.2.6",
|
|
187
|
-
"moment": "~2.29.
|
|
187
|
+
"moment": "~2.29.3",
|
|
188
188
|
"moment-locales-webpack-plugin": "~1.2.0",
|
|
189
189
|
"msw": "~0.39.2",
|
|
190
190
|
"node-gyp": "~9.0.0",
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
"pinst": "~3.0.0",
|
|
199
199
|
"plop": "~3.0.5",
|
|
200
200
|
"postcss": "~8.4.12",
|
|
201
|
-
"postcss-html": "~1.
|
|
201
|
+
"postcss-html": "~1.4.1",
|
|
202
202
|
"postcss-jsx": "~0.36.4",
|
|
203
203
|
"postcss-loader": "~6.2.1",
|
|
204
204
|
"postcss-markdown": "~1.2.0",
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
"react-refresh": "~0.11.0",
|
|
214
214
|
"react-test-renderer": "~18.0.0",
|
|
215
215
|
"resize-observer-polyfill": "~1.5.1",
|
|
216
|
-
"resolve-typescript-plugin": "~1.
|
|
216
|
+
"resolve-typescript-plugin": "~1.2.0",
|
|
217
217
|
"rimraf": "~3.0.2",
|
|
218
218
|
"semantic-release": "~19.0.2",
|
|
219
219
|
"slackify-markdown": "~4.3.1",
|
|
@@ -221,10 +221,10 @@
|
|
|
221
221
|
"storybook-addon-turbo-build": "~1.1.0",
|
|
222
222
|
"storybook-react-router": "~1.0.8",
|
|
223
223
|
"style-loader": "~3.3.1",
|
|
224
|
-
"stylelint": "~14.
|
|
224
|
+
"stylelint": "~14.7.1",
|
|
225
225
|
"stylelint-config-recommended": "~7.0.0",
|
|
226
226
|
"stylelint-config-styled-components": "~0.1.1",
|
|
227
|
-
"swc-loader": "~0.
|
|
227
|
+
"swc-loader": "~0.2.0",
|
|
228
228
|
"terser-webpack-plugin": "~5.3.1",
|
|
229
229
|
"ts-node": "~10.7.0",
|
|
230
230
|
"tsc-alias": "~1.6.6",
|
|
@@ -232,8 +232,8 @@
|
|
|
232
232
|
"update-notifier": "~5.1.0",
|
|
233
233
|
"url-loader": "~4.1.1",
|
|
234
234
|
"uuid": "~8.3.2",
|
|
235
|
-
"vite": "~2.9.
|
|
236
|
-
"vitest": "~0.9.
|
|
235
|
+
"vite": "~2.9.5",
|
|
236
|
+
"vitest": "~0.9.4",
|
|
237
237
|
"webpack": "~5.72.0",
|
|
238
238
|
"webpack-bundle-analyzer": "~4.5.0",
|
|
239
239
|
"webpack-cli": "~4.9.2",
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
"devDependencies": {
|
|
249
249
|
"react": "~17.0.2",
|
|
250
250
|
"react-dom": "~17.0.2",
|
|
251
|
-
"redux": "~4.
|
|
251
|
+
"redux": "~4.2.0",
|
|
252
252
|
"redux-saga": "~1.1.3",
|
|
253
253
|
"styled-components": "~5.3.5"
|
|
254
254
|
}
|