File tree 14 files changed +30
-30
lines changed
react-form-with-constraints
react-form-with-constraints-bootstrap4
react-form-with-constraints-material-ui
react-form-with-constraints-native
react-form-with-constraints-tools
14 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 19
19
20
20
"lodash" : " latest" ,
21
21
22
- "react-form-with-constraints" : " ^0.9.3 " ,
23
- "react-form-with-constraints-bootstrap4" : " ^0.9.3 " ,
24
- "react-form-with-constraints-tools" : " ^0.9.3 " ,
22
+ "react-form-with-constraints" : " ^0.10.0 " ,
23
+ "react-form-with-constraints-bootstrap4" : " ^0.10.0 " ,
24
+ "react-form-with-constraints-tools" : " ^0.10.0 " ,
25
25
26
26
"bootstrap" : " latest" ,
27
27
Original file line number Diff line number Diff line change 16
16
"react" : " latest" ,
17
17
"react-dom" : " latest" ,
18
18
19
- "react-form-with-constraints" : " ^0.9.3 " ,
20
- "react-form-with-constraints-tools" : " ^0.9.3 " ,
19
+ "react-form-with-constraints" : " ^0.10.0 " ,
20
+ "react-form-with-constraints-tools" : " ^0.10.0 " ,
21
21
22
22
"mobx" : " latest" ,
23
23
"mobx-react" : " latest" ,
Original file line number Diff line number Diff line change 20
20
21
21
"@material-ui/core" : " ~3.0.3" ,
22
22
23
- "react-form-with-constraints" : " ^0.9.3 " ,
24
- "react-form-with-constraints-material-ui" : " ^0.9.3 " ,
25
- "react-form-with-constraints-tools" : " ^0.9.3 "
23
+ "react-form-with-constraints" : " ^0.10.0 " ,
24
+ "react-form-with-constraints-material-ui" : " ^0.10.0 " ,
25
+ "react-form-with-constraints-tools" : " ^0.10.0 "
26
26
},
27
27
28
28
"devDependencies" : {
Original file line number Diff line number Diff line change 19
19
"react" : " latest" ,
20
20
"react-dom" : " latest" ,
21
21
22
- "react-form-with-constraints" : " ^0.9.3 " ,
23
- "react-form-with-constraints-tools" : " ^0.9.3 "
22
+ "react-form-with-constraints" : " ^0.10.0 " ,
23
+ "react-form-with-constraints-tools" : " ^0.10.0 "
24
24
},
25
25
26
26
"devDependencies" : {
Original file line number Diff line number Diff line change 16
16
"react" : " latest" ,
17
17
"react-dom" : " latest" ,
18
18
19
- "react-form-with-constraints" : " ^0.9.3 "
19
+ "react-form-with-constraints" : " ^0.10.0 "
20
20
},
21
21
22
22
"devDependencies" : {
Original file line number Diff line number Diff line change 17
17
"react" : " latest" ,
18
18
"react-dom" : " latest" ,
19
19
20
- "react-form-with-constraints" : " ^0.9.3 " ,
21
- "react-form-with-constraints-tools" : " ^0.9.3 " ,
20
+ "react-form-with-constraints" : " ^0.10.0 " ,
21
+ "react-form-with-constraints-tools" : " ^0.10.0 " ,
22
22
23
23
"express" : " latest"
24
24
},
Original file line number Diff line number Diff line change 20
20
21
21
"lodash" : " latest" ,
22
22
23
- "react-form-with-constraints" : " ^0.9.3 " ,
24
- "react-form-with-constraints-tools" : " ^0.9.3 " ,
23
+ "react-form-with-constraints" : " ^0.10.0 " ,
24
+ "react-form-with-constraints-tools" : " ^0.10.0 " ,
25
25
26
26
"i18next" : " latest" ,
27
27
"react-i18next" : " latest" ,
Original file line number Diff line number Diff line change 16
16
"react" : " latest" ,
17
17
"react-dom" : " latest" ,
18
18
19
- "react-form-with-constraints" : " ^0.9.3 "
19
+ "react-form-with-constraints" : " ^0.10.0 "
20
20
},
21
21
22
22
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.9.3 " ,
2
+ "version" : " 0.10.0 " ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true ,
5
5
"command" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-form-with-constraints-bootstrap4" ,
3
- "version" : " 0.9.3 " ,
3
+ "version" : " 0.10.0 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/tkrotoff/react-form-with-constraints.git"
37
37
},
38
38
39
39
"peerDependencies" : {
40
- "react-form-with-constraints" : " ^0.9.3 "
40
+ "react-form-with-constraints" : " ^0.10.0 "
41
41
},
42
42
43
43
"devDependencies" : {
46
46
"react" : " latest" ,
47
47
"@types/react" : " latest" ,
48
48
49
- "react-form-with-constraints" : " ^0.9.3 " ,
49
+ "react-form-with-constraints" : " ^0.10.0 " ,
50
50
51
51
"jest" : " latest" ,
52
52
"@types/jest" : " latest" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-form-with-constraints-material-ui" ,
3
- "version" : " 0.9.3 " ,
3
+ "version" : " 0.10.0 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/tkrotoff/react-form-with-constraints.git"
36
36
},
37
37
38
38
"peerDependencies" : {
39
- "react-form-with-constraints" : " ^0.9.3 " ,
39
+ "react-form-with-constraints" : " ^0.10.0 " ,
40
40
"@material-ui/core" : " ~3.0.3"
41
41
},
42
42
46
46
"react" : " latest" ,
47
47
"@types/react" : " latest" ,
48
48
49
- "react-form-with-constraints" : " ^0.9.3 " ,
49
+ "react-form-with-constraints" : " ^0.10.0 " ,
50
50
51
51
"@material-ui/core" : " ~3.0.3" ,
52
52
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-form-with-constraints-native" ,
3
- "version" : " 0.9.3 " ,
3
+ "version" : " 0.10.0 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/tkrotoff/react-form-with-constraints.git"
34
34
35
35
"peerDependencies" : {
36
36
"react-native" : " >=0.50" ,
37
- "react-form-with-constraints" : " ^0.9.3 "
37
+ "react-form-with-constraints" : " ^0.10.0 "
38
38
},
39
39
40
40
"devDependencies" : {
46
46
"react-native" : " ^0.50" ,
47
47
"@types/react-native" : " latest" ,
48
48
49
- "react-form-with-constraints" : " ^0.9.3 " ,
49
+ "react-form-with-constraints" : " ^0.10.0 " ,
50
50
51
51
"jest" : " latest" ,
52
52
"@types/jest" : " latest" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-form-with-constraints-tools" ,
3
- "version" : " 0.9.3 " ,
3
+ "version" : " 0.10.0 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/tkrotoff/react-form-with-constraints.git"
35
35
},
36
36
37
37
"peerDependencies" : {
38
- "react-form-with-constraints" : " ^0.9.3 "
38
+ "react-form-with-constraints" : " ^0.10.0 "
39
39
},
40
40
41
41
"devDependencies" : {
46
46
"react-dom" : " latest" ,
47
47
"@types/react-dom" : " latest" ,
48
48
49
- "react-form-with-constraints" : " ^0.9.3 " ,
49
+ "react-form-with-constraints" : " ^0.10.0 " ,
50
50
51
51
"jest" : " latest" ,
52
52
"@types/jest" : " latest" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-form-with-constraints" ,
3
- "version" : " 0.9.3 " ,
3
+ "version" : " 0.10.0 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/tkrotoff/react-form-with-constraints.git"
You can’t perform that action at this time.
0 commit comments