Skip to content

Commit 454a729

Browse files
authored
Merge pull request #7768 from marmelab/issue7754
Allow null value for ArrayInput
2 parents 5f057af + bafcdc8 commit 454a729

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

examples/simple/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"react": "^17.0.0",
2727
"react-admin": "^4.1.1",
2828
"react-dom": "^17.0.0",
29-
"react-hook-form": "^7.27.0",
29+
"react-hook-form": "^7.31.0",
3030
"react-query": "^3.32.1",
3131
"react-router": "^6.1.0",
3232
"react-router-dom": "^6.1.0"

packages/ra-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"npm-dts": "^1.3.10",
3939
"react": "^17.0.0",
4040
"react-dom": "^17.0.0",
41-
"react-hook-form": "^7.27.0",
41+
"react-hook-form": "^7.31.0",
4242
"react-router": "^6.1.0",
4343
"react-router-dom": "^6.1.0",
4444
"react-test-renderer": "^16.9.0 || ^17.0.0",
@@ -50,7 +50,7 @@
5050
"history": "^5.1.0",
5151
"react": "^16.9.0 || ^17.0.0 || ^18.0.0",
5252
"react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0",
53-
"react-hook-form": "^7.27.0",
53+
"react-hook-form": "^7.31.0",
5454
"react-router": "^6.1.0",
5555
"react-router-dom": "^6.1.0"
5656
},

packages/ra-input-rich-text/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"ra-ui-materialui": "^4.1.1",
4848
"react": "^17.0.0",
4949
"react-dom": "^17.0.0",
50-
"react-hook-form": "^7.27.0",
50+
"react-hook-form": "^7.31.0",
5151
"tsup": "^5.11.11"
5252
}
5353
}

packages/ra-ui-materialui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"ra-language-english": "^4.1.1",
4040
"react": "^17.0.0",
4141
"react-dom": "^17.0.0",
42-
"react-hook-form": "^7.27.0",
42+
"react-hook-form": "^7.31.0",
4343
"react-router": "^6.1.0",
4444
"react-router-dom": "^6.1.0",
4545
"react-test-renderer": "~16.8.6",

packages/react-admin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"ra-i18n-polyglot": "^4.1.1",
4545
"ra-language-english": "^4.1.1",
4646
"ra-ui-materialui": "^4.1.1",
47-
"react-hook-form": "^7.27.0",
47+
"react-hook-form": "^7.31.0",
4848
"react-router": "^6.1.0",
4949
"react-router-dom": "^6.1.0"
5050
}

yarn.lock

+11-11
Original file line numberDiff line numberDiff line change
@@ -21419,7 +21419,7 @@ __metadata:
2141921419
query-string: ^7.1.1
2142021420
react: ^17.0.0
2142121421
react-dom: ^17.0.0
21422-
react-hook-form: ^7.27.0
21422+
react-hook-form: ^7.31.0
2142321423
react-is: ^17.0.2
2142421424
react-query: ^3.32.1
2142521425
react-router: ^6.1.0
@@ -21432,7 +21432,7 @@ __metadata:
2143221432
history: ^5.1.0
2143321433
react: ^16.9.0 || ^17.0.0 || ^18.0.0
2143421434
react-dom: ^16.9.0 || ^17.0.0 || ^18.0.0
21435-
react-hook-form: ^7.27.0
21435+
react-hook-form: ^7.31.0
2143621436
react-router: ^6.1.0
2143721437
react-router-dom: ^6.1.0
2143821438
languageName: unknown
@@ -21567,7 +21567,7 @@ __metadata:
2156721567
ra-ui-materialui: ^4.1.1
2156821568
react: ^17.0.0
2156921569
react-dom: ^17.0.0
21570-
react-hook-form: ^7.27.0
21570+
react-hook-form: ^7.31.0
2157121571
tsup: ^5.11.11
2157221572
peerDependencies:
2157321573
"@mui/icons-material": ^5.0.1
@@ -21659,7 +21659,7 @@ __metadata:
2165921659
react-dom: ^17.0.0
2166021660
react-dropzone: ^12.0.4
2166121661
react-error-boundary: ^3.1.4
21662-
react-hook-form: ^7.27.0
21662+
react-hook-form: ^7.31.0
2166321663
react-query: ^3.32.1
2166421664
react-router: ^6.1.0
2166521665
react-router-dom: ^6.1.0
@@ -21854,7 +21854,7 @@ __metadata:
2185421854
ra-i18n-polyglot: ^4.1.1
2185521855
ra-language-english: ^4.1.1
2185621856
ra-ui-materialui: ^4.1.1
21857-
react-hook-form: ^7.27.0
21857+
react-hook-form: ^7.31.0
2185821858
react-router: ^6.1.0
2185921859
react-router-dom: ^6.1.0
2186021860
rimraf: ^2.6.3
@@ -22076,12 +22076,12 @@ __metadata:
2207622076
languageName: node
2207722077
linkType: hard
2207822078

22079-
"react-hook-form@npm:^7.27.0":
22080-
version: 7.27.1
22081-
resolution: "react-hook-form@npm:7.27.1"
22079+
"react-hook-form@npm:^7.31.0":
22080+
version: 7.31.3
22081+
resolution: "react-hook-form@npm:7.31.3"
2208222082
peerDependencies:
22083-
react: ^16.8.0 || ^17
22084-
checksum: 0a125d61080202acfba3be84dc7156fe79812a2f640658fb96b20b688555abc1d6bd5b5ff64933d3e1050bfe191271654bfcbdc32126c30a702acf003e600b0c
22083+
react: ^16.8.0 || ^17 || ^18
22084+
checksum: 41875aad648dbb9f9f0b297fc6e4601656ceae502ec4d77a7644cc66eb54f1ba0c645bac6bce7d5e099d4e52f5870c2dd9d48d6760220453412c1d5865b72738
2208522085
languageName: node
2208622086
linkType: hard
2208722087

@@ -23932,7 +23932,7 @@ __metadata:
2393223932
react-admin: ^4.1.1
2393323933
react-app-polyfill: ^1.0.4
2393423934
react-dom: ^17.0.0
23935-
react-hook-form: ^7.27.0
23935+
react-hook-form: ^7.31.0
2393623936
react-query: ^3.32.1
2393723937
react-router: ^6.1.0
2393823938
react-router-dom: ^6.1.0

0 commit comments

Comments
 (0)