Skip to content

Commit

Permalink
fix: audit
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBunzy committed Oct 31, 2024
1 parent 5a27589 commit f797689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ async function run() {
// Check the selected framework and run the appropriate command
if (framework === "Next.js") {
console.log(`Running create-next-app for project: ${projectName}...`);
const createNextAppArgs = ["create-next-app@14.1.0", projectName];
const createNextAppArgs = ["create-next-app@14.2.3", projectName];

// Add --typescript flag if TypeScript is selected
if (language === "TypeScript") {
Expand Down

0 comments on commit f797689

Please sign in to comment.