Skip to content

Commit

Permalink
fix(create-react-router): Add missing fs-extra dep (#12556)
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish authored Dec 16, 2024
1 parent 8b82164 commit 3be44ec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/perfect-elephants-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-react-router": patch
---

Fix missing `fs-extra` dependency
2 changes: 1 addition & 1 deletion packages/create-react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"arg": "^5.0.1",
"chalk": "^4.1.2",
"execa": "5.1.1",
"fs-extra": "^10.0.0",
"gunzip-maybe": "^1.4.2",
"log-update": "^5.0.1",
"proxy-agent": "^6.3.0",
Expand All @@ -55,7 +56,6 @@
"@types/tar-fs": "^2.0.1",
"esbuild": "0.17.6",
"esbuild-register": "^3.3.2",
"fs-extra": "^10.0.0",
"msw": "^1.2.3",
"tiny-invariant": "^1.2.0",
"tsup": "^8.3.0",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3be44ec

Please sign in to comment.