@elliemae/pui-cli 6.0.0-beta.24 → 6.0.0-beta.25
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
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.25",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "ICE MT UI Platform CLI",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"@testing-library/react": "~12.1.2",
|
|
87
87
|
"@testing-library/react-hooks": "~7.0.2",
|
|
88
88
|
"@types/jest": "~27.0.3",
|
|
89
|
-
"@types/node": "~16.11.
|
|
89
|
+
"@types/node": "~16.11.12",
|
|
90
90
|
"@types/rimraf": "~3.0.2",
|
|
91
91
|
"@types/testing-library__jest-dom": "~5.14.2",
|
|
92
92
|
"@typescript-eslint/eslint-plugin": "~5.6.0",
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"esbuild-jest": "~0.5.0",
|
|
130
130
|
"esbuild-loader": "~2.16.0",
|
|
131
131
|
"esbuild-plugin-svgr": "~0.0.3",
|
|
132
|
-
"eslint": "~8.4.
|
|
132
|
+
"eslint": "~8.4.1",
|
|
133
133
|
"eslint-config-airbnb": "~18.2.1",
|
|
134
134
|
"eslint-config-airbnb-base": "~15.0.0",
|
|
135
135
|
"eslint-config-airbnb-typescript": "~15.0.0",
|
|
@@ -179,7 +179,8 @@
|
|
|
179
179
|
"minimist": "~1.2.5",
|
|
180
180
|
"moment": "~2.29.1",
|
|
181
181
|
"moment-locales-webpack-plugin": "~1.2.0",
|
|
182
|
-
"msw": "~0.36.
|
|
182
|
+
"msw": "~0.36.1",
|
|
183
|
+
"node-gyp": "~8.4.1",
|
|
183
184
|
"node-plop": "~0.30.0",
|
|
184
185
|
"nodemon": "~2.0.15",
|
|
185
186
|
"npm-check-updates": "12.0.3",
|