Skip to content

Commit 93fa102

Browse files
Bump react-tabs from 3.2.3 to 6.1.0
Bumps [react-tabs](https://github.com/reactjs/react-tabs) from 3.2.3 to 6.1.0. - [Release notes](https://github.com/reactjs/react-tabs/releases) - [Commits](reactjs/react-tabs@v3.2.3...v6.1.0) --- updated-dependencies: - dependency-name: react-tabs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4f20ac1 commit 93fa102

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
lines changed

Dnn.AdminExperience/ClientSide/Bundle.Web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"react-modal": "3.16.1",
4747
"react-motion": "0.5.2",
4848
"react-redux": "8.1.1",
49-
"react-tabs": "3.2.3",
49+
"react-tabs": "6.1.0",
5050
"react-tooltip": "4.5.1",
5151
"react-widgets": "^5.8.4",
5252
"redux": "4.2.1",

Dnn.AdminExperience/ClientSide/Dnn.React.Common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"react-motion": "^0.5.2",
3737
"react-scrollbar": "^0.5.6",
3838
"react-slider": "2.0.6",
39-
"react-tabs": "3.2.3",
39+
"react-tabs": "6.1.0",
4040
"react-tooltip": "^4.5.1",
4141
"react-widgets": "^5.8.4",
4242
"redux-undo": "^1.0.0-beta9",

yarn.lock

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1670,7 +1670,7 @@ __metadata:
16701670
react-motion: "npm:^0.5.2"
16711671
react-scrollbar: "npm:^0.5.6"
16721672
react-slider: "npm:2.0.6"
1673-
react-tabs: "npm:3.2.3"
1673+
react-tabs: "npm:6.1.0"
16741674
react-test-renderer: "npm:^17.0.2"
16751675
react-tooltip: "npm:^4.5.1"
16761676
react-widgets: "npm:^5.8.4"
@@ -8778,13 +8778,20 @@ __metadata:
87788778
languageName: node
87798779
linkType: hard
87808780

8781-
"clsx@npm:^1.1.0, clsx@npm:^1.1.1":
8781+
"clsx@npm:^1.1.1":
87828782
version: 1.2.1
87838783
resolution: "clsx@npm:1.2.1"
87848784
checksum: 10/5ded6f61f15f1fa0350e691ccec43a28b12fb8e64c8e94715f2a937bc3722d4c3ed41d6e945c971fc4dcc2a7213a43323beaf2e1c28654af63ba70c9968a8643
87858785
languageName: node
87868786
linkType: hard
87878787

8788+
"clsx@npm:^2.0.0":
8789+
version: 2.1.1
8790+
resolution: "clsx@npm:2.1.1"
8791+
checksum: 10/cdfb57fa6c7649bbff98d9028c2f0de2f91c86f551179541cf784b1cfdc1562dcb951955f46d54d930a3879931a980e32a46b598acaea274728dbe068deca919
8792+
languageName: node
8793+
linkType: hard
8794+
87888795
"cmd-shim@npm:6.0.3, cmd-shim@npm:^6.0.0":
87898796
version: 6.0.3
87908797
resolution: "cmd-shim@npm:6.0.3"
@@ -12194,7 +12201,7 @@ __metadata:
1219412201
react-modal: "npm:3.16.1"
1219512202
react-motion: "npm:0.5.2"
1219612203
react-redux: "npm:8.1.1"
12197-
react-tabs: "npm:3.2.3"
12204+
react-tabs: "npm:6.1.0"
1219812205
react-tooltip: "npm:4.5.1"
1219912206
react-widgets: "npm:^5.8.4"
1220012207
redux: "npm:4.2.1"
@@ -21264,15 +21271,15 @@ __metadata:
2126421271
languageName: node
2126521272
linkType: hard
2126621273

21267-
"react-tabs@npm:3.2.3":
21268-
version: 3.2.3
21269-
resolution: "react-tabs@npm:3.2.3"
21274+
"react-tabs@npm:6.1.0":
21275+
version: 6.1.0
21276+
resolution: "react-tabs@npm:6.1.0"
2127021277
dependencies:
21271-
clsx: "npm:^1.1.0"
21278+
clsx: "npm:^2.0.0"
2127221279
prop-types: "npm:^15.5.0"
2127321280
peerDependencies:
21274-
react: ^16.3.0 || ^17.0.0-0
21275-
checksum: 10/3821db45237ad8ecab51678ea184357109177f7cc81a397f388baf678b3584714b8d63e41f044691dbd0936e9e8a773bd5f26fad1ffe7c6d142839e5f0e32ccb
21281+
react: ^18.0.0 || ^19.0.0
21282+
checksum: 10/b990df9b03029c01d4e5fd131655b4bcf3847a33b976c405da312d15d381630753c2fbc9e7bbc86215b935956bccdb6d72ac918c3224dbafc70e7fdeee40f7c9
2127621283
languageName: node
2127721284
linkType: hard
2127821285

0 commit comments

Comments
 (0)