Skip to content

Commit

Permalink
fix: moved create-fuels deps for fuels-ts (#3354)
Browse files Browse the repository at this point in the history
* chore: moved `create-fuels` deps for `fuels-ts` (devDeps-> deps)

* chore: changeset

* chore: updated lock file
  • Loading branch information
petertonysmith94 authored Oct 22, 2024
1 parent 28e9ed8 commit b306b7b
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 182 deletions.
5 changes: 5 additions & 0 deletions .changeset/breezy-experts-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-fuels": patch
---

fix: moved `create-fuels` deps for `fuels-ts`
4 changes: 2 additions & 2 deletions packages/create-fuels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"prepublishOnly": "tsx ./scripts/prepublish.ts"
},
"dependencies": {
"@fuel-ts/errors": "workspace:*",
"@fuel-ts/versions": "workspace:*",
"@iarna/toml": "^2.2.5",
"chalk": "4",
"commander": "12.1.0",
"ora": "5.4.1",
"prompts": "^2.4.2"
},
"devDependencies": {
"@fuel-ts/errors": "workspace:*",
"@fuel-ts/versions": "workspace:*",
"@types/prompts": "^2.4.8",
"glob": "^10.4.5"
}
Expand Down
Loading

0 comments on commit b306b7b

Please sign in to comment.