@elliemae/pui-cli 8.36.1 → 8.37.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.
|
|
3
|
+
"version": "8.37.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.8",
|
|
78
|
+
"@babel/core": "~7.24.9",
|
|
79
|
+
"@babel/eslint-parser": "~7.24.8",
|
|
80
|
+
"@babel/node": "~7.24.8",
|
|
81
81
|
"@babel/plugin-proposal-class-properties": "~7.18.6",
|
|
82
82
|
"@babel/plugin-proposal-export-default-from": "~7.24.7",
|
|
83
83
|
"@babel/plugin-syntax-dynamic-import": "~7.8.3",
|
|
84
84
|
"@babel/plugin-syntax-import-assertions": "~7.24.7",
|
|
85
|
-
"@babel/plugin-transform-modules-commonjs": "~7.24.
|
|
85
|
+
"@babel/plugin-transform-modules-commonjs": "~7.24.8",
|
|
86
86
|
"@babel/plugin-transform-react-constant-elements": "~7.24.7",
|
|
87
87
|
"@babel/plugin-transform-react-inline-elements": "~7.24.7",
|
|
88
88
|
"@babel/plugin-transform-react-jsx-source": "~7.24.7",
|
|
89
89
|
"@babel/plugin-transform-runtime": "~7.24.7",
|
|
90
|
-
"@babel/preset-env": "~7.24.
|
|
90
|
+
"@babel/preset-env": "~7.24.8",
|
|
91
91
|
"@babel/preset-react": "~7.24.7",
|
|
92
92
|
"@babel/preset-typescript": "~7.24.7",
|
|
93
|
-
"@babel/runtime": "~7.24.
|
|
93
|
+
"@babel/runtime": "~7.24.8",
|
|
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",
|
|
@@ -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.4.0",
|
|
119
|
-
"@swc/core": "~1.
|
|
119
|
+
"@swc/core": "~1.7.0",
|
|
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.41",
|
|
134
134
|
"@types/normalize-path": "~3.0.2",
|
|
135
135
|
"@types/postcss-preset-env": "~7.7.0",
|
|
136
136
|
"@types/rimraf": "~3.0.2",
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
"eslint-plugin-jsx-a11y": "~6.9.0",
|
|
195
195
|
"eslint-plugin-mdx": "~2.3.4",
|
|
196
196
|
"eslint-plugin-prettier": "~4.2.1",
|
|
197
|
-
"eslint-plugin-react": "~7.
|
|
197
|
+
"eslint-plugin-react": "~7.35.0",
|
|
198
198
|
"eslint-plugin-react-hooks": "~4.6.2",
|
|
199
199
|
"eslint-plugin-redux-saga": "~1.3.2",
|
|
200
200
|
"eslint-plugin-storybook": "~0.8.0",
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
"pino-http": "~8.6.1",
|
|
243
243
|
"pino-pretty": "~10.3.1",
|
|
244
244
|
"plop": "~3.1.2",
|
|
245
|
-
"postcss": "
|
|
245
|
+
"postcss": "8.4.38",
|
|
246
246
|
"postcss-html": "~1.7.0",
|
|
247
247
|
"postcss-jsx": "~0.36.4",
|
|
248
248
|
"postcss-loader": "~7.3.4",
|
|
@@ -275,15 +275,15 @@
|
|
|
275
275
|
"ts-node": "~10.9.2",
|
|
276
276
|
"tsc-alias": "~1.8.10",
|
|
277
277
|
"tsx": "~3.14.0",
|
|
278
|
-
"typedoc": "~0.26.
|
|
279
|
-
"typescript": "~5.5.
|
|
278
|
+
"typedoc": "~0.26.5",
|
|
279
|
+
"typescript": "~5.5.4",
|
|
280
280
|
"update-notifier": "~6.0.2",
|
|
281
281
|
"url-loader": "~4.1.1",
|
|
282
282
|
"uuid": "~9.0.1",
|
|
283
|
-
"vite": "~5.3.
|
|
283
|
+
"vite": "~5.3.4",
|
|
284
284
|
"vite-tsconfig-paths": "~4.3.2",
|
|
285
285
|
"vitest": "~1.6.0",
|
|
286
|
-
"webpack": "~5.
|
|
286
|
+
"webpack": "~5.93.0",
|
|
287
287
|
"webpack-bundle-analyzer": "~4.10.2",
|
|
288
288
|
"webpack-cli": "~5.1.4",
|
|
289
289
|
"webpack-dev-server": "~4.15.2",
|