Skip to content

Commit

Permalink
fix: bump cli-helpers-engine for all packages (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
mediremi committed Jan 10, 2022
1 parent 929fc2f commit f651b4a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"private": false,
"dependencies": {
"@dhis2/cli-app-scripts": "^8.3.0",
"@dhis2/cli-helpers-engine": "^3.1.0"
"@dhis2/cli-helpers-engine": "^3.2.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/cluster/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "Austin McGee <[email protected]>",
"license": "BSD-3-Clause",
"dependencies": {
"@dhis2/cli-helpers-engine": "^3.1.0",
"@dhis2/cli-helpers-engine": "^3.2.1",
"cli-table3": "^0.6.0"
},
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "BSD-3-Clause",
"dependencies": {
"@dhis2/cli-create": "4.2.1",
"@dhis2/cli-helpers-engine": "^3.1.0"
"@dhis2/cli-helpers-engine": "^3.2.1"
},
"bin": "./bin/d2-create-app",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "BSD-3-Clause",
"private": false,
"dependencies": {
"@dhis2/cli-helpers-engine": "^3.1.0",
"@dhis2/cli-helpers-engine": "^3.2.1",
"@dhis2/cli-helpers-template": "^3.0.0",
"fs-extra": "^9.0.0",
"handlebars": "^4.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/create/templates/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "BSD-3-Clause",
"private": false,
"dependencies": {
"@dhis2/cli-helpers-engine": "^3.1.0"
"@dhis2/cli-helpers-engine": "^3.2.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "BSD-3-Clause",
"private": false,
"dependencies": {
"@dhis2/cli-helpers-engine": "^3.1.0",
"@dhis2/cli-helpers-engine": "^3.2.1",
"@dhis2/cli-utils-codemods": "^3.0.0",
"@dhis2/cli-utils-cypress": "^9.0.1",
"@dhis2/cli-utils-docsite": "^3.1.2",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2045,7 +2045,7 @@
update-notifier "^3.0.0"
yargs "^13.1.0"

"@dhis2/cli-helpers-engine@^3.0.0", "@dhis2/cli-helpers-engine@^3.1.0", "@dhis2/cli-helpers-engine@^3.2.1":
"@dhis2/cli-helpers-engine@^3.0.0", "@dhis2/cli-helpers-engine@^3.2.1":
version "3.2.1"
resolved "https://registry.yarnpkg.com/@dhis2/cli-helpers-engine/-/cli-helpers-engine-3.2.1.tgz#80d3f5b50ae223e5ed3f91550c81c30c3d7741a7"
integrity sha512-8VRM7KMuiGudogiKmpD7dfjp4Y9aSmmh1dGnTq57kdIQLw/o3CqGqz61BSw41SN/t9hxZvYAy8fBaujPAgL1sQ==
Expand Down

0 comments on commit f651b4a

Please sign in to comment.