Skip to content

Commit

Permalink
Update dependency react-tabs to v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 12, 2025
1 parent fb726cc commit ebad317
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion examples/maven/src/main/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@types/react": "^18.0.0",
"react-loadable": "5.5.0",
"react-tabs": "6.0.2",
"react-tabs": "6.1.0",
"serve": "14.2.4",
"webpack": "5.96.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@types/react": "^18.0.0",
"react-loadable": "5.5.0",
"react-tabs": "6.0.2",
"react-tabs": "6.1.0",
"serve": "14.2.4",
"webpack": "5.96.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@types/react": "^18.0.0",
"react-loadable": "5.5.0",
"react-tabs": "6.0.2",
"react-tabs": "6.1.0",
"serve": "14.2.4",
"webpack": "5.96.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"react-tabs": "6.0.2"
"react-tabs": "6.1.0"
},
"devDependencies": {
"@swissquote/crafty": "1.27.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"react-tabs": "6.0.2",
"react-tabs": "6.1.0",
"serve": "14.2.4",
"webpack": "5.96.1"
},
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5306,7 +5306,7 @@ __metadata:
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
react-loadable: "npm:5.5.0"
react-tabs: "npm:6.0.2"
react-tabs: "npm:6.1.0"
serve: "npm:14.2.4"
webpack: "npm:5.96.1"
languageName: unknown
Expand All @@ -5325,7 +5325,7 @@ __metadata:
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
react-loadable: "npm:5.5.0"
react-tabs: "npm:6.0.2"
react-tabs: "npm:6.1.0"
serve: "npm:14.2.4"
webpack: "npm:5.96.1"
languageName: unknown
Expand All @@ -5347,7 +5347,7 @@ __metadata:
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
react-loadable: "npm:5.5.0"
react-tabs: "npm:6.0.2"
react-tabs: "npm:6.1.0"
serve: "npm:14.2.4"
webpack: "npm:5.96.1"
languageName: unknown
Expand All @@ -5366,7 +5366,7 @@ __metadata:
"@types/react-dom": "npm:^18.0.0"
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
react-tabs: "npm:6.0.2"
react-tabs: "npm:6.1.0"
languageName: unknown
linkType: soft

Expand All @@ -5385,7 +5385,7 @@ __metadata:
"@types/react-dom": "npm:^18.0.0"
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
react-tabs: "npm:6.0.2"
react-tabs: "npm:6.1.0"
serve: "npm:14.2.4"
webpack: "npm:5.96.1"
languageName: unknown
Expand Down Expand Up @@ -11559,15 +11559,15 @@ __metadata:
languageName: node
linkType: hard

"react-tabs@npm:6.0.2":
version: 6.0.2
resolution: "react-tabs@npm:6.0.2"
"react-tabs@npm:6.1.0":
version: 6.1.0
resolution: "react-tabs@npm:6.1.0"
dependencies:
clsx: "npm:^2.0.0"
prop-types: "npm:^15.5.0"
peerDependencies:
react: ^18.0.0
checksum: 10c0/caa17465d1482b07dd9c59d27caf7f4b8e4025f17a22ba49dee373faee6f05955de9400e02053cf8295e6ac05351633641e49cbc988d5a56e6e91f1930f8d94a
react: ^18.0.0 || ^19.0.0
checksum: 10c0/3e01f478e1563d3ae8aaffc3c5e34a09319395a7880c95194f8415e0addc92c0ce1345a1e7f1d4b821b8eb7cbf3a141bb4dcc5ee805b3ec4b185aa203278c6e1
languageName: node
linkType: hard

Expand Down

0 comments on commit ebad317

Please sign in to comment.