Skip to content

Commit

Permalink
feat(write-package-json): bump cli & core for project gen
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyDoey committed Mar 23, 2024
1 parent 1d01dfa commit 74ee2e3
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 @@ -104,8 +104,8 @@ export function writePackageJson(response: prompts.Answers<string>): void {
}
},
"devDependencies": {
"@bedframe/cli": "^0.0.73",
"@bedframe/core": "^0.0.38",
"@bedframe/cli": "^0.0.74",
"@bedframe/core": "^0.0.39",
${
changesets
? `"@changesets/cli": "^2.26.2",
Expand Down

0 comments on commit 74ee2e3

Please sign in to comment.