Skip to content

Commit 3024343

Browse files
committed
bump prettier version to 3.2.5 and fix prettier formatting
1 parent b4ed64e commit 3024343

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

website/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@tailwindcss/typography": "^0.5.9",
5050
"autoprefixer": "^10.4.13",
5151
"postcss": "^8.4.31",
52-
"prettier": "^3.0.4",
52+
"prettier": "^3.2.5",
5353
"tailwindcss": "^3.2.6"
5454
}
5555
}

website/tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"incremental": true,
1717
"baseUrl": ".",
1818
"paths": {
19-
"~/*": ["./*"],
20-
},
19+
"~/*": ["./*"]
20+
}
2121
},
2222
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
23-
"exclude": ["node_modules"],
23+
"exclude": ["node_modules"]
2424
}

0 commit comments

Comments
 (0)