Skip to content

Commit

Permalink
Merge pull request #387 from nyaggah/develop
Browse files Browse the repository at this point in the history
feat(write-package-json): bump cli & core for project gen
  • Loading branch information
JoeyDoey authored Mar 23, 2024
2 parents 1d01dfa + 74ee2e3 commit ec46556
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 ec46556

Please sign in to comment.