@elliemae/pui-cli 7.17.0 → 7.19.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.
- package/package.json +20 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.19.0",
|
|
4
4
|
"description": "ICE MT UI Platform CLI",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -79,13 +79,13 @@
|
|
|
79
79
|
"@babel/preset-react": "~7.18.6",
|
|
80
80
|
"@babel/preset-typescript": "~7.18.6",
|
|
81
81
|
"@babel/runtime": "~7.20.1",
|
|
82
|
-
"@commitlint/cli": "~17.
|
|
83
|
-
"@commitlint/config-conventional": "~17.
|
|
84
|
-
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.
|
|
82
|
+
"@commitlint/cli": "~17.3.0",
|
|
83
|
+
"@commitlint/config-conventional": "~17.3.0",
|
|
84
|
+
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.6.0",
|
|
85
85
|
"@faker-js/faker": "7.6.0",
|
|
86
|
-
"@nrwl/cli": "15.2.
|
|
87
|
-
"@nrwl/tao": "15.2.
|
|
88
|
-
"@nrwl/workspace": "15.2.
|
|
86
|
+
"@nrwl/cli": "15.2.1",
|
|
87
|
+
"@nrwl/tao": "15.2.1",
|
|
88
|
+
"@nrwl/workspace": "15.2.1",
|
|
89
89
|
"@pmmmwh/react-refresh-webpack-plugin": "~0.5.9",
|
|
90
90
|
"@semantic-release/changelog": "~6.0.1",
|
|
91
91
|
"@semantic-release/exec": "~6.0.3",
|
|
@@ -104,21 +104,23 @@
|
|
|
104
104
|
"@stylelint/postcss-css-in-js": "~0.38.0",
|
|
105
105
|
"@svgr/webpack": "~6.5.1",
|
|
106
106
|
"@swc/cli": "~0.1.57",
|
|
107
|
-
"@swc/core": "~1.3.
|
|
107
|
+
"@swc/core": "~1.3.19",
|
|
108
108
|
"@swc/jest": "~0.2.23",
|
|
109
109
|
"@testing-library/jest-dom": "~5.16.5",
|
|
110
110
|
"@testing-library/react": "~13.4.0",
|
|
111
111
|
"@testing-library/react-hooks": "~8.0.1",
|
|
112
112
|
"@testing-library/user-event": "~14.4.3",
|
|
113
113
|
"@types/jest": "~29.2.3",
|
|
114
|
+
"@types/jest-axe": "~3.5.5",
|
|
114
115
|
"@types/node": "~18.11.9",
|
|
115
116
|
"@types/rimraf": "~3.0.2",
|
|
116
117
|
"@types/supertest": "~2.0.12",
|
|
118
|
+
"@types/uuid": "~8.3.4",
|
|
117
119
|
"@types/testing-library__jest-dom": "~5.14.5",
|
|
118
|
-
"@typescript-eslint/eslint-plugin": "~5.
|
|
119
|
-
"@typescript-eslint/parser": "~5.
|
|
120
|
+
"@typescript-eslint/eslint-plugin": "~5.44.0",
|
|
121
|
+
"@typescript-eslint/parser": "~5.44.0",
|
|
120
122
|
"@vitejs/plugin-react": "~2.2.0",
|
|
121
|
-
"@vitest/coverage-c8": "~0.25.
|
|
123
|
+
"@vitest/coverage-c8": "~0.25.3",
|
|
122
124
|
"autoprefixer": "~10.4.13",
|
|
123
125
|
"axe-core": "~4.5.2",
|
|
124
126
|
"babel-plugin-date-fns": "~2.0.0",
|
|
@@ -148,8 +150,8 @@
|
|
|
148
150
|
"dotenv": "~16.0.3",
|
|
149
151
|
"dotenv-webpack": "~8.0.1",
|
|
150
152
|
"duplicate-package-checker-webpack-plugin": "~3.0.0",
|
|
151
|
-
"enhanced-resolve": "5.
|
|
152
|
-
"esbuild": "~0.15.
|
|
153
|
+
"enhanced-resolve": "5.11.0",
|
|
154
|
+
"esbuild": "~0.15.15",
|
|
153
155
|
"esbuild-loader": "~2.20.0",
|
|
154
156
|
"esbuild-plugin-svgr": "~1.0.1",
|
|
155
157
|
"eslint": "~8.28.0",
|
|
@@ -179,8 +181,8 @@
|
|
|
179
181
|
"express": "~4.18.2",
|
|
180
182
|
"express-pino-logger": "~7.0.0",
|
|
181
183
|
"express-static-gzip": "~2.1.7",
|
|
182
|
-
"favicons": "~
|
|
183
|
-
"favicons-webpack-plugin": "~
|
|
184
|
+
"favicons": "~7.0.2",
|
|
185
|
+
"favicons-webpack-plugin": "~6.0.0",
|
|
184
186
|
"fast-glob": "~3.2.12",
|
|
185
187
|
"find-up": "~6.3.0",
|
|
186
188
|
"find-up-cli": "~5.0.0",
|
|
@@ -212,7 +214,7 @@
|
|
|
212
214
|
"node-plop": "~0.31.0",
|
|
213
215
|
"nodemon": "~2.0.20",
|
|
214
216
|
"normalize-path": "~3.0.0",
|
|
215
|
-
"npm-check-updates": "16.4.
|
|
217
|
+
"npm-check-updates": "16.4.3",
|
|
216
218
|
"pino": "~8.7.0",
|
|
217
219
|
"pino-pretty": "~9.1.1",
|
|
218
220
|
"plop": "~3.1.1",
|
|
@@ -253,8 +255,8 @@
|
|
|
253
255
|
"url-loader": "~4.1.1",
|
|
254
256
|
"uuid": "~9.0.0",
|
|
255
257
|
"vite": "~3.2.4",
|
|
256
|
-
"vitest": "~0.25.
|
|
257
|
-
"vite-tsconfig-paths": "~3.
|
|
258
|
+
"vitest": "~0.25.3",
|
|
259
|
+
"vite-tsconfig-paths": "~3.6.0",
|
|
258
260
|
"webpack": "~5.75.0",
|
|
259
261
|
"webpack-bundle-analyzer": "~4.7.0",
|
|
260
262
|
"webpack-cli": "~5.0.0",
|