@elliemae/pui-cli 8.51.2 → 8.52.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.51.2",
3
+ "version": "8.52.0",
4
4
  "description": "ICE MT UI Platform CLI",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/cjs/index.cjs",
@@ -74,23 +74,23 @@
74
74
  },
75
75
  "dependencies": {
76
76
  "@axe-core/react": "~4.10.1",
77
- "@babel/cli": "~7.27.0",
78
- "@babel/core": "~7.26.10",
79
- "@babel/eslint-parser": "~7.27.0",
80
- "@babel/node": "~7.26.0",
77
+ "@babel/cli": "~7.27.2",
78
+ "@babel/core": "~7.27.4",
79
+ "@babel/eslint-parser": "~7.27.5",
80
+ "@babel/node": "~7.27.1",
81
81
  "@babel/plugin-proposal-class-properties": "~7.18.6",
82
- "@babel/plugin-proposal-export-default-from": "~7.25.9",
82
+ "@babel/plugin-proposal-export-default-from": "~7.27.1",
83
83
  "@babel/plugin-syntax-dynamic-import": "~7.8.3",
84
- "@babel/plugin-syntax-import-assertions": "~7.26.0",
85
- "@babel/plugin-transform-modules-commonjs": "~7.26.3",
86
- "@babel/plugin-transform-react-constant-elements": "~7.25.9",
87
- "@babel/plugin-transform-react-inline-elements": "~7.25.9",
88
- "@babel/plugin-transform-react-jsx-source": "~7.25.9",
89
- "@babel/plugin-transform-runtime": "~7.26.10",
90
- "@babel/preset-env": "~7.26.9",
91
- "@babel/preset-react": "~7.26.3",
92
- "@babel/preset-typescript": "~7.27.0",
93
- "@babel/runtime": "~7.27.0",
84
+ "@babel/plugin-syntax-import-assertions": "~7.27.1",
85
+ "@babel/plugin-transform-modules-commonjs": "~7.27.1",
86
+ "@babel/plugin-transform-react-constant-elements": "~7.27.1",
87
+ "@babel/plugin-transform-react-inline-elements": "~7.27.1",
88
+ "@babel/plugin-transform-react-jsx-source": "~7.27.1",
89
+ "@babel/plugin-transform-runtime": "~7.27.4",
90
+ "@babel/preset-env": "~7.27.2",
91
+ "@babel/preset-react": "~7.27.1",
92
+ "@babel/preset-typescript": "~7.27.1",
93
+ "@babel/runtime": "~7.27.4",
94
94
  "@commitlint/cli": "~17.8.1",
95
95
  "@commitlint/config-conventional": "~17.8.1",
96
96
  "@elliemae/browserslist-config-elliemae-latest-browsers": "~1.12.0",
@@ -98,7 +98,7 @@
98
98
  "@nrwl/cli": "~15.9.7",
99
99
  "@nrwl/tao": "~15.9.7",
100
100
  "@nrwl/workspace": "~15.9.7",
101
- "@pmmmwh/react-refresh-webpack-plugin": "~0.5.16",
101
+ "@pmmmwh/react-refresh-webpack-plugin": "~0.6.0",
102
102
  "@semantic-release/changelog": "~6.0.3",
103
103
  "@semantic-release/exec": "~6.0.3",
104
104
  "@semantic-release/git": "~10.0.1",
@@ -115,16 +115,16 @@
115
115
  "@storybook/theming": "~6.5.16",
116
116
  "@stylelint/postcss-css-in-js": "~0.38.0",
117
117
  "@svgr/webpack": "~7.0.0",
118
- "@swc/cli": "~0.7.2",
119
- "@swc/core": "~1.11.21",
120
- "@swc/jest": "~0.2.37",
118
+ "@swc/cli": "~0.7.7",
119
+ "@swc/core": "~1.11.29",
120
+ "@swc/jest": "~0.2.38",
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
124
  "@testing-library/user-event": "~14.6.1",
125
125
  "@types/circular-dependency-plugin": "~5.0.8",
126
- "@types/compression": "~1.7.5",
127
- "@types/cors": "~2.8.17",
126
+ "@types/compression": "~1.8.0",
127
+ "@types/cors": "~2.8.18",
128
128
  "@types/dotenv-webpack": "~7.0.8",
129
129
  "@types/duplicate-package-checker-webpack-plugin": "~2.1.5",
130
130
  "@types/express-serve-static-core": "~4.19.6",
@@ -132,7 +132,7 @@
132
132
  "@types/jest": "~29.5.14",
133
133
  "@types/jest-axe": "~3.5.9",
134
134
  "@types/moment-locales-webpack-plugin": "~1.2.6",
135
- "@types/node": "~18.19.86",
135
+ "@types/node": "~18.19.110",
136
136
  "@types/normalize-path": "~3.0.2",
137
137
  "@types/postcss-preset-env": "~7.7.0",
138
138
  "@types/rimraf": "~3.0.2",
@@ -143,7 +143,7 @@
143
143
  "@types/webpack-bundle-analyzer": "~4.7.0",
144
144
  "@typescript-eslint/eslint-plugin": "~5.62.0",
145
145
  "@typescript-eslint/parser": "~5.62.0",
146
- "@vitejs/plugin-react": "~4.3.4",
146
+ "@vitejs/plugin-react": "~4.5.1",
147
147
  "@vitest/coverage-c8": "~0.33.0",
148
148
  "@vitest/coverage-v8": "~0.34.6",
149
149
  "autoprefixer": "~10.4.21",
@@ -159,7 +159,7 @@
159
159
  "babel-plugin-transform-remove-console": "~6.9.4",
160
160
  "babel-plugin-transform-strip-block": "~0.0.5",
161
161
  "body-parser": "~1.20.3",
162
- "browserslist": "~4.24.4",
162
+ "browserslist": "~4.25.0",
163
163
  "browserslist-to-esbuild": "~1.2.0",
164
164
  "chalk": "~5.4.1",
165
165
  "cheerio": "~1.0.0",
@@ -177,7 +177,7 @@
177
177
  "dotenv-webpack": "~8.1.0",
178
178
  "duplicate-package-checker-webpack-plugin": "~3.0.0",
179
179
  "enhanced-resolve": "~5.18.1",
180
- "esbuild": "~0.25.2",
180
+ "esbuild": "~0.25.5",
181
181
  "esbuild-loader": "~3.2.0",
182
182
  "esbuild-plugin-svgr": "~1.1.0",
183
183
  "eslint": "~8.57.1",
@@ -187,7 +187,7 @@
187
187
  "eslint-config-prettier": "~8.10.0",
188
188
  "eslint-config-react-app": "~7.0.1",
189
189
  "eslint-import-resolver-babel-module": "~5.3.2",
190
- "eslint-import-resolver-typescript": "~3.10.0",
190
+ "eslint-import-resolver-typescript": "~3.10.1",
191
191
  "eslint-import-resolver-webpack": "~0.13.10",
192
192
  "eslint-plugin-compat": "~4.2.0",
193
193
  "eslint-plugin-eslint-comments": "~3.2.0",
@@ -275,30 +275,30 @@
275
275
  "supertest": "~6.3.4",
276
276
  "swc-loader": "~0.2.6",
277
277
  "ts-node": "~10.9.2",
278
- "tsc-alias": "~1.8.15",
278
+ "tsc-alias": "~1.8.16",
279
279
  "tsconfig-paths-webpack-plugin": "~3.5.2",
280
280
  "tsx": "~3.14.0",
281
- "typedoc": "~0.28.2",
281
+ "typedoc": "~0.28.5",
282
282
  "typescript": "~5.8.3",
283
283
  "update-notifier": "~6.0.2",
284
284
  "url-loader": "~4.1.1",
285
285
  "uuid": "~9.0.1",
286
- "vite": "~5.4.18",
286
+ "vite": "~5.4.19",
287
287
  "vite-tsconfig-paths": "~4.3.2",
288
288
  "vitest": "~1.6.1",
289
- "webpack": "~5.99.5",
289
+ "webpack": "~5.99.9",
290
290
  "webpack-bundle-analyzer": "~4.10.2",
291
291
  "webpack-cli": "~5.1.4",
292
- "webpack-dev-server": "~5.2.1",
292
+ "webpack-dev-server": "~5.2.2",
293
293
  "webpack-manifest-plugin": "~5.0.1",
294
294
  "webpack-merge": "~5.10.0",
295
295
  "whatwg-fetch": "~3.6.20",
296
296
  "workbox-webpack-plugin": "~6.6.1",
297
- "ws": "~8.18.1",
297
+ "ws": "~8.18.2",
298
298
  "yargs": "~17.7.2"
299
299
  },
300
300
  "devDependencies": {
301
- "@elliemae/pui-doc-gen": "~3.4.1",
301
+ "@elliemae/pui-doc-gen": "~3.5.0",
302
302
  "react": "~18.3.1",
303
303
  "react-dom": "~18.3.1",
304
304
  "redux": "~4.2.1",