File tree Expand file tree Collapse file tree 5 files changed +7
-57
lines changed Expand file tree Collapse file tree 5 files changed +7
-57
lines changed Original file line number Diff line number Diff line change 24
24
"styled-components" : " ^5.2.1" ,
25
25
"typed-object-validator" : " ^1.0.1" ,
26
26
"typed-react-form" : " link:.." ,
27
+ "typed-react-form-yup" : " ^1.0.0" ,
27
28
"typescript" : " link:../node_modules/typescript" ,
28
29
"yup" : " ^0.32.8"
29
30
},
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ import {
12
12
Listener ,
13
13
FormTextArea ,
14
14
ChildForm ,
15
- yupValidator ,
16
15
useArrayForm
17
16
} from "typed-react-form" ;
18
17
import { VisualRender } from "./VisualRender" ;
19
18
import * as yup from "yup" ;
19
+ import { yupValidator } from "typed-react-form-yup" ;
20
20
21
21
interface ExampleFormData {
22
22
id : number ;
Original file line number Diff line number Diff line change @@ -10313,6 +10313,11 @@ typed-object-validator@^1.0.1:
10313
10313
resolved "https://registry.yarnpkg.com/typed-object-validator/-/typed-object-validator-1.0.1.tgz#524184eec5da5a37a90ea3011877b05189e9faee"
10314
10314
integrity sha512-6h0PJeLVW7J9O65HqgotnDxatlwY652+kuA+yU3CPtJTlP+TJAmLHQ4NrqXwSqnwvNTfd54OuUCTrV6if7g+Mw==
10315
10315
10316
+ typed-react-form-yup@^1.0.0 :
10317
+ version "1.0.0"
10318
+ resolved "https://registry.yarnpkg.com/typed-react-form-yup/-/typed-react-form-yup-1.0.0.tgz#6782a8f55978c655f8e43fd3e1a5f6d2469b2aee"
10319
+ integrity sha512-Am28jVwXnQSjHih3skXkHBESMHnXVmTbJAo7ceLOcNZRb9DA8g4wRTs9BZm2MUj9Hfnf3QG6sZzYP74uIXuc0w==
10320
+
10316
10321
" typed-react-form@link:.. " :
10317
10322
version "0.0.0"
10318
10323
uid ""
Original file line number Diff line number Diff line change @@ -2,4 +2,3 @@ export * from "./form";
2
2
export * from "./hooks" ;
3
3
export * from "./Components" ;
4
4
export * from "./elements" ;
5
- export * from "./yup" ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments