Skip to content

Commit

Permalink
Merge pull request #8 from yossydev/renovate/biomejs-biome-1.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency @biomejs/biome to v1.7.0
  • Loading branch information
yossydev committed Apr 20, 2024
2 parents b21c64c + 25eab76 commit d9a1452
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const Posts: FC = () => {
<div class="mt-16">
<ul class="mt-10">
{entries.map(([id, module]) => (
<li class="text-lg mt-2 md:mt-1">
<li key={id} class="text-lg mt-2 md:mt-1">
<span class="tabular-nums tnum">{module.frontmatter.date}: </span>
<br class="block md:hidden" />
<a
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"remark-mdx-frontmatter": "^4.0.0"
},
"devDependencies": {
"@biomejs/biome": "1.6.4",
"@biomejs/biome": "1.7.0",
"@cloudflare/workers-types": "^4.20240222.0",
"@hono/vite-cloudflare-pages": "^0.2.5",
"@hono/vite-ssg": "^0.1.0",
Expand Down

0 comments on commit d9a1452

Please sign in to comment.