From 06ebc84786c8dd2a56641ec94dc5c1a4fd938bfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 13:04:32 +0000 Subject: [PATCH] Bump nextra from 1.1.0 to 2.2.14 Bumps [nextra](https://github.com/shuding/nextra) from 1.1.0 to 2.2.14. - [Release notes](https://github.com/shuding/nextra/releases) - [Changelog](https://github.com/shuding/nextra/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/shuding/nextra/commits/nextra@2.2.14) --- updated-dependencies: - dependency-name: nextra dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 00d8ac0..b7dbfc6 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "license": "MIT", "dependencies": { "next": "^12.2.0", - "nextra": "^1.1.0", + "nextra": "^2.2.14", "nextra-theme-docs": "^1.2.6", "react": "^18.2.0", "react-dom": "^18.1.0"