Skip to content

Commit 4315d4a

Browse files
authored
fix(tabs): move react-is to peer dependencies (#18585)
* fix(tabs): move react-is to peer dependencies * chore: update yarn lock
1 parent 18e2c61 commit 4315d4a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/react/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"peerDependencies": {
4747
"react": "^16.8.6 || ^17.0.1 || ^18.2.0 || ^19.0.0",
4848
"react-dom": "^16.8.6 || ^17.0.1 || ^18.2.0 || ^19.0.0",
49+
"react-is": "^18.3.1 || ^19.0.0",
4950
"sass": "^1.33.0"
5051
},
5152
"dependencies": {
@@ -64,7 +65,6 @@
6465
"invariant": "^2.2.3",
6566
"prop-types": "^15.7.2",
6667
"react-fast-compare": "^3.2.2",
67-
"react-is": "^18.3.1",
6868
"tabbable": "^6.2.0",
6969
"use-resize-observer": "^6.0.0",
7070
"window-or-global": "^1.0.1"
@@ -119,6 +119,7 @@
119119
"prop-types": "^15.7.2",
120120
"react": "^18.3.1",
121121
"react-dom": "^18.3.1",
122+
"react-is": "^18.3.1",
122123
"remark-gfm": "^4.0.0",
123124
"requestanimationframe": "^0.0.23",
124125
"rimraf": "^6.0.0",

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2077,6 +2077,7 @@ __metadata:
20772077
peerDependencies:
20782078
react: ^16.8.6 || ^17.0.1 || ^18.2.0 || ^19.0.0
20792079
react-dom: ^16.8.6 || ^17.0.1 || ^18.2.0 || ^19.0.0
2080+
react-is: ^18.3.1 || ^19.0.0
20802081
sass: ^1.33.0
20812082
languageName: unknown
20822083
linkType: soft

0 commit comments

Comments
 (0)