File tree Expand file tree Collapse file tree 9 files changed +17
-17
lines changed
relay-test-utils-internal Expand file tree Collapse file tree 9 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " relay" ,
3
3
"description" : " A framework for building data-driven React applications." ,
4
- "version" : " 7.0 .0" ,
4
+ "version" : " 7.1 .0" ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " https://relay.dev" ,
7
7
"bugs" : " https://github.com/facebook/relay/issues" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " babel-plugin-relay" ,
3
3
"description" : " A Babel Plugin for use with Relay applications." ,
4
- "version" : " 7.0 .0" ,
4
+ "version" : " 7.1 .0" ,
5
5
"keywords" : [
6
6
" graphql" ,
7
7
" relay" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-relay" ,
3
3
"description" : " A framework for building GraphQL-driven React applications." ,
4
- "version" : " 7.0 .0" ,
4
+ "version" : " 7.1 .0" ,
5
5
"keywords" : [
6
6
" graphql" ,
7
7
" relay" ,
15
15
"@babel/runtime" : " ^7.0.0" ,
16
16
"fbjs" : " ^1.0.0" ,
17
17
"nullthrows" : " ^1.1.1" ,
18
- "relay-runtime" : " 7.0 .0"
18
+ "relay-runtime" : " 7.1 .0"
19
19
},
20
20
"peerDependencies" : {
21
21
"react" : " ^16.9.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " relay-compiler" ,
3
3
"description" : " A compiler tool for building GraphQL-driven applications." ,
4
- "version" : " 7.0 .0" ,
4
+ "version" : " 7.1 .0" ,
5
5
"keywords" : [
6
6
" graphql" ,
7
7
" relay"
28
28
"fbjs" : " ^1.0.0" ,
29
29
"immutable" : " ~3.7.6" ,
30
30
"nullthrows" : " ^1.1.1" ,
31
- "relay-runtime" : " 7.0 .0" ,
31
+ "relay-runtime" : " 7.1 .0" ,
32
32
"signedsource" : " ^1.0.0" ,
33
33
"yargs" : " ^9.0.0"
34
34
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " relay-config" ,
3
3
"description" : " Config parser for Relay applications." ,
4
- "version" : " 7.0 .0" ,
4
+ "version" : " 7.1 .0" ,
5
5
"keywords" : [
6
6
" graphql" ,
7
7
" relay"
15
15
"cosmiconfig" : " ^5.0.5"
16
16
},
17
17
"peerDependencies" : {
18
- "relay-compiler" : " 7.0 .0"
18
+ "relay-compiler" : " 7.1 .0"
19
19
}
20
20
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " relay-experimental" ,
3
3
"description" : " Contains unstable, experimental code" ,
4
- "version" : " 7.0 .0" ,
4
+ "version" : " 7.1 .0" ,
5
5
"keywords" : [
6
6
" graphql" ,
7
7
" relay"
13
13
"dependencies" : {
14
14
"@babel/runtime" : " ^7.0.0" ,
15
15
"fbjs" : " ^1.0.0" ,
16
- "react-relay" : " 7.0 .0" ,
17
- "relay-runtime" : " 7.0 .0"
16
+ "react-relay" : " 7.1 .0" ,
17
+ "relay-runtime" : " 7.1 .0"
18
18
},
19
19
"directories" : {
20
20
"" : " ./"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " relay-runtime" ,
3
3
"description" : " A core runtime for building GraphQL-driven applications." ,
4
- "version" : " 7.0 .0" ,
4
+ "version" : " 7.1 .0" ,
5
5
"keywords" : [
6
6
" graphql" ,
7
7
" relay"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " relay-test-utils-internal" ,
3
3
"description" : " Internal utilities for testing Relay." ,
4
- "version" : " 7.0 .0" ,
4
+ "version" : " 7.1 .0" ,
5
5
"keywords" : [
6
6
" graphql" ,
7
7
" relay"
13
13
"dependencies" : {
14
14
"@babel/runtime" : " ^7.0.0" ,
15
15
"fbjs" : " ^1.0.0" ,
16
- "relay-runtime" : " 7.0 .0" ,
17
- "relay-compiler" : " 7.0 .0"
16
+ "relay-runtime" : " 7.1 .0" ,
17
+ "relay-compiler" : " 7.1 .0"
18
18
},
19
19
"peerDependencies" : {
20
20
"graphql" : " ^14.2.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " relay-test-utils" ,
3
3
"description" : " Utilities for testing Relay applications." ,
4
- "version" : " 7.0 .0" ,
4
+ "version" : " 7.1 .0" ,
5
5
"keywords" : [
6
6
" graphql" ,
7
7
" relay"
13
13
"dependencies" : {
14
14
"@babel/runtime" : " ^7.0.0" ,
15
15
"fbjs" : " ^1.0.0" ,
16
- "relay-runtime" : " 7.0 .0"
16
+ "relay-runtime" : " 7.1 .0"
17
17
},
18
18
"peerDependencies" : {
19
19
"graphql" : " ^14.2.0"
You can’t perform that action at this time.
0 commit comments