From 564a18ba0f2cb8dea00811d66c0072d7277e70f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 00:19:01 +0000 Subject: [PATCH] build(deps): bump @infinum/docusaurus-theme from 0.5.0 to 0.6.0 Bumps [@infinum/docusaurus-theme](https://github.com/infinum/docusaurus-theme) from 0.5.0 to 0.6.0. - [Commits](https://github.com/infinum/docusaurus-theme/commits) --- updated-dependencies: - dependency-name: "@infinum/docusaurus-theme" dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 108fcfad..74aeba02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@docusaurus/core": "3.7.0", "@docusaurus/preset-classic": "3.7.0", - "@infinum/docusaurus-theme": "^0.5.0", + "@infinum/docusaurus-theme": "^0.6.0", "@mdx-js/react": "^3.0.0", "axios": "^1.8.4", "clsx": "^2.0.0", @@ -3604,17 +3604,17 @@ } }, "node_modules/@infinum/docusaurus-theme": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/@infinum/docusaurus-theme/-/docusaurus-theme-0.5.0.tgz", - "integrity": "sha512-X+RlpCb/E7Nhl93H9ImYgNB0jwBkTXBt+mYsEGpPZT+k+Ek9mcsOb28vf3taBhJUDzeWuRSlSNeeKAhxdiMnpQ==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/@infinum/docusaurus-theme/-/docusaurus-theme-0.6.0.tgz", + "integrity": "sha512-FNPRS9ARWGbrhtw5oe0plHHykrStNfgm3RRh/8j8tndXnuwRfFWhg+ugWpQrNZF/peCZCBFebgBrm9JZ4WVtWQ==", "dependencies": { - "react": "^18.2.0", - "react-dom": "^18.2.0", - "tailwindcss-fluid-type": "^2.0.3" + "react": "^18.3.1", + "react-dom": "^18.3.1", + "tailwindcss-fluid-type": "^2.0.7" }, "peerDependencies": { - "react": "^18.2.0", - "react-dom": "^18.2.0" + "react": "^18.3.1", + "react-dom": "^18.3.1" } }, "node_modules/@infinum/docusaurus-theme/node_modules/react": { @@ -19659,13 +19659,13 @@ } }, "@infinum/docusaurus-theme": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/@infinum/docusaurus-theme/-/docusaurus-theme-0.5.0.tgz", - "integrity": "sha512-X+RlpCb/E7Nhl93H9ImYgNB0jwBkTXBt+mYsEGpPZT+k+Ek9mcsOb28vf3taBhJUDzeWuRSlSNeeKAhxdiMnpQ==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/@infinum/docusaurus-theme/-/docusaurus-theme-0.6.0.tgz", + "integrity": "sha512-FNPRS9ARWGbrhtw5oe0plHHykrStNfgm3RRh/8j8tndXnuwRfFWhg+ugWpQrNZF/peCZCBFebgBrm9JZ4WVtWQ==", "requires": { - "react": "^18.2.0", - "react-dom": "^18.2.0", - "tailwindcss-fluid-type": "^2.0.3" + "react": "^18.3.1", + "react-dom": "^18.3.1", + "tailwindcss-fluid-type": "^2.0.7" }, "dependencies": { "react": { diff --git a/package.json b/package.json index dc22eabf..b79ef934 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "@docusaurus/core": "3.7.0", "@docusaurus/preset-classic": "3.7.0", - "@infinum/docusaurus-theme": "^0.5.0", + "@infinum/docusaurus-theme": "^0.6.0", "@mdx-js/react": "^3.0.0", "axios": "^1.8.4", "clsx": "^2.0.0",