From d98348815470586bb7a84caab57a81e0eadec230 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 2 Feb 2024 05:48:01 +0000
Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20docusaurus-plugin-i?=
=?UTF-8?q?mage-zoom=20from=201.0.1=20to=202.0.0=20in=20/website=20(#5174)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [docusaurus-plugin-image-zoom](https://github.com/gabrielcsapo/docusaurus-plugin-image-zoom) from 1.0.1 to 2.0.0.
Release notes
Sourced from docusaurus-plugin-image-zoom's releases.
Release 2.0.0
:boom: Breaking Change
:memo: Documentation
Committers: 2
Changelog
Sourced from docusaurus-plugin-image-zoom's changelog.
v2.0.0 (2024-02-01)
:boom: Breaking Change
:memo: Documentation
Committers: 2
Commits
0e9c504 Release 2.0.0
78e132c Merge pull request #26 from chellman/docs-update-2023-06-01
2935b60 Merge pull request #30 from gabrielcsapo/docusaurus-v3
724625b Upgrading to Docusaurus v3
aaa5d81 Updated usage section in readme to reflect current usage, and the need for co...
- See full diff in compare view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
---
website/package-lock.json | 12 ++++++------
website/package.json | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/website/package-lock.json b/website/package-lock.json
index 82b59329d..e1b96c90d 100644
--- a/website/package-lock.json
+++ b/website/package-lock.json
@@ -15,7 +15,7 @@
"@mdx-js/react": "^3.0.0",
"animate.css": "^4.1.1",
"clsx": "2.1.0",
- "docusaurus-plugin-image-zoom": "^1.0.1",
+ "docusaurus-plugin-image-zoom": "^2.0.0",
"docusaurus-plugin-sass": "^0.2.5",
"feather-icons": "^4.29.1",
"jarallax": "^2.2.0",
@@ -6480,15 +6480,15 @@
}
},
"node_modules/docusaurus-plugin-image-zoom": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/docusaurus-plugin-image-zoom/-/docusaurus-plugin-image-zoom-1.0.1.tgz",
- "integrity": "sha512-96IpSKUx2RWy3db9aZ0s673OQo5DWgV9UVWouS+CPOSIVEdCWh6HKmWf6tB9rsoaiIF3oNn9keiyv6neEyKb1Q==",
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/docusaurus-plugin-image-zoom/-/docusaurus-plugin-image-zoom-2.0.0.tgz",
+ "integrity": "sha512-TWHQZeoiged+95CESlZk++lihzl3pqw34n0/fbexx2AocmFhbo9K2scYDgYB8amki4/X6mUCLTPZE1pQvT+00Q==",
"dependencies": {
- "medium-zoom": "^1.0.6",
+ "medium-zoom": "^1.0.8",
"validate-peer-dependencies": "^2.2.0"
},
"peerDependencies": {
- "@docusaurus/theme-classic": ">=2.2.0"
+ "@docusaurus/theme-classic": ">=3.0.0"
}
},
"node_modules/docusaurus-plugin-sass": {
diff --git a/website/package.json b/website/package.json
index 3aab15677..8dd585334 100644
--- a/website/package.json
+++ b/website/package.json
@@ -21,7 +21,7 @@
"@mdx-js/react": "^3.0.0",
"animate.css": "^4.1.1",
"clsx": "2.1.0",
- "docusaurus-plugin-image-zoom": "^1.0.1",
+ "docusaurus-plugin-image-zoom": "^2.0.0",
"docusaurus-plugin-sass": "^0.2.5",
"feather-icons": "^4.29.1",
"jarallax": "^2.2.0",