Skip to content

Commit

Permalink
chore: add prefetching, update packages, force strict typescript, and…
Browse files Browse the repository at this point in the history
… format files
  • Loading branch information
felixhoffmnn committed Oct 10, 2024
1 parent a28268b commit ac03626
Show file tree
Hide file tree
Showing 11 changed files with 1,967 additions and 5,006 deletions.
2 changes: 1 addition & 1 deletion .lighthouserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"unused-javascript": "off",
"color-contrast": "warn",
"service-worker": "off",
"label-content-name-mismatch": "off"
"label-content-name-mismatch": "warn"
}
}
}
Expand Down
1 change: 1 addition & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import remarkMath from "remark-math";
// https://astro.build/config
export default defineConfig({
site: "https://felix-hoffmann.dev",
prefetch: true,
markdown: {
shikiConfig: {
theme: "one-dark-pro",
Expand Down
23 changes: 10 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,41 +18,38 @@
"format": "biome format --fix"
},
"dependencies": {
"@astrojs/check": "^0.3.4",
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@fontsource/inter": "^5.0.20",
"@fontsource/outfit": "^5.0.14",
"astro": "^3.6.5",
"@astrojs/sitemap": "^3.2.0",
"@astrojs/tailwind": "^5.1.1",
"@fontsource/inter": "^5.1.0",
"@fontsource/outfit": "^5.1.0",
"astro": "^4.15.12",
"astro-icon": "^1.1.1",
"astro-seo": "^0.8.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remark-math": "^6.0.0",
"sharp": "^0.32.6",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.3",
"tailwindcss": "^3.4.13"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@tailwindcss/typography": "^0.5.15",
"@types/react": "^18.3.4",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"globals": "^15.9.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"lint-staged": {
"*": [
"biome check --no-errors-on-unmatched"
]
"*": ["biome check --no-errors-on-unmatched"]
}
}
Loading

0 comments on commit ac03626

Please sign in to comment.