Skip to content

Commit

Permalink
fix(create-remix): set fs-extra as dependency (#10300)
Browse files Browse the repository at this point in the history
  • Loading branch information
KnisterPeter authored Dec 5, 2024
1 parent 99cf857 commit 9bc6d95
Show file tree
Hide file tree
Showing 4 changed files with 13 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
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@
- kiyadotdev
- klauspaiva
- klirium
- knisterpeter
- knowler
- konradkalemba
- krolebord
Expand Down
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 9bc6d95

Please sign in to comment.