Skip to content

Commit

Permalink
feat(cli): install correct bedframe devdep vers
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyDoey committed Oct 9, 2024
1 parent be98acb commit dad8925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/src/lib/make/utils/write-package-json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ export function writePackageJson(response: prompts.Answers<string>): void {
}
},
"devDependencies": {
"@bedframe/cli": "0.0.85",
"@bedframe/core": "0.0.43",
"@bedframe/cli": "0.0.86",
"@bedframe/core": "0.0.44",
${
changesets
? `"@changesets/cli": "^2.27.1",
Expand Down

0 comments on commit dad8925

Please sign in to comment.