Skip to content

Commit 3be44ec

Browse files
fix(create-react-router): Add missing fs-extra dep (#12556)
1 parent 8b82164 commit 3be44ec

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.changeset/perfect-elephants-type.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-react-router": patch
3+
---
4+
5+
Fix missing `fs-extra` dependency

packages/create-react-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"arg": "^5.0.1",
4040
"chalk": "^4.1.2",
4141
"execa": "5.1.1",
42+
"fs-extra": "^10.0.0",
4243
"gunzip-maybe": "^1.4.2",
4344
"log-update": "^5.0.1",
4445
"proxy-agent": "^6.3.0",
@@ -55,7 +56,6 @@
5556
"@types/tar-fs": "^2.0.1",
5657
"esbuild": "0.17.6",
5758
"esbuild-register": "^3.3.2",
58-
"fs-extra": "^10.0.0",
5959
"msw": "^1.2.3",
6060
"tiny-invariant": "^1.2.0",
6161
"tsup": "^8.3.0",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)