Skip to content

Commit 228a9a4

Browse files
committed
Update react-is
1 parent c4765ef commit 228a9a4

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

packages/ra-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"lodash": "^4.17.21",
6767
"query-string": "^7.1.3",
6868
"react-error-boundary": "^4.0.13",
69-
"react-is": "^18.2.0"
69+
"react-is": "^18.2.0 || ^19.0.0"
7070
},
7171
"gitHead": "587df4c27bfcec4a756df4f95e5fc14728dfc0d7"
7272
}

packages/ra-ui-materialui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"react": "18.3.1",
4646
"react-dom": "18.3.1",
4747
"react-hook-form": "^7.53.0",
48-
"react-is": "^18.2.0",
48+
"react-is": "^18.2.0 || ^19.0.0",
4949
"react-router": "^6.25.1",
5050
"react-router-dom": "^6.25.1",
5151
"rimraf": "^3.0.2",
@@ -59,7 +59,7 @@
5959
"react": "^18.0.0 || ^19.0.0",
6060
"react-dom": "^18.0.0 || ^19.0.0",
6161
"react-hook-form": "*",
62-
"react-is": "^18.0.0",
62+
"react-is": "^18.0.0 || ^19.0.0",
6363
"react-router": "^6.22.0",
6464
"react-router-dom": "^6.22.0"
6565
},

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15781,7 +15781,7 @@ __metadata:
1578115781
react-dom: "npm:18.3.1"
1578215782
react-error-boundary: "npm:^4.0.13"
1578315783
react-hook-form: "npm:^7.53.0"
15784-
react-is: "npm:^18.2.0"
15784+
react-is: "npm:^18.2.0 || ^19.0.0"
1578515785
react-router: "npm:^6.25.1"
1578615786
react-router-dom: "npm:^6.25.1"
1578715787
recharts: "npm:^2.1.15"
@@ -16057,7 +16057,7 @@ __metadata:
1605716057
react-dropzone: "npm:^14.2.3"
1605816058
react-error-boundary: "npm:^4.0.13"
1605916059
react-hook-form: "npm:^7.53.0"
16060-
react-is: "npm:^18.2.0"
16060+
react-is: "npm:^18.2.0 || ^19.0.0"
1606116061
react-router: "npm:^6.25.1"
1606216062
react-router-dom: "npm:^6.25.1"
1606316063
react-transition-group: "npm:^4.4.5"
@@ -16071,7 +16071,7 @@ __metadata:
1607116071
react: ^18.0.0 || ^19.0.0
1607216072
react-dom: ^18.0.0 || ^19.0.0
1607316073
react-hook-form: "*"
16074-
react-is: ^18.0.0
16074+
react-is: ^18.0.0 || ^19.0.0
1607516075
react-router: ^6.22.0
1607616076
react-router-dom: ^6.22.0
1607716077
languageName: unknown
@@ -16359,14 +16359,14 @@ __metadata:
1635916359
languageName: node
1636016360
linkType: hard
1636116361

16362-
"react-is@npm:^18.0.0, react-is@npm:^18.2.0":
16362+
"react-is@npm:^18.0.0":
1636316363
version: 18.2.0
1636416364
resolution: "react-is@npm:18.2.0"
1636516365
checksum: 6eb5e4b28028c23e2bfcf73371e72cd4162e4ac7ab445ddae2afe24e347a37d6dc22fae6e1748632cd43c6d4f9b8f86dcf26bf9275e1874f436d129952528ae0
1636616366
languageName: node
1636716367
linkType: hard
1636816368

16369-
"react-is@npm:^19.0.0":
16369+
"react-is@npm:^18.2.0 || ^19.0.0, react-is@npm:^19.0.0":
1637016370
version: 19.0.0
1637116371
resolution: "react-is@npm:19.0.0"
1637216372
checksum: d1be8e8500cf04f76df71942a21ef3a71266397a383d7ec8885f35190df818d35c65efd35aed7be47a89ad99aaff2c52e0c4e39e8930844a6b997622e50625a8

0 commit comments

Comments
 (0)