File tree 14 files changed +32
-32
lines changed
14 files changed +32
-32
lines changed Original file line number Diff line number Diff line change 12
12
"fetch-mock" : " ~6.3.0" ,
13
13
"json-graphql-server" : " ~2.1.3" ,
14
14
"proxy-polyfill" : " ^0.3.0" ,
15
- "ra-data-fakerest" : " ^3.0.0 " ,
16
- "ra-data-graphql-simple" : " ^3.0.0 " ,
17
- "ra-data-simple-rest" : " ^3.0.0 " ,
18
- "ra-i18n-polyglot" : " ^3.0.0 " ,
19
- "ra-input-rich-text" : " ^3.0.0 " ,
20
- "ra-language-english" : " ^3.0.0 " ,
21
- "ra-language-french" : " ^3.0.0 " ,
15
+ "ra-data-fakerest" : " next " ,
16
+ "ra-data-graphql-simple" : " next " ,
17
+ "ra-data-simple-rest" : " next " ,
18
+ "ra-i18n-polyglot" : " next " ,
19
+ "ra-input-rich-text" : " next " ,
20
+ "ra-language-english" : " next " ,
21
+ "ra-language-french" : " next " ,
22
22
"react" : " ^16.9.0" ,
23
23
"react-admin" : " ^3.0.0" ,
24
24
"react-app-polyfill" : " ^1.0.4" ,
54
54
"source-map-explorer" : " ^2.0.0" ,
55
55
"typescript" : " ^4.0.2"
56
56
}
57
- }
57
+ }
Original file line number Diff line number Diff line change 37
37
"@babel/polyfill" : " ^7.10.4" ,
38
38
"@material-ui/core" : " ^4.10.0" ,
39
39
"@material-ui/icons" : " ^4.9.1" ,
40
- "ra-data-fakerest" : " ^3.0.0 " ,
41
- "ra-i18n-polyglot" : " ^3.0.0 " ,
42
- "ra-input-rich-text" : " ^3.0.0 " ,
43
- "ra-language-english" : " ^3.0.0 " ,
44
- "ra-language-french" : " ^3.0.0 " ,
40
+ "ra-data-fakerest" : " next " ,
41
+ "ra-i18n-polyglot" : " next " ,
42
+ "ra-input-rich-text" : " next " ,
43
+ "ra-language-english" : " next " ,
44
+ "ra-language-french" : " next " ,
45
45
"react" : " ^16.9.0" ,
46
46
"react-admin" : " ^3.0.0" ,
47
47
"react-dom" : " ^16.9.0"
Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@material-ui/core" : " ^4.10.0" ,
7
- "ra-data-json-server" : " ^3.0.0 " ,
7
+ "ra-data-json-server" : " next " ,
8
8
"react" : " ^16.9.0" ,
9
9
"react-admin" : " ^3.0.0" ,
10
10
"react-dom" : " ^16.9.0" ,
21
21
" not ie <= 11" ,
22
22
" not op_mini all"
23
23
]
24
- }
24
+ }
Original file line number Diff line number Diff line change 44
44
"rimraf" : " ^2.6.3"
45
45
},
46
46
"peerDependencies" : {
47
- "ra-core" : " ^3.0.0 "
47
+ "ra-core" : " next "
48
48
}
49
49
}
Original file line number Diff line number Diff line change 36
36
"graphql-tag" : " ^2.10.1" ,
37
37
"lodash" : " ~4.17.5" ,
38
38
"pluralize" : " ~7.0.0" ,
39
- "ra-data-graphql" : " ^3.9.0-beta.1 "
39
+ "ra-data-graphql" : " next "
40
40
},
41
41
"peerDependencies" : {
42
42
"graphql" : " ^14.1.1" ,
43
- "ra-core" : " ^3.0.0 "
43
+ "ra-core" : " next "
44
44
},
45
45
"devDependencies" : {
46
46
"cross-env" : " ^5.2.0" ,
Original file line number Diff line number Diff line change 40
40
},
41
41
"peerDependencies" : {
42
42
"graphql" : " ^14.1.1" ,
43
- "ra-core" : " ^3.0.0 "
43
+ "ra-core" : " next "
44
44
},
45
45
"devDependencies" : {
46
46
"cross-env" : " ^5.2.0" ,
Original file line number Diff line number Diff line change 26
26
},
27
27
"dependencies" : {
28
28
"query-string" : " ^5.1.1" ,
29
- "ra-core" : " ^3.9.0-beta.1 "
29
+ "ra-core" : " next "
30
30
},
31
31
"devDependencies" : {
32
32
"cross-env" : " ^5.2.0" ,
Original file line number Diff line number Diff line change 32
32
"rimraf" : " ^2.6.3"
33
33
},
34
34
"peerDependencies" : {
35
- "ra-core" : " ^3.0.0 "
35
+ "ra-core" : " next "
36
36
}
37
37
}
Original file line number Diff line number Diff line change 26
26
},
27
27
"dependencies" : {
28
28
"node-polyglot" : " ^2.2.2" ,
29
- "ra-core" : " ^3.9.0-beta.1 "
29
+ "ra-core" : " next "
30
30
},
31
31
"devDependencies" : {
32
32
"cross-env" : " ^5.2.0" ,
Original file line number Diff line number Diff line change 40
40
"watch" : " tsc --outDir esm --module es2015 --watch"
41
41
},
42
42
"peerDependencies" : {
43
- "ra-core" : " ^3.0.0 " ,
44
- "ra-ui-materialui" : " ^4.3.3 " ,
43
+ "ra-core" : " next " ,
44
+ "ra-ui-materialui" : " next " ,
45
45
"react" : " ^16.9.0" ,
46
46
"react-dom" : " ^16.9.0"
47
47
},
Original file line number Diff line number Diff line change 22
22
"watch" : " tsc --outDir esm --module es2015 --watch"
23
23
},
24
24
"dependencies" : {
25
- "ra-core" : " ^3.9.0-beta.1 "
25
+ "ra-core" : " next "
26
26
},
27
27
"keywords" : [
28
28
" react" ,
Original file line number Diff line number Diff line change 16
16
"watch" : " tsc --outDir esm --module es2015 --watch"
17
17
},
18
18
"dependencies" : {
19
- "ra-core" : " ^3.9.0-beta.1 "
19
+ "ra-core" : " next "
20
20
},
21
21
"keywords" : [
22
22
" react" ,
Original file line number Diff line number Diff line change 38
38
"final-form" : " ^4.20.0" ,
39
39
"final-form-arrays" : " ^3.0.1" ,
40
40
"ignore-styles" : " ~5.0.1" ,
41
- "ra-core" : " ^3.9.0-beta.1 " ,
41
+ "ra-core" : " next " ,
42
42
"react" : " ^16.9.0" ,
43
43
"react-dom" : " ^16.9.0" ,
44
44
"react-final-form" : " ^6.5.0" ,
56
56
"@material-ui/styles" : " ^4.3.3" ,
57
57
"final-form" : " ^4.18.5" ,
58
58
"final-form-arrays" : " ^3.0.1" ,
59
- "ra-core" : " ^3.0.0 " ,
59
+ "ra-core" : " next " ,
60
60
"react" : " ^16.9.0" ,
61
61
"react-dom" : " ^16.9.0" ,
62
62
"react-final-form" : " ^6.3.3" ,
Original file line number Diff line number Diff line change 40
40
"connected-react-router" : " ^6.5.2" ,
41
41
"final-form" : " ^4.18.5" ,
42
42
"final-form-arrays" : " ^3.0.1" ,
43
- "ra-core" : " ^3.9.0-beta.1 " ,
44
- "ra-i18n-polyglot" : " ^3.9.0-beta.1 " ,
45
- "ra-language-english" : " ^3.9.0-beta.1 " ,
46
- "ra-ui-materialui" : " ^3.9.0-beta.1 " ,
43
+ "ra-core" : " next " ,
44
+ "ra-i18n-polyglot" : " next " ,
45
+ "ra-language-english" : " next " ,
46
+ "ra-ui-materialui" : " next " ,
47
47
"react-final-form" : " ^6.3.3" ,
48
48
"react-final-form-arrays" : " ^3.1.1" ,
49
49
"react-redux" : " ^7.1.0" ,
You can’t perform that action at this time.
0 commit comments