From dcc8145580dbfe81c56bc5e00db9d1dfb5bd13cf Mon Sep 17 00:00:00 2001 From: Donald Pakkies Date: Tue, 22 Apr 2025 22:10:08 +0200 Subject: [PATCH 1/2] chore: update installer --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 59dd777..947bbf1 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "/oclif.manifest.json" ], "dependencies": { - "@formidablejs/installer": "^0.9.11", + "@formidablejs/installer": "^0.9.12", "@inquirer/prompts": "^1.2.1", "@oclif/core": "^2", "@oclif/plugin-help": "^5", diff --git a/yarn.lock b/yarn.lock index 0eaf341..6dd3390 100644 --- a/yarn.lock +++ b/yarn.lock @@ -239,10 +239,10 @@ minimatch "^3.0.4" strip-json-comments "^3.1.1" -"@formidablejs/installer@^0.9.11": - version "0.9.11" - resolved "https://registry.yarnpkg.com/@formidablejs/installer/-/installer-0.9.11.tgz#ff9d5d7bdbea213b2c586a318c9d9f1943ac3707" - integrity sha512-erkJEXHdpboSRML1EOm58uzXwgRmRo1OEH0O63PPclH5tSzKv5GSYf7uMjERl6Ft0rs0aVZ1m7GYRG43HNLunA== +"@formidablejs/installer@^0.9.12": + version "0.9.12" + resolved "https://registry.yarnpkg.com/@formidablejs/installer/-/installer-0.9.12.tgz#470f4cb8127835ac366e09fb1590e8709b9ffcb3" + integrity sha512-BgTvCbuuvg0qTXmEDwSDo5ToA4PrymG58ou5MjNhvaDWHYbDT9VrEDEgBLNCEIzCEnIl/HGNYj3xaCFNmYumsQ== dependencies: "@oclif/core" "^1" "@oclif/plugin-help" "^5" From cf173c8fe07d7525f52ee6827da175055bc87d29 Mon Sep 17 00:00:00 2001 From: Donald Pakkies Date: Tue, 22 Apr 2025 22:10:24 +0200 Subject: [PATCH 2/2] chore: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 947bbf1..e5979a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-formidable", - "version": "0.0.12", + "version": "0.0.13", "description": "The Formidable Framework Installer", "author": "Donald Pakkies @donaldp", "bin": {