Skip to content

Commit

Permalink
Modify tailwindcss related dependency of create-next-app
Browse files Browse the repository at this point in the history
  • Loading branch information
moka-ayumu committed Oct 30, 2023
1 parent 3248ee7 commit 81ce8a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/create-next-app/templates/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ export const installTemplate = async ({
if (tailwind) {
packageJson.devDependencies = {
...packageJson.devDependencies,
autoprefixer: '^10',
autoprefixer: '^10.0.1',
postcss: '^8',
tailwindcss: '^3',
tailwindcss: '^3.3.0',
}
}

Expand Down

0 comments on commit 81ce8a9

Please sign in to comment.