Skip to content

Commit

Permalink
fix(create-remix): set fs-extra as dependency
Browse files Browse the repository at this point in the history
`fs-extra` is used by the create-remix cli as a runtime dependency,
therefore this change does move it from devDependency to dependency.

Closes #10299
  • Loading branch information
KnisterPeter committed Dec 5, 2024
1 parent 99cf857 commit fcfc357
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/fresh-countries-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-remix": patch
---

Set fs-extra as dependency
2 changes: 1 addition & 1 deletion packages/create-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,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 @@ -41,7 +42,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"
},
Expand Down
9 changes: 6 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 fcfc357

Please sign in to comment.