This repository was archived by the owner on Sep 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-19
lines changed Expand file tree Collapse file tree 1 file changed +7
-19
lines changed Original file line number Diff line number Diff line change 42
42
"precommit" : " lint-staged"
43
43
},
44
44
"dependencies" : {
45
- "immutable" : " ^3.7.6" ,
46
- "invariant" : " ^2.2.2"
45
+ "immutable" : " ^3.8.2" ,
46
+ "invariant" : " ^2.2.2" ,
47
+ "jest-cli" : " ^23.6.0"
47
48
},
48
49
"peerDependencies" : {
49
50
"@types/react-relay" : " >=1.3.9" ,
62
63
"@types/relay-runtime" : " ^1.3.1" ,
63
64
"graphql" : " ^0.13.2" ,
64
65
"husky" : " ^1.1.0" ,
65
- "jest" : " ^22.1.4 " ,
66
+ "jest" : " ^23.6.0 " ,
66
67
"lint-staged" : " ^7.3.0" ,
67
68
"prettier" : " ^1.10.2" ,
68
- "relay-compiler" :
69
- " https://github.com/alloy/relay/releases/download/v1.6.1-plugin.1/relay-compiler-1.6.1-plugin.1.tgz" ,
70
- "relay-runtime" :
71
- " https://github.com/alloy/relay/releases/download/v1.6.1-plugin.1/relay-runtime-1.6.1-plugin.1.tgz" ,
72
- "relay-test-utils" :
73
- " https://github.com/alloy/relay/releases/download/v1.6.1-plugin.1/relay-test-utils-1.6.1-plugin.1.tgz" ,
69
+ "relay-compiler" : " ^2.0.0-rc.1" ,
70
+ "relay-runtime" : " ^2.0.0-rc.1" ,
71
+ "relay-test-utils" : " ^2.0.0-rc.1" ,
74
72
"ts-jest" : " ^22.0.1" ,
75
73
"tslint" : " ^5.11.0" ,
76
74
"tslint-config-prettier" : " ^1.15.0" ,
77
75
"typescript" : " 2.8.1"
78
76
},
79
- "resolutions" : {
80
- "graphql-compiler" :
81
- " https://github.com/alloy/relay/releases/download/v1.6.1-plugin.1/graphql-compiler-1.6.1-plugin.1.tgz" ,
82
- "relay-compiler" :
83
- " https://github.com/alloy/relay/releases/download/v1.6.1-plugin.1/relay-compiler-1.6.1-plugin.1.tgz" ,
84
- "relay-runtime" :
85
- " https://github.com/alloy/relay/releases/download/v1.6.1-plugin.1/relay-runtime-1.6.1-plugin.1.tgz" ,
86
- "relay-test-utils" :
87
- " https://github.com/alloy/relay/releases/download/v1.6.1-plugin.1/relay-test-utils-1.6.1-plugin.1.tgz"
88
- },
89
77
"jest" : {
90
78
"transform" : {
91
79
"^.+\\ .tsx?$" : " ts-jest"
You can’t perform that action at this time.
0 commit comments