Merge pull request #8647 from zgriesinger/add-prefix-glob-to-version-bump

CLI: Add --prefix option to version:bump command
This commit is contained in:
Fredrik Adelöw
2022-01-04 10:33:53 +01:00
committed by GitHub
10 changed files with 195 additions and 14 deletions
+2
View File
@@ -83,6 +83,7 @@
"json-schema": "^0.4.0",
"jest-transform-yaml": "^0.1.1",
"lodash": "^4.17.21",
"minimatch": "3.0.4",
"mini-css-extract-plugin": "^2.4.2",
"node-libs-browser": "^2.2.1",
"ora": "^5.3.0",
@@ -127,6 +128,7 @@
"@types/fs-extra": "^9.0.1",
"@types/http-proxy": "^1.17.4",
"@types/inquirer": "^8.1.3",
"@types/minimatch": "^3.0.5",
"@types/mock-fs": "^4.13.0",
"@types/node": "^14.14.32",
"@types/recursive-readdir": "^2.2.0",