Skip to content

Commit

Permalink
Prettier should be in dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
krystof-k committed Aug 15, 2024
1 parent de45720 commit 31fea8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"dependencies": {
"@repo/design-system": "*",
"next": "^14.1.1",
"prettier": "^3.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand All @@ -29,6 +28,7 @@
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"postcss": "^8.4.38",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.3",
"typescript": "^5.3.3"
}
Expand Down
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 31fea8f

Please sign in to comment.