Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion website/.oxlintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

// testing this for pure functions
"func-style": ["error", "declaration", { "allowArrowFunctions": true }],
"prefer-arrow-callback": "error",

// JavaScript allows the omission of curly braces when a block contains only one statement. However, it is considered by many to be best practice to never omit curly braces around blocks, even when they are optional, because it can lead to bugs and reduces code clarity. So the following:
"curly": ["error", "all"],
Expand Down
24 changes: 12 additions & 12 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,30 @@
"preview": "wrangler dev"
},
"dependencies": {
"@astrojs/markdoc": "^1.0.2",
"@astrojs/sitemap": "^3.7.1",
"@astrojs/markdoc": "^1.0.4",
"@astrojs/sitemap": "^3.7.2",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@fontsource/dm-serif-display": "^5.2.8",
"@fontsource/inter": "^5.2.8",
"@iconify-json/lucide": "^1.2.98",
"@iconify-json/lucide": "^1.2.105",
"@iconify-json/ph": "^1.2.2",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/vite": "^4.2.2",
"astro": "^6.0.6",
"@tailwindcss/vite": "^4.2.4",
"astro": "^6.2.2",
"astro-icon": "^1.1.5",
"astro-pagefind": "^1.8.5",
"astro-pagefind": "^1.8.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"satori": "^0.25.0",
"satori": "^0.26.0",
"shiki": "^4.0.2",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2"
"tailwindcss": "^4.2.4"
},
"devDependencies": {
"oxfmt": "^0.41.0",
"oxlint": "^1.56.0",
"vite": "^8.0.1",
"wrangler": "^4.75.0"
"oxfmt": "^0.48.0",
"oxlint": "^1.63.0",
"vite": "^7.3.2",
"wrangler": "^4.88.0"
},
"packageManager": "pnpm@10.30.2"
}
Loading
Loading