Skip to content

Commit

Permalink
chore(create-refine-app): bump superplate dependency (#5925)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliemir authored May 8, 2024
1 parent f0aea0d commit b840c4b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changeset/kind-toes-destroy.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion packages/create-refine-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b840c4b

Please sign in to comment.