diff --git a/commander/src/bootstrapping/templates/lisk-template-ts/templates/init/package-template.json b/commander/src/bootstrapping/templates/lisk-template-ts/templates/init/package-template.json index c78ae3515ee..36ac7389c07 100644 --- a/commander/src/bootstrapping/templates/lisk-template-ts/templates/init/package-template.json +++ b/commander/src/bootstrapping/templates/lisk-template-ts/templates/init/package-template.json @@ -98,15 +98,15 @@ } }, "dependencies": { - "@liskhq/lisk-framework-dashboard-plugin": "^0.1.0", - "@liskhq/lisk-framework-faucet-plugin": "^0.1.0", + "@liskhq/lisk-framework-dashboard-plugin": "^0.1.1", + "@liskhq/lisk-framework-faucet-plugin": "^0.1.1", "@oclif/command": "1.8.0", "@oclif/plugin-autocomplete": "0.3.0", "@oclif/plugin-help": "3.2.2", "fs-extra": "9.0.1", "inquirer": "7.3.2", - "lisk-commander": "^5.1.0", - "lisk-sdk": "^5.1.0", + "lisk-commander": "^5.1.1", + "lisk-sdk": "^5.1.1", "tar": "6.0.2", "tslib": "1.13.0", "axios": "0.21.1"