@elliemae/pui-cli 8.45.1 → 8.46.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "8.45.1",
3
+ "version": "8.46.0",
4
4
  "description": "ICE MT UI Platform CLI",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/cjs/index.cjs",
@@ -75,8 +75,8 @@
75
75
  "dependencies": {
76
76
  "@axe-core/react": "~4.10.1",
77
77
  "@babel/cli": "~7.26.4",
78
- "@babel/core": "~7.26.0",
79
- "@babel/eslint-parser": "~7.25.9",
78
+ "@babel/core": "~7.26.9",
79
+ "@babel/eslint-parser": "~7.26.8",
80
80
  "@babel/node": "~7.26.0",
81
81
  "@babel/plugin-proposal-class-properties": "~7.18.6",
82
82
  "@babel/plugin-proposal-export-default-from": "~7.25.9",
@@ -86,14 +86,14 @@
86
86
  "@babel/plugin-transform-react-constant-elements": "~7.25.9",
87
87
  "@babel/plugin-transform-react-inline-elements": "~7.25.9",
88
88
  "@babel/plugin-transform-react-jsx-source": "~7.25.9",
89
- "@babel/plugin-transform-runtime": "~7.25.9",
90
- "@babel/preset-env": "~7.26.0",
89
+ "@babel/plugin-transform-runtime": "~7.26.9",
90
+ "@babel/preset-env": "~7.26.9",
91
91
  "@babel/preset-react": "~7.26.3",
92
92
  "@babel/preset-typescript": "~7.26.0",
93
- "@babel/runtime": "~7.26.0",
93
+ "@babel/runtime": "~7.26.9",
94
94
  "@commitlint/cli": "~17.8.1",
95
95
  "@commitlint/config-conventional": "~17.8.1",
96
- "@elliemae/browserslist-config-elliemae-latest-browsers": "~1.11.0",
96
+ "@elliemae/browserslist-config-elliemae-latest-browsers": "~1.12.0",
97
97
  "@faker-js/faker": "~7.6.0",
98
98
  "@nrwl/cli": "~15.9.7",
99
99
  "@nrwl/tao": "~15.9.7",
@@ -116,12 +116,12 @@
116
116
  "@stylelint/postcss-css-in-js": "~0.38.0",
117
117
  "@svgr/webpack": "~7.0.0",
118
118
  "@swc/cli": "~0.6.0",
119
- "@swc/core": "~1.10.7",
119
+ "@swc/core": "~1.10.18",
120
120
  "@swc/jest": "~0.2.37",
121
121
  "@testing-library/jest-dom": "~5.17.0",
122
122
  "@testing-library/react": "~14.3.1",
123
123
  "@testing-library/react-hooks": "~8.0.1",
124
- "@testing-library/user-event": "~14.5.2",
124
+ "@testing-library/user-event": "~14.6.1",
125
125
  "@types/circular-dependency-plugin": "~5.0.8",
126
126
  "@types/compression": "~1.7.5",
127
127
  "@types/cors": "~2.8.17",
@@ -131,7 +131,7 @@
131
131
  "@types/jest": "~29.5.14",
132
132
  "@types/jest-axe": "~3.5.9",
133
133
  "@types/moment-locales-webpack-plugin": "~1.2.6",
134
- "@types/node": "~18.19.70",
134
+ "@types/node": "~18.19.76",
135
135
  "@types/normalize-path": "~3.0.2",
136
136
  "@types/postcss-preset-env": "~7.7.0",
137
137
  "@types/rimraf": "~3.0.2",
@@ -163,7 +163,7 @@
163
163
  "chalk": "~5.4.1",
164
164
  "cheerio": "~1.0.0",
165
165
  "circular-dependency-plugin": "~5.2.2",
166
- "compression": "~1.7.5",
166
+ "compression": "~1.8.0",
167
167
  "compression-webpack-plugin": "~10.0.0",
168
168
  "copy-webpack-plugin": "~11.0.0",
169
169
  "cors": "~2.8.5",
@@ -175,8 +175,8 @@
175
175
  "dotenv": "~16.4.7",
176
176
  "dotenv-webpack": "~8.1.0",
177
177
  "duplicate-package-checker-webpack-plugin": "~3.0.0",
178
- "enhanced-resolve": "~5.18.0",
179
- "esbuild": "~0.24.2",
178
+ "enhanced-resolve": "~5.18.1",
179
+ "esbuild": "~0.25.0",
180
180
  "esbuild-loader": "~3.2.0",
181
181
  "esbuild-plugin-svgr": "~1.1.0",
182
182
  "eslint": "~8.57.1",
@@ -186,7 +186,7 @@
186
186
  "eslint-config-prettier": "~8.10.0",
187
187
  "eslint-config-react-app": "~7.0.1",
188
188
  "eslint-import-resolver-babel-module": "~5.3.2",
189
- "eslint-import-resolver-typescript": "~3.7.0",
189
+ "eslint-import-resolver-typescript": "~3.8.3",
190
190
  "eslint-import-resolver-webpack": "~0.13.10",
191
191
  "eslint-plugin-compat": "~4.2.0",
192
192
  "eslint-plugin-eslint-comments": "~3.2.0",
@@ -196,10 +196,10 @@
196
196
  "eslint-plugin-jsx-a11y": "~6.10.2",
197
197
  "eslint-plugin-mdx": "~2.3.4",
198
198
  "eslint-plugin-prettier": "~4.2.1",
199
- "eslint-plugin-react": "~7.37.3",
199
+ "eslint-plugin-react": "~7.37.4",
200
200
  "eslint-plugin-react-hooks": "~4.6.2",
201
201
  "eslint-plugin-redux-saga": "~1.3.2",
202
- "eslint-plugin-storybook": "~0.11.2",
202
+ "eslint-plugin-storybook": "~0.11.3",
203
203
  "eslint-plugin-testing-library": "~5.11.1",
204
204
  "eslint-plugin-wdio": "~8.37.0",
205
205
  "execa": "~7.2.0",
@@ -238,17 +238,17 @@
238
238
  "node-plop": "~0.32.0",
239
239
  "nodemon": "~2.0.22",
240
240
  "normalize-path": "~3.0.0",
241
- "npm-check-updates": "~17.1.13",
241
+ "npm-check-updates": "~17.1.14",
242
242
  "npm-run-all": "~4.1.5",
243
243
  "pino": "~8.21.0",
244
244
  "pino-http": "~8.6.1",
245
245
  "pino-pretty": "~10.3.1",
246
246
  "plop": "~3.1.2",
247
- "postcss": "8.4.49",
248
- "postcss-html": "~1.7.0",
247
+ "postcss": "8.5.3",
248
+ "postcss-html": "~1.8.0",
249
249
  "postcss-jsx": "~0.36.4",
250
250
  "postcss-loader": "~7.3.4",
251
- "postcss-markdown": "~1.2.0",
251
+ "postcss-markdown": "~1.3.0",
252
252
  "postcss-preset-env": "9.6.0",
253
253
  "postcss-syntax": "~0.36.2",
254
254
  "prettier": "~2.8.8",
@@ -277,15 +277,15 @@
277
277
  "tsc-alias": "~1.8.10",
278
278
  "tsconfig-paths-webpack-plugin": "~3.5.2",
279
279
  "tsx": "~3.14.0",
280
- "typedoc": "~0.27.6",
280
+ "typedoc": "~0.27.8",
281
281
  "typescript": "~5.7.3",
282
282
  "update-notifier": "~6.0.2",
283
283
  "url-loader": "~4.1.1",
284
284
  "uuid": "~9.0.1",
285
- "vite": "~5.4.11",
285
+ "vite": "~5.4.14",
286
286
  "vite-tsconfig-paths": "~4.3.2",
287
- "vitest": "~1.6.0",
288
- "webpack": "~5.97.1",
287
+ "vitest": "~1.6.1",
288
+ "webpack": "~5.98.0",
289
289
  "webpack-bundle-analyzer": "~4.10.2",
290
290
  "webpack-cli": "~5.1.4",
291
291
  "webpack-dev-server": "~5.2.0",
@@ -293,11 +293,11 @@
293
293
  "webpack-merge": "~5.10.0",
294
294
  "whatwg-fetch": "~3.6.20",
295
295
  "workbox-webpack-plugin": "~6.6.1",
296
- "ws": "~8.18.0",
296
+ "ws": "~8.18.1",
297
297
  "yargs": "~17.7.2"
298
298
  },
299
299
  "devDependencies": {
300
- "@elliemae/pui-doc-gen": "~3.2.0",
300
+ "@elliemae/pui-doc-gen": "~3.4.1",
301
301
  "react": "~18.3.1",
302
302
  "react-dom": "~18.3.1",
303
303
  "redux": "~4.2.1",