diff --git a/package-lock.json b/package-lock.json index 99c6d41ae87dc68..1fce74c48815ecb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "algoliasearch": "^5.15.0", "astro": "^4.16.12", "astro-breadcrumbs": "^3.2.2", - "astro-icon": "^1.1.4", + "astro-icon": "^1.1.2", "astro-live-code": "^0.0.4", "date-fns": "^4.1.0", "detype": "1.0.12", @@ -5396,10 +5396,11 @@ } }, "node_modules/astro-icon": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/astro-icon/-/astro-icon-1.1.4.tgz", - "integrity": "sha512-sMLkQaevIQLv38WBzb/RDbsmxhg5+X+KcNmpTi9cE6MLurNWU1MPnlO87d9Vwg4HxTenKpDlYp81A3syXFW/gw==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/astro-icon/-/astro-icon-1.1.2.tgz", + "integrity": "sha512-2qAHBtZLYuFEIMP0Ck0edyLi5fQmJjwP2Qbv41f8L4KAJ2sra/dH7q5lCOn4q0DHVtS0w3tPG8UKQRits3UPcg==", "dev": true, + "license": "MIT", "dependencies": { "@iconify/tools": "^4.0.5", "@iconify/types": "^2.0.0", diff --git a/package.json b/package.json index 6e57054ba49a6da..8b0725e18ffbaeb 100644 --- a/package.json +++ b/package.json @@ -38,8 +38,8 @@ "@cloudflare/vitest-pool-workers": "^0.5.32", "@cloudflare/workers-types": "^4.20241112.0", "@codingheads/sticky-header": "^1.0.2", - "@iconify-json/material-symbols": "^1.2.8", "@iarna/toml": "^2.2.5", + "@iconify-json/material-symbols": "^1.2.8", "@stoplight/json-schema-tree": "^4.0.0", "@types/dompurify": "^3.2.0", "@types/hast": "^3.0.4", @@ -50,7 +50,7 @@ "algoliasearch": "^5.15.0", "astro": "^4.16.12", "astro-breadcrumbs": "^3.2.2", - "astro-icon": "^1.1.4", + "astro-icon": "^1.1.2", "astro-live-code": "^0.0.4", "date-fns": "^4.1.0", "detype": "1.0.12", diff --git a/tailwind.config.mjs b/tailwind.config.mjs index 2809a59c91e1c0c..32de15de6005e8c 100644 --- a/tailwind.config.mjs +++ b/tailwind.config.mjs @@ -14,7 +14,7 @@ const gray = { /** @type {import('tailwindcss').Config} */ export default { - content: ["./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}"], + content: ["./src/**/*.{astro,html,js,jsx,ts,tsx}"], theme: { extend: { colors: {