From d99fd7d10e877203a17b6c2971ddabe590e51b0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:27:01 +0000 Subject: [PATCH] build(deps): bump react-tabs from 6.0.2 to 6.1.0 Bumps [react-tabs](https://github.com/reactjs/react-tabs) from 6.0.2 to 6.1.0. - [Release notes](https://github.com/reactjs/react-tabs/releases) - [Commits](https://github.com/reactjs/react-tabs/compare/v6.0.2...v6.1.0) --- updated-dependencies: - dependency-name: react-tabs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 371ff47a5..d80a74142 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "react-icons": "^5.4.0", "react-share": "^5.1.1", "react-switch": "^7.1.0", - "react-tabs": "^6.0.2", + "react-tabs": "^6.1.0", "react-use-flexsearch": "^0.1.1", "react-world-flags": "^1.6.0", "remark-gfm": "^1.0.0", @@ -25805,16 +25805,15 @@ } }, "node_modules/react-tabs": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/react-tabs/-/react-tabs-6.0.2.tgz", - "integrity": "sha512-aQXTKolnM28k3KguGDBSAbJvcowOQr23A+CUJdzJtOSDOtTwzEaJA+1U4KwhNL9+Obe+jFS7geuvA7ICQPXOnQ==", - "license": "MIT", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/react-tabs/-/react-tabs-6.1.0.tgz", + "integrity": "sha512-6QtbTRDKM+jA/MZTTefvigNxo0zz+gnBTVFw2CFVvq+f2BuH0nF0vDLNClL045nuTAdOoK/IL1vTP0ZLX0DAyQ==", "dependencies": { "clsx": "^2.0.0", "prop-types": "^15.5.0" }, "peerDependencies": { - "react": "^18.0.0" + "react": "^18.0.0 || ^19.0.0" } }, "node_modules/react-transition-group": { diff --git a/package.json b/package.json index 716b436ec..258e6dbc7 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "react-icons": "^5.4.0", "react-share": "^5.1.1", "react-switch": "^7.1.0", - "react-tabs": "^6.0.2", + "react-tabs": "^6.1.0", "react-use-flexsearch": "^0.1.1", "react-world-flags": "^1.6.0", "remark-gfm": "^1.0.0",