From 1dfbbbe2c5bd56c322f05c766dc0c6ac80208576 Mon Sep 17 00:00:00 2001 From: Nlea Date: Thu, 19 Sep 2024 17:03:27 +0200 Subject: [PATCH] apply linting --- www/biome.jsonc | 4 ++-- www/package.json | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/www/biome.jsonc b/www/biome.jsonc index 74dd71e2a..8a5a872a5 100644 --- a/www/biome.jsonc +++ b/www/biome.jsonc @@ -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"], + }, } diff --git a/www/package.json b/www/package.json index 90ff88616..cea560c6f 100644 --- a/www/package.json +++ b/www/package.json @@ -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" } }