diff --git a/package.json b/package.json index 9bc45ee..7c38906 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,6 @@ "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.13", "sharp": "^0.33.5", - "tailwind-scrollbar": "^4.0.2", "tailwindcss": "^4.1.11", "typescript": "^5.8.3", "vite": "^6.3.5" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 639bf90..c84ed77 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -87,9 +87,6 @@ importers: sharp: specifier: ^0.33.5 version: 0.33.5 - tailwind-scrollbar: - specifier: ^4.0.2 - version: 4.0.2(react@19.0.0)(tailwindcss@4.1.11) tailwindcss: specifier: ^4.1.11 version: 4.1.11 @@ -960,9 +957,6 @@ packages: '@types/node@22.17.0': resolution: {integrity: sha512-bbAKTCqX5aNVryi7qXVMi+OkB3w/OyblodicMbvE38blyAz7GxXf6XYhklokijuPwwVg9sDLKRxt0ZHXQwZVfQ==} - '@types/prismjs@1.26.5': - resolution: {integrity: sha512-AUZTa7hQ2KY5L7AmtSiqxlhWxb4ina0yd8hNbl4TWuqnv/pFP0nDMb3YrfSBf4hJVGLh2YEIBfKaBW/9UEl6IQ==} - '@types/sax@1.2.7': resolution: {integrity: sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==} @@ -2388,11 +2382,6 @@ packages: engines: {node: '>=14'} hasBin: true - prism-react-renderer@2.4.1: - resolution: {integrity: sha512-ey8Ls/+Di31eqzUxC46h8MksNuGx/n0AAC8uKpwFau4RPDYLuE3EXTp8N8G2vX2N7UC/+IXeNUnlWBGGcAG+Ig==} - peerDependencies: - react: '>=16.0.0' - prismjs@1.30.0: resolution: {integrity: sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==} engines: {node: '>=6'} @@ -2628,12 +2617,6 @@ packages: suf-log@2.5.3: resolution: {integrity: sha512-KvC8OPjzdNOe+xQ4XWJV2whQA0aM1kGVczMQ8+dStAO6KfEB140JEVQ9dE76ONZ0/Ylf67ni4tILPJB41U0eow==} - tailwind-scrollbar@4.0.2: - resolution: {integrity: sha512-wAQiIxAPqk0MNTPptVe/xoyWi27y+NRGnTwvn4PQnbvB9kp8QUBiGl/wsfoVBHnQxTmhXJSNt9NHTmcz9EivFA==} - engines: {node: '>=12.13.0'} - peerDependencies: - tailwindcss: 4.x - tailwindcss@4.1.11: resolution: {integrity: sha512-2E9TBm6MDD/xKYe+dvJZAmg3yxIEDNRc0jwlNyDg/4Fil2QcSLjFKGVff0lAf1jjeaArlG/M75Ey/EYr/OJtBA==} @@ -4020,8 +4003,6 @@ snapshots: dependencies: undici-types: 6.21.0 - '@types/prismjs@1.26.5': {} - '@types/sax@1.2.7': dependencies: '@types/node': 22.17.0 @@ -5555,12 +5536,6 @@ snapshots: prettier@3.6.2: {} - prism-react-renderer@2.4.1(react@19.0.0): - dependencies: - '@types/prismjs': 1.26.5 - clsx: 2.1.1 - react: 19.0.0 - prismjs@1.30.0: {} promise-limit@2.7.0: {} @@ -5583,7 +5558,8 @@ snapshots: radix3@1.1.2: {} - react@19.0.0: {} + react@19.0.0: + optional: true readdirp@4.1.2: {} @@ -5870,13 +5846,6 @@ snapshots: dependencies: s.color: 0.0.15 - tailwind-scrollbar@4.0.2(react@19.0.0)(tailwindcss@4.1.11): - dependencies: - prism-react-renderer: 2.4.1(react@19.0.0) - tailwindcss: 4.1.11 - transitivePeerDependencies: - - react - tailwindcss@4.1.11: {} tapable@2.2.2: {} diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index ead1be5..f099391 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -38,7 +38,7 @@ const description = Astro.props.description ?? starpodConfig.description; --- - + @@ -110,7 +110,7 @@ const description = Astro.props.description ?? starpodConfig.description; class="font-inter text-light-text-body dark:bg-dark-background dark:text-dark-text-body antialiased" >