diff --git a/.changeset/kind-toes-destroy.md b/.changeset/kind-toes-destroy.md new file mode 100644 index 000000000000..5ef73dc835a8 --- /dev/null +++ b/.changeset/kind-toes-destroy.md @@ -0,0 +1,7 @@ +--- +"create-refine-app": patch +--- + +chore: update `superplate-cli` dependency to latest + +This updates the `superplate-cli` and includes a fix for the re-initializing git repository issue. Now when a new project is created, it will check if the current directory is a git repository and if it is, it will not re-initialize it. diff --git a/packages/create-refine-app/package.json b/packages/create-refine-app/package.json index b6a9b8960f95..2df6ee9cd70d 100644 --- a/packages/create-refine-app/package.json +++ b/packages/create-refine-app/package.json @@ -25,7 +25,7 @@ "ora": "^5.4.1", "prompts": "2.1.0", "rimraf": "3.0.2", - "superplate-cli": "^1.19.0", + "superplate-cli": "^1.20.0", "tar": "^6.2.0", "tslib": "^2.6.2", "which-pm-runs": "^1.1.0"