This repository was archived by the owner on Sep 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 96
96
"ts-jest" : " ^22.0.1" ,
97
97
"tslint" : " ^5.18.0" ,
98
98
"tslint-config-prettier" : " ^1.18.0" ,
99
- "typescript" : " ^3.7.2 "
99
+ "typescript" : " 3.6.4 "
100
100
},
101
101
"peerDependencies" : {
102
102
"@types/react-relay" : " >=7.0.0" ,
103
103
"@types/relay-runtime" : " >=6.0.7" ,
104
104
"relay-compiler" : " >=7.0.0" ,
105
105
"relay-runtime" : " >=7.0.0" ,
106
- "typescript" : " >=3.7.2 "
106
+ "typescript" : " >=3.6.4 "
107
107
},
108
108
"publishConfig" : {
109
109
"registry" : " https://registry.npmjs.org/"
Original file line number Diff line number Diff line change @@ -82,10 +82,11 @@ function aggregateRuntimeImports(ast: ts.Statement[]) {
82
82
) ;
83
83
84
84
if ( runtimeImports . length > 1 ) {
85
+ console . log ( "um runtime duplicado" ) ;
85
86
const namedImports : string [ ] = [ ] ;
86
87
runtimeImports . map ( node => {
87
88
// @ts -ignore
88
- node . importClause ? .namedBindings . elements . map ( element => {
89
+ node . importClause . namedBindings . elements . map ( element => {
89
90
namedImports . push ( element . name . escapedText ) ;
90
91
} ) ;
91
92
} ) ;
Original file line number Diff line number Diff line change @@ -5943,16 +5943,11 @@ type-fest@^0.6.0:
5943
5943
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"
5944
5944
integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==
5945
5945
5946
- typescript@^3.0.0 :
5946
+ typescript@3.6.4, typescript@ ^3.0.0 :
5947
5947
version "3.6.4"
5948
5948
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.4.tgz#b18752bb3792bc1a0281335f7f6ebf1bbfc5b91d"
5949
5949
integrity sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg==
5950
5950
5951
- typescript@^3.7.2 :
5952
- version "3.7.2"
5953
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.2.tgz#27e489b95fa5909445e9fef5ee48d81697ad18fb"
5954
- integrity sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ==
5955
-
5956
5951
ua-parser-js@^0.7.18 :
5957
5952
version "0.7.20"
5958
5953
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.20.tgz#7527178b82f6a62a0f243d1f94fd30e3e3c21098"
You can’t perform that action at this time.
0 commit comments