chore: update prettier and related plugins

This commit is contained in:
Mathias Schopmans
2025-03-03 16:47:08 +01:00
parent 3315d8ca50
commit e2df29a120
4 changed files with 268 additions and 435 deletions

693
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -19,7 +19,7 @@
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@radix-ui/react-dialog": "^1.1.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
@@ -36,10 +36,10 @@
"next": "14.2.4",
"postcss-nested": "^6.0.1",
"postcss-preset-env": "^9.5.14",
"prettier": "^3.3.2",
"prettier": "^3.5.3",
"react": "^18",
"react-dom": "^18",
"tsx": "^4.15.8",
"tsx": "^4.19.3",
"typescript": "^5"
},
"lint-staged": {

View File

@@ -247,3 +247,4 @@ parseDirectory(dataPath("radar")).then((items) => {
// write about data to JSON file
const about = readMarkdownFile(dataPath("about.md"));
fs.writeFileSync(dataPath("about.json"), JSON.stringify(about, null, 2));
console.log(" Data written to data/data.json and data/about.json");

View File

@@ -1,7 +1,8 @@
:root {
--max-width: 1200px;
--border-radius: 12px;
--font-mono: ui-monospace, Menlo, Monaco, "Cascadia Mono", "Segoe UI Mono",
--font-mono:
ui-monospace, Menlo, Monaco, "Cascadia Mono", "Segoe UI Mono",
"Roboto Mono", "Oxygen Mono", "Ubuntu Monospace", "Source Code Pro",
"Fira Mono", "Droid Sans Mono", "Courier New", monospace;