@elliemae/pui-cli 8.36.1 → 8.36.2
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/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "8.36.
|
|
3
|
+
"version": "8.36.2",
|
|
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",
|
|
@@ -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.40",
|
|
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.34.
|
|
197
|
+
"eslint-plugin-react": "~7.34.4",
|
|
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",
|
|
@@ -280,10 +280,10 @@
|
|
|
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",
|