@elliemae/pui-cli 8.0.0-next.11 → 8.0.0-next.12
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.
|
@@ -38,7 +38,7 @@ var import_set_registry_version = require("../monorepo/set-registry-version.js")
|
|
|
38
38
|
var import_delete_merged_tags = require("../monorepo/delete-merged-tags.js");
|
|
39
39
|
const version = async (lernaOptions = "") => {
|
|
40
40
|
await (0, import_utils.exec)(
|
|
41
|
-
`
|
|
41
|
+
`lerna version --conventional-commits --exact --create-release github --force-publish --yes ${lernaOptions}`
|
|
42
42
|
);
|
|
43
43
|
};
|
|
44
44
|
const cmdArgs = {
|
|
@@ -5,7 +5,7 @@ import { setRegistryVersion } from "../monorepo/set-registry-version.js";
|
|
|
5
5
|
import { deleteMergedTags } from "../monorepo/delete-merged-tags.js";
|
|
6
6
|
const version = async (lernaOptions = "") => {
|
|
7
7
|
await exec(
|
|
8
|
-
`
|
|
8
|
+
`lerna version --conventional-commits --exact --create-release github --force-publish --yes ${lernaOptions}`
|
|
9
9
|
);
|
|
10
10
|
};
|
|
11
11
|
const cmdArgs = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "8.0.0-next.
|
|
3
|
+
"version": "8.0.0-next.12",
|
|
4
4
|
"description": "ICE MT UI Platform CLI",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"@babel/plugin-proposal-export-default-from": "~7.18.10",
|
|
82
82
|
"@babel/plugin-syntax-dynamic-import": "~7.8.3",
|
|
83
83
|
"@babel/plugin-syntax-import-assertions": "~7.20.0",
|
|
84
|
-
"@babel/plugin-transform-modules-commonjs": "~7.
|
|
84
|
+
"@babel/plugin-transform-modules-commonjs": "~7.21.2",
|
|
85
85
|
"@babel/plugin-transform-react-constant-elements": "~7.20.2",
|
|
86
86
|
"@babel/plugin-transform-react-inline-elements": "~7.21.0",
|
|
87
87
|
"@babel/plugin-transform-react-jsx-source": "~7.19.6",
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"@types/jest": "~29.4.0",
|
|
130
130
|
"@types/jest-axe": "~3.5.5",
|
|
131
131
|
"@types/moment-locales-webpack-plugin": "~1.2.3",
|
|
132
|
-
"@types/node": "~18.14.
|
|
132
|
+
"@types/node": "~18.14.1",
|
|
133
133
|
"@types/normalize-path": "~3.0.0",
|
|
134
134
|
"@types/postcss-preset-env": "~7.7.0",
|
|
135
135
|
"@types/rimraf": "~3.0.2",
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
"fast-glob": "~3.2.12",
|
|
207
207
|
"find-up": "~6.3.0",
|
|
208
208
|
"find-up-cli": "~5.0.0",
|
|
209
|
-
"happy-dom": "~8.7.
|
|
209
|
+
"happy-dom": "~8.7.2",
|
|
210
210
|
"helmet-csp": "~3.4.0",
|
|
211
211
|
"html-loader": "~4.2.0",
|
|
212
212
|
"html-webpack-plugin": "~5.5.0",
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
"node-plop": "~0.31.1",
|
|
236
236
|
"nodemon": "~2.0.20",
|
|
237
237
|
"normalize-path": "~3.0.0",
|
|
238
|
-
"npm-check-updates": "16.7.
|
|
238
|
+
"npm-check-updates": "16.7.9",
|
|
239
239
|
"pino": "~8.11.0",
|
|
240
240
|
"pino-http": "~8.3.3",
|
|
241
241
|
"pino-pretty": "~9.3.0",
|
|
@@ -290,7 +290,7 @@
|
|
|
290
290
|
"yargs": "~17.7.1"
|
|
291
291
|
},
|
|
292
292
|
"devDependencies": {
|
|
293
|
-
"@elliemae/pui-doc-gen": "~1.
|
|
293
|
+
"@elliemae/pui-doc-gen": "~1.6.4",
|
|
294
294
|
"react": "~18.2.0",
|
|
295
295
|
"react-dom": "~18.2.0",
|
|
296
296
|
"redux": "~4.2.1",
|