@elliemae/pui-cli 6.0.0-beta.40 → 6.0.0-beta.41
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/lint/stylelint.config.js +0 -1
- package/package.json +36 -38
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "6.0.0-beta.
|
|
3
|
+
"version": "6.0.0-beta.41",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "ICE MT UI Platform CLI",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -48,44 +48,44 @@
|
|
|
48
48
|
"indent": 4
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@babel/cli": "~7.16.
|
|
51
|
+
"@babel/cli": "~7.16.8",
|
|
52
52
|
"@babel/core": "~7.16.7",
|
|
53
53
|
"@babel/eslint-parser": "~7.16.5",
|
|
54
|
-
"@babel/node": "~7.16.
|
|
54
|
+
"@babel/node": "~7.16.8",
|
|
55
55
|
"@babel/plugin-proposal-class-properties": "~7.16.7",
|
|
56
56
|
"@babel/plugin-proposal-export-default-from": "~7.16.7",
|
|
57
57
|
"@babel/plugin-syntax-dynamic-import": "~7.8.3",
|
|
58
|
-
"@babel/plugin-transform-modules-commonjs": "~7.16.
|
|
58
|
+
"@babel/plugin-transform-modules-commonjs": "~7.16.8",
|
|
59
59
|
"@babel/plugin-transform-react-constant-elements": "~7.16.7",
|
|
60
60
|
"@babel/plugin-transform-react-inline-elements": "~7.16.7",
|
|
61
61
|
"@babel/plugin-transform-react-jsx-source": "~7.16.7",
|
|
62
|
-
"@babel/plugin-transform-runtime": "~7.16.
|
|
63
|
-
"@babel/preset-env": "~7.16.
|
|
62
|
+
"@babel/plugin-transform-runtime": "~7.16.8",
|
|
63
|
+
"@babel/preset-env": "~7.16.8",
|
|
64
64
|
"@babel/preset-react": "~7.16.7",
|
|
65
65
|
"@babel/preset-typescript": "~7.16.7",
|
|
66
66
|
"@babel/runtime": "~7.16.7",
|
|
67
|
-
"@commitlint/cli": "~16.0.
|
|
67
|
+
"@commitlint/cli": "~16.0.2",
|
|
68
68
|
"@commitlint/config-conventional": "~16.0.0",
|
|
69
69
|
"@elliemae/browserslist-config-elliemae": "~1.2.1",
|
|
70
70
|
"@pmmmwh/react-refresh-webpack-plugin": "~0.5.4",
|
|
71
71
|
"@semantic-release/changelog": "~6.0.1",
|
|
72
72
|
"@semantic-release/exec": "~6.0.3",
|
|
73
73
|
"@semantic-release/git": "~10.0.1",
|
|
74
|
-
"@storybook/addon-a11y": "~6.4.
|
|
75
|
-
"@storybook/addon-essentials": "~6.4.
|
|
74
|
+
"@storybook/addon-a11y": "~6.4.12",
|
|
75
|
+
"@storybook/addon-essentials": "~6.4.12",
|
|
76
76
|
"@storybook/addon-events": "~6.2.9",
|
|
77
|
-
"@storybook/addon-interactions": "~6.4.
|
|
78
|
-
"@storybook/addon-links": "~6.4.
|
|
79
|
-
"@storybook/addon-storysource": "~6.4.
|
|
80
|
-
"@storybook/builder-webpack5": "~6.4.
|
|
81
|
-
"@storybook/manager-webpack5": "~6.4.
|
|
82
|
-
"@storybook/react": "~6.4.
|
|
83
|
-
"@storybook/theming": "~6.4.
|
|
77
|
+
"@storybook/addon-interactions": "~6.4.12",
|
|
78
|
+
"@storybook/addon-links": "~6.4.12",
|
|
79
|
+
"@storybook/addon-storysource": "~6.4.12",
|
|
80
|
+
"@storybook/builder-webpack5": "~6.4.12",
|
|
81
|
+
"@storybook/manager-webpack5": "~6.4.12",
|
|
82
|
+
"@storybook/react": "~6.4.12",
|
|
83
|
+
"@storybook/theming": "~6.4.12",
|
|
84
84
|
"@stylelint/postcss-css-in-js": "~0.37.2",
|
|
85
|
-
"@svgr/webpack": "~6.
|
|
85
|
+
"@svgr/webpack": "~6.2.0",
|
|
86
86
|
"@swc/cli": "~0.1.55",
|
|
87
|
-
"@swc/core": "~1.2.
|
|
88
|
-
"@swc/jest": "~0.2.
|
|
87
|
+
"@swc/core": "~1.2.128",
|
|
88
|
+
"@swc/jest": "~0.2.16",
|
|
89
89
|
"@testing-library/jest-dom": "~5.16.1",
|
|
90
90
|
"@testing-library/react": "~12.1.2",
|
|
91
91
|
"@testing-library/react-hooks": "~7.0.2",
|
|
@@ -93,8 +93,8 @@
|
|
|
93
93
|
"@types/node": "~17.0.8",
|
|
94
94
|
"@types/rimraf": "~3.0.2",
|
|
95
95
|
"@types/testing-library__jest-dom": "~5.14.2",
|
|
96
|
-
"@typescript-eslint/eslint-plugin": "~5.9.
|
|
97
|
-
"@typescript-eslint/parser": "~5.9.
|
|
96
|
+
"@typescript-eslint/eslint-plugin": "~5.9.1",
|
|
97
|
+
"@typescript-eslint/parser": "~5.9.1",
|
|
98
98
|
"autoprefixer": "~10.4.2",
|
|
99
99
|
"axe-core": "~4.3.5",
|
|
100
100
|
"babel-loader": "~8.2.3",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"chalk": "~4.1.2",
|
|
117
117
|
"circular-dependency-plugin": "~5.2.2",
|
|
118
118
|
"classnames": "~2.3.1",
|
|
119
|
-
"compare-versions": "~4.1.
|
|
119
|
+
"compare-versions": "~4.1.3",
|
|
120
120
|
"compression": "~1.7.4",
|
|
121
121
|
"compression-webpack-plugin": "~9.2.0",
|
|
122
122
|
"copy-webpack-plugin": "~10.2.0",
|
|
@@ -124,13 +124,13 @@
|
|
|
124
124
|
"cross-env": "~7.0.3",
|
|
125
125
|
"css-loader": "~6.5.1",
|
|
126
126
|
"css-minimizer-webpack-plugin": "~3.3.1",
|
|
127
|
-
"depcheck": "~1.4.
|
|
127
|
+
"depcheck": "~1.4.3",
|
|
128
128
|
"docdash": "~1.2.0",
|
|
129
|
-
"dotenv": "~
|
|
129
|
+
"dotenv": "~11.0.0",
|
|
130
130
|
"dotenv-webpack": "~7.0.3",
|
|
131
131
|
"duplicate-package-checker-webpack-plugin": "~3.0.0",
|
|
132
132
|
"enhanced-resolve": "~5.8.3",
|
|
133
|
-
"esbuild": "~0.14.
|
|
133
|
+
"esbuild": "~0.14.11",
|
|
134
134
|
"esbuild-jest": "~0.5.0",
|
|
135
135
|
"esbuild-loader": "~2.18.0",
|
|
136
136
|
"esbuild-plugin-svgr": "~1.0.0",
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"eslint-plugin-eslint-comments": "~3.2.0",
|
|
148
148
|
"eslint-plugin-import": "~2.25.4",
|
|
149
149
|
"eslint-plugin-jest": "~25.3.4",
|
|
150
|
-
"eslint-plugin-jsdoc": "~37.
|
|
150
|
+
"eslint-plugin-jsdoc": "~37.6.1",
|
|
151
151
|
"eslint-plugin-jsx-a11y": "~6.5.1",
|
|
152
152
|
"eslint-plugin-mdx": "~1.16.0",
|
|
153
153
|
"eslint-plugin-prettier": "~4.0.0",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"eslint-plugin-react-hooks": "~4.3.0",
|
|
156
156
|
"eslint-plugin-redux-saga": "~1.3.2",
|
|
157
157
|
"eslint-plugin-storybook": "~0.5.5",
|
|
158
|
-
"eslint-plugin-testing-library": "~5.0.
|
|
158
|
+
"eslint-plugin-testing-library": "~5.0.3",
|
|
159
159
|
"eslint-plugin-wdio": "~7.4.2",
|
|
160
160
|
"execa": "~5.1.1",
|
|
161
161
|
"express": "~4.17.2",
|
|
@@ -166,9 +166,9 @@
|
|
|
166
166
|
"file-loader": "~6.2.0",
|
|
167
167
|
"fork-ts-checker-webpack-plugin": "~6.5.0",
|
|
168
168
|
"helmet-csp": "~3.4.0",
|
|
169
|
-
"html-loader": "~3.0
|
|
169
|
+
"html-loader": "~3.1.0",
|
|
170
170
|
"html-webpack-plugin": "~5.5.0",
|
|
171
|
-
"http-server": "~14.
|
|
171
|
+
"http-server": "~14.1.0",
|
|
172
172
|
"husky": "~7.0.4",
|
|
173
173
|
"husky-init": "~7.0.0",
|
|
174
174
|
"imports-loader": "~3.1.1",
|
|
@@ -177,20 +177,20 @@
|
|
|
177
177
|
"jest-cli": "~27.4.7",
|
|
178
178
|
"jest-sonar-reporter": "~2.0.0",
|
|
179
179
|
"jest-styled-components": "~7.0.8",
|
|
180
|
-
"jscodeshift": "~0.13.
|
|
180
|
+
"jscodeshift": "~0.13.1",
|
|
181
181
|
"jsdoc": "~3.6.7",
|
|
182
182
|
"lint-staged": "~12.1.7",
|
|
183
183
|
"mini-css-extract-plugin": "~2.4.6",
|
|
184
184
|
"minimist": "~1.2.5",
|
|
185
185
|
"moment": "~2.29.1",
|
|
186
186
|
"moment-locales-webpack-plugin": "~1.2.0",
|
|
187
|
-
"msw": "~0.36.
|
|
187
|
+
"msw": "~0.36.4",
|
|
188
188
|
"node-gyp": "~8.4.1",
|
|
189
189
|
"node-plop": "~0.30.0",
|
|
190
190
|
"nodemon": "~2.0.15",
|
|
191
191
|
"npm-check-updates": "12.1.0",
|
|
192
192
|
"null-loader": "~4.0.1",
|
|
193
|
-
"pino": "~7.6.
|
|
193
|
+
"pino": "~7.6.3",
|
|
194
194
|
"pino-pretty": "~7.3.0",
|
|
195
195
|
"pinst": "~2.1.6",
|
|
196
196
|
"plop": "~3.0.5",
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
"postcss-jsx": "~0.36.4",
|
|
200
200
|
"postcss-loader": "~6.2.1",
|
|
201
201
|
"postcss-markdown": "~1.2.0",
|
|
202
|
-
"postcss-preset-env": "~7.2.
|
|
202
|
+
"postcss-preset-env": "~7.2.3",
|
|
203
203
|
"postcss-syntax": "~0.36.2",
|
|
204
204
|
"prettier": "~2.5.1",
|
|
205
205
|
"pug": "~3.0.2",
|
|
@@ -224,8 +224,6 @@
|
|
|
224
224
|
"stylelint": "~14.2.0",
|
|
225
225
|
"stylelint-config-recommended": "~6.0.0",
|
|
226
226
|
"stylelint-config-styled-components": "~0.1.1",
|
|
227
|
-
"stylelint-custom-processor-loader": "~0.6.0",
|
|
228
|
-
"stylelint-processor-styled-components": "~1.10.0",
|
|
229
227
|
"svg-url-loader": "~7.1.1",
|
|
230
228
|
"svgo": "~2.8.0",
|
|
231
229
|
"swc-loader": "~0.1.15",
|
|
@@ -241,13 +239,13 @@
|
|
|
241
239
|
"url-loader": "~4.1.1",
|
|
242
240
|
"uuid": "~8.3.2",
|
|
243
241
|
"vite": "~2.7.10",
|
|
244
|
-
"vitest": "~0.0.
|
|
245
|
-
"webpack": "~5.
|
|
242
|
+
"vitest": "~0.0.141",
|
|
243
|
+
"webpack": "~5.66.0",
|
|
246
244
|
"webpack-bundle-analyzer": "~4.5.0",
|
|
247
245
|
"webpack-cli": "~4.9.1",
|
|
248
246
|
"webpack-dev-middleware": "~5.3.0",
|
|
249
247
|
"webpack-hot-middleware": "~2.25.1",
|
|
250
|
-
"webpack-manifest-plugin": "~4.
|
|
248
|
+
"webpack-manifest-plugin": "~4.1.1",
|
|
251
249
|
"webpack-merge": "~5.8.0",
|
|
252
250
|
"webpack-pwa-manifest": "~4.3.0",
|
|
253
251
|
"webpack-strip-block": "~0.3.0",
|