Skip to content

Commit 831d1a4

Browse files
authored
chore(deps): re-add react-is as hard dep w/ significantly expanded range (#19168)
1 parent d123efe commit 831d1a4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"peerDependencies": {
4848
"react": "^16.8.6 || ^17.0.1 || ^18.2.0 || ^19.0.0",
4949
"react-dom": "^16.8.6 || ^17.0.1 || ^18.2.0 || ^19.0.0",
50-
"react-is": "^18.3.1 || ^19.0.0",
50+
"react-is": "^16.13.1 || ^17.0.2 || ^18.3.1 || ^19.0.0",
5151
"sass": "^1.33.0"
5252
},
5353
"dependencies": {
@@ -120,7 +120,7 @@
120120
"prop-types": "^15.8.1",
121121
"react": "^19.0.0",
122122
"react-dom": "^19.0.0",
123-
"react-is": "^19.0.0",
123+
"react-is": "^16.13.1 || ^17.0.2 || ^18.3.1 || ^19.0.0",
124124
"remark-gfm": "^4.0.0",
125125
"requestanimationframe": "^0.0.23",
126126
"rimraf": "^6.0.0",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2056,7 +2056,7 @@ __metadata:
20562056
react: "npm:^19.0.0"
20572057
react-dom: "npm:^19.0.0"
20582058
react-fast-compare: "npm:^3.2.2"
2059-
react-is: "npm:^19.0.0"
2059+
react-is: "npm:^16.13.1 || ^17.0.2 || ^18.3.1 || ^19.0.0"
20602060
remark-gfm: "npm:^4.0.0"
20612061
requestanimationframe: "npm:^0.0.23"
20622062
rimraf: "npm:^6.0.0"
@@ -2077,7 +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
2080+
react-is: ^16.13.1 || ^17.0.2 || ^18.3.1 || ^19.0.0
20812081
sass: ^1.33.0
20822082
languageName: unknown
20832083
linkType: soft

0 commit comments

Comments
 (0)