From 5957dbf980ef3ec4f3128d3dae53be73fba3ba14 Mon Sep 17 00:00:00 2001 From: mrholek Date: Thu, 17 Sep 2026 15:27:12 +0200 Subject: [PATCH] chore(deps): bump @coreui/astro-docs to 0.1.14 The engine now paints its own chrome instead of borrowing the library palette, and the colour palette page prints its contrast ratios again rather than the word "cont". --- package-lock.json | 8 ++++---- packages/docs/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ac708cd8..8323287c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1108,9 +1108,9 @@ } }, "node_modules/@coreui/astro-docs": { - "version": "0.1.12", - "resolved": "https://registry.npmjs.org/@coreui/astro-docs/-/astro-docs-0.1.12.tgz", - "integrity": "sha512-loGvEZrHkX7CV1of2jF7oJOoT2LGOAORFXnxnzM/yU6Oa8N5og0SObjUmGTXSY7YgEtqogGr9NKp2EmXq/xgMA==", + "version": "0.1.14", + "resolved": "https://registry.npmjs.org/@coreui/astro-docs/-/astro-docs-0.1.14.tgz", + "integrity": "sha512-BQpdrZ3SxHRdNJ7JU0llmThDJODIezb7SIYwYjL+uxbFXrUHk/O6P5AZkxu0FwXYwqTrbkWoLjBshVbXjmUtxw==", "license": "MIT", "dependencies": { "@coreui/chartjs": "^4.2.0", @@ -26127,7 +26127,7 @@ "dependencies": { "@astrojs/mdx": "^7.0.4", "@astrojs/react": "^6.0.1", - "@coreui/astro-docs": "0.1.12", + "@coreui/astro-docs": "0.1.14", "@coreui/chartjs": "^4.2.0", "@coreui/coreui": "^5.9.0", "@coreui/icons": "^3.1.0", diff --git a/packages/docs/package.json b/packages/docs/package.json index 635983ec..c00e3868 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/mdx": "^7.0.4", "@astrojs/react": "^6.0.1", - "@coreui/astro-docs": "0.1.12", + "@coreui/astro-docs": "0.1.14", "@coreui/chartjs": "^4.2.0", "@coreui/coreui": "^5.9.0", "@coreui/icons": "^3.1.0",