@elliemae/pui-cli 9.0.0-next.47 → 9.0.0-next.48
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/package.json +7 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "9.0.0-next.
|
|
3
|
+
"version": "9.0.0-next.48",
|
|
4
4
|
"description": "ICE MT UI Platform CLI",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/cjs/index.cjs",
|
|
@@ -99,6 +99,7 @@
|
|
|
99
99
|
"@commitlint/cli": "~19.3.0",
|
|
100
100
|
"@commitlint/config-conventional": "~19.2.2",
|
|
101
101
|
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.9.0",
|
|
102
|
+
"@eslint/eslintrc": "~3.0.2",
|
|
102
103
|
"@eslint/js": "~9.2.0",
|
|
103
104
|
"@faker-js/faker": "8.4.1",
|
|
104
105
|
"@nx/workspace": "19.0.0",
|
|
@@ -151,6 +152,7 @@
|
|
|
151
152
|
"@typescript-eslint/parser": "~7.8.0",
|
|
152
153
|
"@vitejs/plugin-react": "~4.2.1",
|
|
153
154
|
"@vitest/coverage-c8": "~0.33.0",
|
|
155
|
+
"acorn": "~8.11.3",
|
|
154
156
|
"autoprefixer": "~10.4.19",
|
|
155
157
|
"axe-core": "~4.9.1",
|
|
156
158
|
"babel-plugin-date-fns": "~2.0.0",
|
|
@@ -191,6 +193,7 @@
|
|
|
191
193
|
"eslint-config-airbnb-typescript": "~18.0.0",
|
|
192
194
|
"eslint-config-prettier": "~9.1.0",
|
|
193
195
|
"eslint-config-react-app": "~7.0.1",
|
|
196
|
+
"eslint-config-standard-with-typescript": "~43.0.1",
|
|
194
197
|
"eslint-import-resolver-babel-module": "~5.3.2",
|
|
195
198
|
"eslint-import-resolver-typescript": "~3.6.1",
|
|
196
199
|
"eslint-import-resolver-webpack": "~0.13.8",
|
|
@@ -201,7 +204,9 @@
|
|
|
201
204
|
"eslint-plugin-jsdoc": "~48.2.3",
|
|
202
205
|
"eslint-plugin-jsx-a11y": "~6.8.0",
|
|
203
206
|
"eslint-plugin-mdx": "~3.1.5",
|
|
207
|
+
"eslint-plugin-n": "~17.5.1",
|
|
204
208
|
"eslint-plugin-prettier": "~5.1.3",
|
|
209
|
+
"eslint-plugin-promise": "~6.1.1",
|
|
205
210
|
"eslint-plugin-react": "~7.34.1",
|
|
206
211
|
"eslint-plugin-react-hooks": "~4.6.2",
|
|
207
212
|
"eslint-plugin-redux-saga": "~1.3.2",
|
|
@@ -216,6 +221,7 @@
|
|
|
216
221
|
"fast-glob": "~3.3.2",
|
|
217
222
|
"find-up": "~7.0.0",
|
|
218
223
|
"find-up-cli": "~6.0.0",
|
|
224
|
+
"globals": "~15.1.0",
|
|
219
225
|
"happy-dom": "~14.10.1",
|
|
220
226
|
"helmet-csp": "~3.4.0",
|
|
221
227
|
"html-loader": "~5.0.0",
|