Skip to content

Commit

Permalink
apply linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Nlea committed Sep 19, 2024
1 parent 98c2175 commit 1dfbbbe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions www/biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"extends": ["../biome.jsonc"],
"files": {
"ignore": ["dist", "node_modules"]
}
"ignore": ["dist", "node_modules"],
},
}
16 changes: 8 additions & 8 deletions www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/markdown-remark": "^5.2.0",
"@astrojs/starlight": "^0.26.1",
"@iconify-json/lucide": "^1.1.208",
"astro": "^4.14.5",
"@astrojs/starlight": "^0.26.4",
"@iconify-json/lucide": "^1.2.4",
"astro": "^4.15.8",
"astro-icon": "^1.1.1",
"rehype-autolink-headings": "^7.1.0",
"rollup": "^4.20.0",
"sharp": "^0.32.5",
"rollup": "^4.22.0",
"sharp": "^0.32.6",
"starlight-package-managers": "^0.6.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.4"
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"wrangler": "^3.73.0"
"wrangler": "^3.78.5"
}
}

0 comments on commit 1dfbbbe

Please sign in to comment.