File tree Expand file tree Collapse file tree 5 files changed +230
-241
lines changed Expand file tree Collapse file tree 5 files changed +230
-241
lines changed Original file line number Diff line number Diff line change 5555 "istanbul-lib-report" : " ^3.0.0" ,
5656 "istanbul-reports" : " ^3.0.0" ,
5757 "jest" : " workspace:packages/jest" ,
58- "jest-junit" : " ^11 .0.1 " ,
58+ "jest-junit" : " ^12 .0.0 " ,
5959 "jest-runner-tsd" : " ^1.1.0" ,
6060 "jest-silent-reporter" : " ^0.2.1" ,
6161 "jest-snapshot-serializer-raw" : " ^1.1.0" ,
Original file line number Diff line number Diff line change 2828 "source-map" : " ^0.6.0" ,
2929 "string-length" : " ^4.0.1" ,
3030 "terminal-link" : " ^2.0.0" ,
31- "v8-to-istanbul" : " ^6.0.0 "
31+ "v8-to-istanbul" : " ^6.0.1 "
3232 },
3333 "devDependencies" : {
3434 "@types/exit" : " ^0.1.30" ,
Original file line number Diff line number Diff line change 1010const fs = require ( 'fs' ) ;
1111const { promisify} = require ( 'util' ) ;
1212const path = require ( 'path' ) ;
13- const { request} = require ( 'graphql-request' ) ;
13+ const { gql , request} = require ( 'graphql-request' ) ;
1414
15- const graphqlQuery = `
15+ const graphqlQuery = gql `
1616 {
1717 account(slug: "jest") {
1818 orders(status: ACTIVE, limit: 1000) {
Original file line number Diff line number Diff line change 1919 },
2020 "devDependencies" : {
2121 "crowdin-cli" : " ^0.3.0" ,
22- "graphql-request" : " ^1.8.2"
22+ "graphql" : " ^15.3.0" ,
23+ "graphql-request" : " ^3.1.0"
2324 }
2425}
You can’t perform that action at this time.
0 commit comments