Skip to content

Commit

Permalink
feat: merge pull request #10 from nyaggah/develop
Browse files Browse the repository at this point in the history
feat(cli): add fs-extra to deps
  • Loading branch information
JoeyDoey authored May 22, 2023
2 parents 19bf718 + 690a358 commit 2a469a3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/thirty-bikes-promise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@bedframe/cli": patch
---

feat(cli): add fs-extra to deps
2 changes: 2 additions & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"@bedframe/core": "*",
"commander": "^10.0.0",
"execa": "^7.1.1",
"fs-extra": "^11.1.1",
"kolorist": "^1.8.0",
"listr": "^0.14.3",
"nanospinner": "^1.1.0",
Expand All @@ -51,6 +52,7 @@
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-typescript": "^11.1.0",
"@types/chrome": "^0.0.236",
"@types/fs-extra": "^11.0.1",
"@types/listr": "^0.14.4",
"@types/node": "^16.18.25",
"@types/prompts": "^2.4.4",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2566,7 +2566,7 @@ fs-extra@^10.1.0:
jsonfile "^6.0.1"
universalify "^2.0.0"

fs-extra@^11.0.0:
fs-extra@^11.0.0, fs-extra@^11.1.1:
version "11.1.1"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.1.tgz#da69f7c39f3b002378b0954bb6ae7efdc0876e2d"
integrity sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==
Expand Down

0 comments on commit 2a469a3

Please sign in to comment.