@elliemae/pui-cli 8.4.0 → 8.5.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.
|
@@ -254,7 +254,7 @@ const baseConfig = (options) => ({
|
|
|
254
254
|
resourceQuery: /resource/,
|
|
255
255
|
type: "asset/resource",
|
|
256
256
|
generator: {
|
|
257
|
-
filename: "latest/[name].[hash][ext]
|
|
257
|
+
filename: "latest/[name].[hash][ext]"
|
|
258
258
|
},
|
|
259
259
|
exclude: (0, import_helpers.excludeNodeModulesExcept)(import_helpers.modulesToTranspile)
|
|
260
260
|
},
|
|
@@ -227,7 +227,7 @@ const baseConfig = (options) => ({
|
|
|
227
227
|
resourceQuery: /resource/,
|
|
228
228
|
type: "asset/resource",
|
|
229
229
|
generator: {
|
|
230
|
-
filename: "latest/[name].[hash][ext]
|
|
230
|
+
filename: "latest/[name].[hash][ext]"
|
|
231
231
|
},
|
|
232
232
|
exclude: excludeNodeModulesExcept(modulesToTranspile)
|
|
233
233
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.5.0",
|
|
4
4
|
"description": "ICE MT UI Platform CLI",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"dependencies": {
|
|
78
78
|
"@axe-core/react": "~4.6.1",
|
|
79
79
|
"@babel/cli": "~7.21.0",
|
|
80
|
-
"@babel/core": "~7.21.
|
|
80
|
+
"@babel/core": "~7.21.4",
|
|
81
81
|
"@babel/eslint-parser": "~7.21.3",
|
|
82
82
|
"@babel/node": "~7.20.7",
|
|
83
83
|
"@babel/plugin-proposal-class-properties": "~7.18.6",
|
|
@@ -88,18 +88,18 @@
|
|
|
88
88
|
"@babel/plugin-transform-react-constant-elements": "~7.21.3",
|
|
89
89
|
"@babel/plugin-transform-react-inline-elements": "~7.21.0",
|
|
90
90
|
"@babel/plugin-transform-react-jsx-source": "~7.19.6",
|
|
91
|
-
"@babel/plugin-transform-runtime": "~7.21.
|
|
92
|
-
"@babel/preset-env": "~7.
|
|
91
|
+
"@babel/plugin-transform-runtime": "~7.21.4",
|
|
92
|
+
"@babel/preset-env": "~7.21.4",
|
|
93
93
|
"@babel/preset-react": "~7.18.6",
|
|
94
|
-
"@babel/preset-typescript": "~7.21.
|
|
94
|
+
"@babel/preset-typescript": "~7.21.4",
|
|
95
95
|
"@babel/runtime": "~7.21.0",
|
|
96
96
|
"@commitlint/cli": "~17.5.1",
|
|
97
97
|
"@commitlint/config-conventional": "~17.4.4",
|
|
98
98
|
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.7.0",
|
|
99
99
|
"@faker-js/faker": "7.6.0",
|
|
100
|
-
"@nrwl/cli": "15.9.
|
|
101
|
-
"@nrwl/tao": "15.9.
|
|
102
|
-
"@nrwl/workspace": "15.9.
|
|
100
|
+
"@nrwl/cli": "15.9.2",
|
|
101
|
+
"@nrwl/tao": "15.9.2",
|
|
102
|
+
"@nrwl/workspace": "15.9.2",
|
|
103
103
|
"@pmmmwh/react-refresh-webpack-plugin": "~0.5.10",
|
|
104
104
|
"@semantic-release/changelog": "~6.0.3",
|
|
105
105
|
"@semantic-release/exec": "~6.0.3",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"@stylelint/postcss-css-in-js": "~0.38.0",
|
|
119
119
|
"@svgr/webpack": "~7.0.0",
|
|
120
120
|
"@swc/cli": "~0.1.62",
|
|
121
|
-
"@swc/core": "~1.3.
|
|
121
|
+
"@swc/core": "~1.3.46",
|
|
122
122
|
"@swc/jest": "~0.2.24",
|
|
123
123
|
"@testing-library/jest-dom": "~5.16.5",
|
|
124
124
|
"@testing-library/react": "~14.0.0",
|
|
@@ -141,8 +141,8 @@
|
|
|
141
141
|
"@types/uuid": "~9.0.1",
|
|
142
142
|
"@types/testing-library__jest-dom": "~5.14.5",
|
|
143
143
|
"@types/webpack-bundle-analyzer": "~4.6.0",
|
|
144
|
-
"@typescript-eslint/eslint-plugin": "~5.57.
|
|
145
|
-
"@typescript-eslint/parser": "~5.57.
|
|
144
|
+
"@typescript-eslint/eslint-plugin": "~5.57.1",
|
|
145
|
+
"@typescript-eslint/parser": "~5.57.1",
|
|
146
146
|
"@vitejs/plugin-react": "~3.1.0",
|
|
147
147
|
"@vitest/coverage-c8": "~0.29.8",
|
|
148
148
|
"autoprefixer": "~10.4.14",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"dotenv-webpack": "~8.0.1",
|
|
176
176
|
"duplicate-package-checker-webpack-plugin": "~3.0.0",
|
|
177
177
|
"enhanced-resolve": "5.12.0",
|
|
178
|
-
"esbuild": "~0.17.
|
|
178
|
+
"esbuild": "~0.17.15",
|
|
179
179
|
"esbuild-loader": "~3.0.1",
|
|
180
180
|
"esbuild-plugin-svgr": "~1.1.0",
|
|
181
181
|
"eslint": "~8.37.0",
|
|
@@ -185,13 +185,13 @@
|
|
|
185
185
|
"eslint-config-prettier": "~8.8.0",
|
|
186
186
|
"eslint-config-react-app": "~7.0.1",
|
|
187
187
|
"eslint-import-resolver-babel-module": "~5.3.2",
|
|
188
|
-
"eslint-import-resolver-typescript": "~3.5.
|
|
188
|
+
"eslint-import-resolver-typescript": "~3.5.5",
|
|
189
189
|
"eslint-import-resolver-webpack": "~0.13.2",
|
|
190
190
|
"eslint-plugin-compat": "~4.1.2",
|
|
191
191
|
"eslint-plugin-eslint-comments": "~3.2.0",
|
|
192
192
|
"eslint-plugin-import": "~2.27.5",
|
|
193
193
|
"eslint-plugin-jest": "~27.2.1",
|
|
194
|
-
"eslint-plugin-jsdoc": "~40.1.
|
|
194
|
+
"eslint-plugin-jsdoc": "~40.1.1",
|
|
195
195
|
"eslint-plugin-jsx-a11y": "~6.7.1",
|
|
196
196
|
"eslint-plugin-mdx": "~2.0.5",
|
|
197
197
|
"eslint-plugin-prettier": "~4.2.1",
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
"fast-glob": "~3.2.12",
|
|
210
210
|
"find-up": "~6.3.0",
|
|
211
211
|
"find-up-cli": "~5.0.0",
|
|
212
|
-
"happy-dom": "~
|
|
212
|
+
"happy-dom": "~9.1.7",
|
|
213
213
|
"helmet-csp": "~3.4.0",
|
|
214
214
|
"html-loader": "~4.2.0",
|
|
215
215
|
"html-webpack-plugin": "~5.5.0",
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
"node-plop": "~0.31.1",
|
|
239
239
|
"nodemon": "~2.0.22",
|
|
240
240
|
"normalize-path": "~3.0.0",
|
|
241
|
-
"npm-check-updates": "16.
|
|
241
|
+
"npm-check-updates": "16.10.2",
|
|
242
242
|
"pino": "~8.11.0",
|
|
243
243
|
"pino-http": "~8.3.3",
|
|
244
244
|
"pino-pretty": "~10.0.0",
|
|
@@ -246,9 +246,9 @@
|
|
|
246
246
|
"postcss": "~8.4.21",
|
|
247
247
|
"postcss-html": "~1.5.0",
|
|
248
248
|
"postcss-jsx": "~0.36.4",
|
|
249
|
-
"postcss-loader": "~7.
|
|
249
|
+
"postcss-loader": "~7.2.4",
|
|
250
250
|
"postcss-markdown": "~1.2.0",
|
|
251
|
-
"postcss-preset-env": "~8.0
|
|
251
|
+
"postcss-preset-env": "~8.3.0",
|
|
252
252
|
"postcss-syntax": "~0.36.2",
|
|
253
253
|
"prettier": "~2.8.7",
|
|
254
254
|
"prisma": "~4.12.0",
|
|
@@ -261,13 +261,13 @@
|
|
|
261
261
|
"resize-observer-polyfill": "~1.5.1",
|
|
262
262
|
"resolve-typescript-plugin": "~2.0.1",
|
|
263
263
|
"rimraf": "~4.4.1",
|
|
264
|
-
"semantic-release": "~21.0.
|
|
264
|
+
"semantic-release": "~21.0.1",
|
|
265
265
|
"slackify-markdown": "~4.3.1",
|
|
266
266
|
"speed-measure-webpack-plugin": "~1.5.0",
|
|
267
267
|
"storybook-addon-turbo-build": "~1.1.0",
|
|
268
268
|
"storybook-react-router": "~1.0.8",
|
|
269
269
|
"style-loader": "~3.3.2",
|
|
270
|
-
"stylelint": "~15.
|
|
270
|
+
"stylelint": "~15.4.0",
|
|
271
271
|
"stylelint-config-recommended": "~11.0.0",
|
|
272
272
|
"stylelint-config-styled-components": "~0.1.1",
|
|
273
273
|
"supertest": "~6.3.3",
|
|
@@ -281,11 +281,11 @@
|
|
|
281
281
|
"uuid": "~9.0.0",
|
|
282
282
|
"vite": "~4.2.1",
|
|
283
283
|
"vitest": "~0.29.8",
|
|
284
|
-
"vite-tsconfig-paths": "~4.0.
|
|
284
|
+
"vite-tsconfig-paths": "~4.0.8",
|
|
285
285
|
"webpack": "~5.77.0",
|
|
286
286
|
"webpack-bundle-analyzer": "~4.8.0",
|
|
287
287
|
"webpack-cli": "~5.0.1",
|
|
288
|
-
"webpack-dev-server": "~4.13.
|
|
288
|
+
"webpack-dev-server": "~4.13.2",
|
|
289
289
|
"webpack-manifest-plugin": "~5.0.0",
|
|
290
290
|
"webpack-merge": "~5.8.0",
|
|
291
291
|
"whatwg-fetch": "~3.6.2",
|