@elliemae/pui-cli 9.0.0-next.45 → 9.0.0-next.46
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 +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "9.0.0-next.
|
|
3
|
+
"version": "9.0.0-next.46",
|
|
4
4
|
"description": "ICE MT UI Platform CLI",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/cjs/index.cjs",
|
|
@@ -79,9 +79,9 @@
|
|
|
79
79
|
},
|
|
80
80
|
"dependencies": {
|
|
81
81
|
"@axe-core/react": "~4.9.0",
|
|
82
|
-
"@babel/cli": "~7.24.
|
|
83
|
-
"@babel/core": "~7.24.
|
|
84
|
-
"@babel/eslint-parser": "~7.24.
|
|
82
|
+
"@babel/cli": "~7.24.5",
|
|
83
|
+
"@babel/core": "~7.24.5",
|
|
84
|
+
"@babel/eslint-parser": "~7.24.5",
|
|
85
85
|
"@babel/node": "~7.23.9",
|
|
86
86
|
"@babel/plugin-proposal-class-properties": "~7.18.6",
|
|
87
87
|
"@babel/plugin-proposal-export-default-from": "~7.24.1",
|
|
@@ -92,10 +92,10 @@
|
|
|
92
92
|
"@babel/plugin-transform-react-inline-elements": "~7.24.1",
|
|
93
93
|
"@babel/plugin-transform-react-jsx-source": "~7.24.1",
|
|
94
94
|
"@babel/plugin-transform-runtime": "~7.24.3",
|
|
95
|
-
"@babel/preset-env": "~7.24.
|
|
95
|
+
"@babel/preset-env": "~7.24.5",
|
|
96
96
|
"@babel/preset-react": "~7.24.1",
|
|
97
97
|
"@babel/preset-typescript": "~7.24.1",
|
|
98
|
-
"@babel/runtime": "~7.24.
|
|
98
|
+
"@babel/runtime": "~7.24.5",
|
|
99
99
|
"@commitlint/cli": "~19.3.0",
|
|
100
100
|
"@commitlint/config-conventional": "~19.2.2",
|
|
101
101
|
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.9.0",
|
|
@@ -284,7 +284,7 @@
|
|
|
284
284
|
"tsconfig-paths-webpack-plugin": "~4.1.0",
|
|
285
285
|
"ts-node": "~10.9.2",
|
|
286
286
|
"tsc-alias": "~1.8.8",
|
|
287
|
-
"tsx": "~4.
|
|
287
|
+
"tsx": "~4.8.2",
|
|
288
288
|
"typedoc": "~0.25.13",
|
|
289
289
|
"typescript": "~5.4.5",
|
|
290
290
|
"undici": "~6.15.0",
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
"url-loader": "~4.1.1",
|
|
293
293
|
"uuid": "~9.0.1",
|
|
294
294
|
"vite": "~5.2.10",
|
|
295
|
-
"vitest": "~1.5.
|
|
295
|
+
"vitest": "~1.5.3",
|
|
296
296
|
"vite-tsconfig-paths": "~4.3.2",
|
|
297
297
|
"webpack": "~5.91.0",
|
|
298
298
|
"webpack-bundle-analyzer": "~4.10.2",
|
|
@@ -311,7 +311,7 @@
|
|
|
311
311
|
"react-dom": "~18.3.1",
|
|
312
312
|
"redux": "~5.0.1",
|
|
313
313
|
"redux-saga": "~1.3.0",
|
|
314
|
-
"styled-components": "~6.1.
|
|
314
|
+
"styled-components": "~6.1.9"
|
|
315
315
|
},
|
|
316
316
|
"type": "module"
|
|
317
317
|
}
|