Skip to content

Commit 4ecfb0d

Browse files
Merge pull request #420 from purple-technology/tab-up
feat: upgrade react-tabs package
2 parents e7ca7a6 + 594a3d1 commit 4ecfb0d

File tree

3 files changed

+26
-22
lines changed

3 files changed

+26
-22
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [5.26.0](https://github.com/purple-technology/phoenix-components/compare/v5.25.0...v5.26.0) (2025-07-09)
6+
7+
8+
### Features
9+
10+
* upgrade react-tabs package ([829a234](https://github.com/purple-technology/phoenix-components/commit/829a234345ea006a2324fcbd9a083a502d79047e))
11+
512
## [5.25.0](https://github.com/purple-technology/phoenix-components/compare/v5.24.5...v5.25.0) (2025-07-07)
613

714

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@purple/phoenix-components",
3-
"version": "5.25.0",
3+
"version": "5.26.0",
44
"description": "",
55
"main": "dist/bundle.umd.js",
66
"module": "dist/bundle.esm.js",
@@ -64,7 +64,7 @@
6464
"react-inlinesvg": "~3.0.1",
6565
"react-pdf": "~8.0.2",
6666
"react-select": "^5.7.0",
67-
"react-tabs": "^4.2.1",
67+
"react-tabs": "^6.1.0",
6868
"styled-system": "~5.1.5",
6969
"zxcvbn": "~4.4.2"
7070
},
@@ -113,7 +113,7 @@
113113
"@types/node": "^20.4.7",
114114
"@types/react": "^18.0.20",
115115
"@types/react-dom": "^18.0.6",
116-
"@types/react-tabs": "^2.3.4",
116+
"@types/react-tabs": "^5.0.5",
117117
"@types/styled-components": "^5.1.26",
118118
"@types/styled-system": "^5.1.13",
119119
"@types/zxcvbn": "^4.4.2",

pnpm-lock.yaml

Lines changed: 16 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)