@elliemae/pui-cli 8.34.2 → 8.35.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 +25 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.35.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.9.1",
|
|
77
|
-
"@babel/cli": "~7.24.
|
|
78
|
-
"@babel/core": "~7.24.
|
|
79
|
-
"@babel/eslint-parser": "~7.24.
|
|
80
|
-
"@babel/node": "~7.24.
|
|
77
|
+
"@babel/cli": "~7.24.7",
|
|
78
|
+
"@babel/core": "~7.24.7",
|
|
79
|
+
"@babel/eslint-parser": "~7.24.7",
|
|
80
|
+
"@babel/node": "~7.24.7",
|
|
81
81
|
"@babel/plugin-proposal-class-properties": "~7.18.6",
|
|
82
|
-
"@babel/plugin-proposal-export-default-from": "~7.24.
|
|
82
|
+
"@babel/plugin-proposal-export-default-from": "~7.24.7",
|
|
83
83
|
"@babel/plugin-syntax-dynamic-import": "~7.8.3",
|
|
84
|
-
"@babel/plugin-syntax-import-assertions": "~7.24.
|
|
85
|
-
"@babel/plugin-transform-modules-commonjs": "~7.24.
|
|
86
|
-
"@babel/plugin-transform-react-constant-elements": "~7.24.
|
|
87
|
-
"@babel/plugin-transform-react-inline-elements": "~7.24.
|
|
88
|
-
"@babel/plugin-transform-react-jsx-source": "~7.24.
|
|
89
|
-
"@babel/plugin-transform-runtime": "~7.24.
|
|
90
|
-
"@babel/preset-env": "~7.24.
|
|
91
|
-
"@babel/preset-react": "~7.24.
|
|
92
|
-
"@babel/preset-typescript": "~7.24.
|
|
93
|
-
"@babel/runtime": "~7.24.
|
|
84
|
+
"@babel/plugin-syntax-import-assertions": "~7.24.7",
|
|
85
|
+
"@babel/plugin-transform-modules-commonjs": "~7.24.7",
|
|
86
|
+
"@babel/plugin-transform-react-constant-elements": "~7.24.7",
|
|
87
|
+
"@babel/plugin-transform-react-inline-elements": "~7.24.7",
|
|
88
|
+
"@babel/plugin-transform-react-jsx-source": "~7.24.7",
|
|
89
|
+
"@babel/plugin-transform-runtime": "~7.24.7",
|
|
90
|
+
"@babel/preset-env": "~7.24.7",
|
|
91
|
+
"@babel/preset-react": "~7.24.7",
|
|
92
|
+
"@babel/preset-typescript": "~7.24.7",
|
|
93
|
+
"@babel/runtime": "~7.24.7",
|
|
94
94
|
"@commitlint/cli": "~17.8.1",
|
|
95
95
|
"@commitlint/config-conventional": "~17.8.1",
|
|
96
96
|
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.9.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.
|
|
101
|
+
"@pmmmwh/react-refresh-webpack-plugin": "~0.5.15",
|
|
102
102
|
"@semantic-release/changelog": "~6.0.3",
|
|
103
103
|
"@semantic-release/exec": "~6.0.3",
|
|
104
104
|
"@semantic-release/git": "~10.0.1",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"@stylelint/postcss-css-in-js": "~0.38.0",
|
|
117
117
|
"@svgr/webpack": "~7.0.0",
|
|
118
118
|
"@swc/cli": "~0.3.12",
|
|
119
|
-
"@swc/core": "~1.5.
|
|
119
|
+
"@swc/core": "~1.5.27",
|
|
120
120
|
"@swc/jest": "~0.2.36",
|
|
121
121
|
"@testing-library/jest-dom": "~5.17.0",
|
|
122
122
|
"@testing-library/react": "~14.3.1",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"@types/jest": "~29.5.12",
|
|
131
131
|
"@types/jest-axe": "~3.5.9",
|
|
132
132
|
"@types/moment-locales-webpack-plugin": "~1.2.6",
|
|
133
|
-
"@types/node": "~18.19.
|
|
133
|
+
"@types/node": "~18.19.34",
|
|
134
134
|
"@types/normalize-path": "~3.0.2",
|
|
135
135
|
"@types/postcss-preset-env": "~7.7.0",
|
|
136
136
|
"@types/rimraf": "~3.0.2",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"@types/webpack-bundle-analyzer": "~4.7.0",
|
|
142
142
|
"@typescript-eslint/eslint-plugin": "~5.62.0",
|
|
143
143
|
"@typescript-eslint/parser": "~5.62.0",
|
|
144
|
-
"@vitejs/plugin-react": "~4.3.
|
|
144
|
+
"@vitejs/plugin-react": "~4.3.1",
|
|
145
145
|
"@vitest/coverage-c8": "~0.33.0",
|
|
146
146
|
"@vitest/coverage-v8": "~0.34.6",
|
|
147
147
|
"autoprefixer": "~10.4.19",
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
"babel-plugin-transform-remove-console": "~6.9.4",
|
|
158
158
|
"babel-plugin-transform-strip-block": "~0.0.5",
|
|
159
159
|
"body-parser": "~1.20.2",
|
|
160
|
-
"browserslist": "~4.23.
|
|
160
|
+
"browserslist": "~4.23.1",
|
|
161
161
|
"browserslist-to-esbuild": "~1.2.0",
|
|
162
162
|
"chalk": "~5.3.0",
|
|
163
163
|
"circular-dependency-plugin": "~5.2.2",
|
|
@@ -173,8 +173,8 @@
|
|
|
173
173
|
"dotenv": "~16.4.5",
|
|
174
174
|
"dotenv-webpack": "~8.1.0",
|
|
175
175
|
"duplicate-package-checker-webpack-plugin": "~3.0.0",
|
|
176
|
-
"enhanced-resolve": "~5.
|
|
177
|
-
"esbuild": "~0.21.
|
|
176
|
+
"enhanced-resolve": "~5.17.0",
|
|
177
|
+
"esbuild": "~0.21.5",
|
|
178
178
|
"esbuild-loader": "~3.2.0",
|
|
179
179
|
"esbuild-plugin-svgr": "~1.1.0",
|
|
180
180
|
"eslint": "~8.57.0",
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
"update-notifier": "~6.0.2",
|
|
281
281
|
"url-loader": "~4.1.1",
|
|
282
282
|
"uuid": "~9.0.1",
|
|
283
|
-
"vite": "~5.2.
|
|
283
|
+
"vite": "~5.2.13",
|
|
284
284
|
"vite-tsconfig-paths": "~4.3.2",
|
|
285
285
|
"vitest": "~1.6.0",
|
|
286
286
|
"webpack": "~5.91.0",
|
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
"yargs": "~17.7.2"
|
|
296
296
|
},
|
|
297
297
|
"devDependencies": {
|
|
298
|
-
"@elliemae/pui-doc-gen": "~2.
|
|
298
|
+
"@elliemae/pui-doc-gen": "~2.2.0",
|
|
299
299
|
"react": "~18.3.1",
|
|
300
300
|
"react-dom": "~18.3.1",
|
|
301
301
|
"redux": "~4.2.1",
|