diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 94b1a2f..94042a8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -289,8 +289,8 @@ importers: specifier: ^0.31.0 version: 0.31.1(astro@5.2.3(@types/node@22.10.10)(jiti@1.21.7)(rollup@4.34.1)(tsx@4.19.2)(typescript@5.7.3)(yaml@2.7.0)) '@astrojs/starlight-tailwind': - specifier: ^2.0.3 - version: 2.0.3(@astrojs/starlight@0.31.1(astro@5.2.3(@types/node@22.10.10)(jiti@1.21.7)(rollup@4.34.1)(tsx@4.19.2)(typescript@5.7.3)(yaml@2.7.0)))(@astrojs/tailwind@5.1.5(astro@5.2.3(@types/node@22.10.10)(jiti@1.21.7)(rollup@4.34.1)(tsx@4.19.2)(typescript@5.7.3)(yaml@2.7.0))(tailwindcss@3.4.17))(tailwindcss@3.4.17) + specifier: ^3.0.0 + version: 3.0.0(@astrojs/starlight@0.31.1(astro@5.2.3(@types/node@22.10.10)(jiti@1.21.7)(rollup@4.34.1)(tsx@4.19.2)(typescript@5.7.3)(yaml@2.7.0)))(@astrojs/tailwind@5.1.5(astro@5.2.3(@types/node@22.10.10)(jiti@1.21.7)(rollup@4.34.1)(tsx@4.19.2)(typescript@5.7.3)(yaml@2.7.0))(tailwindcss@3.4.17))(tailwindcss@3.4.17) '@atmx-org/common': specifier: workspace:* version: link:../packages/common @@ -531,11 +531,11 @@ packages: '@astrojs/sitemap@3.2.1': resolution: {integrity: sha512-uxMfO8f7pALq0ADL6Lk68UV6dNYjJ2xGUzyjjVj60JLBs5a6smtlkBYv3tQ0DzoqwS7c9n4FUx5lgv0yPo/fgA==} - '@astrojs/starlight-tailwind@2.0.3': - resolution: {integrity: sha512-ZwbdXS/9rxYlo3tKZoTZoBPUnaaqek02b341dHwOkmMT0lIR2w+8k0mRUGxnRaYtPdMcaL+nYFd8RUa8sjdyRg==} + '@astrojs/starlight-tailwind@3.0.0': + resolution: {integrity: sha512-oYHG9RY+VaOSeAhheVZfm9HDA892qvcQA82VT86POYmg1OsgBuWwdf1ZbofV8iq/z5kO06ajcSdzhPE8lhEx8g==} peerDependencies: - '@astrojs/starlight': '>=0.9.0' - '@astrojs/tailwind': ^5.0.0 + '@astrojs/starlight': '>=0.30.0' + '@astrojs/tailwind': ^5.1.3 tailwindcss: ^3.3.3 '@astrojs/starlight@0.31.1': @@ -5617,7 +5617,7 @@ snapshots: stream-replace-string: 2.0.0 zod: 3.24.1 - '@astrojs/starlight-tailwind@2.0.3(@astrojs/starlight@0.31.1(astro@5.2.3(@types/node@22.10.10)(jiti@1.21.7)(rollup@4.34.1)(tsx@4.19.2)(typescript@5.7.3)(yaml@2.7.0)))(@astrojs/tailwind@5.1.5(astro@5.2.3(@types/node@22.10.10)(jiti@1.21.7)(rollup@4.34.1)(tsx@4.19.2)(typescript@5.7.3)(yaml@2.7.0))(tailwindcss@3.4.17))(tailwindcss@3.4.17)': + '@astrojs/starlight-tailwind@3.0.0(@astrojs/starlight@0.31.1(astro@5.2.3(@types/node@22.10.10)(jiti@1.21.7)(rollup@4.34.1)(tsx@4.19.2)(typescript@5.7.3)(yaml@2.7.0)))(@astrojs/tailwind@5.1.5(astro@5.2.3(@types/node@22.10.10)(jiti@1.21.7)(rollup@4.34.1)(tsx@4.19.2)(typescript@5.7.3)(yaml@2.7.0))(tailwindcss@3.4.17))(tailwindcss@3.4.17)': dependencies: '@astrojs/starlight': 0.31.1(astro@5.2.3(@types/node@22.10.10)(jiti@1.21.7)(rollup@4.34.1)(tsx@4.19.2)(typescript@5.7.3)(yaml@2.7.0)) '@astrojs/tailwind': 5.1.5(astro@5.2.3(@types/node@22.10.10)(jiti@1.21.7)(rollup@4.34.1)(tsx@4.19.2)(typescript@5.7.3)(yaml@2.7.0))(tailwindcss@3.4.17) diff --git a/www/package.json b/www/package.json index 39f8ef1..50b483f 100644 --- a/www/package.json +++ b/www/package.json @@ -15,7 +15,7 @@ "dependencies": { "@astrojs/mdx": "^4.0.1", "@astrojs/starlight": "^0.31.0", - "@astrojs/starlight-tailwind": "^2.0.3", + "@astrojs/starlight-tailwind": "^3.0.0", "@atmx-org/common": "workspace:*", "@atmx-org/registry-tools": "workspace:*", "@babel/core": "^7.26.0",