From dd296cdde4b518cc188bac2289f908a4fed1ca80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2024 01:01:38 +0000 Subject: [PATCH] Bump nextra-theme-docs from 3.3.0 to 3.3.1 Bumps [nextra-theme-docs](https://github.com/shuding/nextra) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/shuding/nextra/releases) - [Commits](https://github.com/shuding/nextra/compare/nextra-theme-docs@3.3.0...nextra-theme-docs@3.3.1) --- updated-dependencies: - dependency-name: nextra-theme-docs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c02d482..3f38550 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "next": "^15.1.3", "next-sitemap": "^4.2.3", "nextra": "^3.3.0", - "nextra-theme-docs": "^3.3.0", + "nextra-theme-docs": "^3.3.1", "react": "^19.0.0", "react-dom": "^19.0.0", "tailwind-merge": "^2.5.5" @@ -5225,9 +5225,9 @@ } }, "node_modules/nextra": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/nextra/-/nextra-3.3.0.tgz", - "integrity": "sha512-//+bQW3oKrpLrrIFD5HJow310+YcNYhGIgdM4y+EjYuIXScJcgp6Q4Upsq8c2s2fQKEJjeuf+hXKusx9fvH/2w==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/nextra/-/nextra-3.3.1.tgz", + "integrity": "sha512-jiwj+LfUPHHeAxJAEqFuglxnbjFgzAOnDWFsjv7iv3BWiX8OksDwd3I2Sv3j2zba00iIBDEPdNeylfzTtTLZVg==", "dependencies": { "@formatjs/intl-localematcher": "^0.5.4", "@headlessui/react": "^2.1.2", @@ -5279,9 +5279,9 @@ } }, "node_modules/nextra-theme-docs": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/nextra-theme-docs/-/nextra-theme-docs-3.3.0.tgz", - "integrity": "sha512-4JSbDmsbtaYa2eKHsNymWy6So4/fAAXuNPSkjgQ3S+aLRiC730mR9djdkTd1iRca4+czetzBWaqxu+HwTVSSCA==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/nextra-theme-docs/-/nextra-theme-docs-3.3.1.tgz", + "integrity": "sha512-P305m2UcW2IDyQhjrcAu0qpdPArikofinABslUCAyixYShsmcdDRUhIMd4QBHYru4gQuVjGWX9PhWZZCbNvzDQ==", "dependencies": { "@headlessui/react": "^2.1.2", "clsx": "^2.0.0", @@ -5293,7 +5293,7 @@ }, "peerDependencies": { "next": ">=13", - "nextra": "3.3.0", + "nextra": "3.3.1", "react": ">=18", "react-dom": ">=18" } diff --git a/package.json b/package.json index fe894d8..a9afbf1 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "next": "^15.1.3", "next-sitemap": "^4.2.3", "nextra": "^3.3.0", - "nextra-theme-docs": "^3.3.0", + "nextra-theme-docs": "^3.3.1", "react": "^19.0.0", "react-dom": "^19.0.0", "tailwind-merge": "^2.5.5"