Skip to content

Commit

Permalink
chore: bump deps (#10618)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Oct 11, 2020
1 parent 6f85827 commit 98776b7
Show file tree
Hide file tree
Showing 5 changed files with 230 additions and 241 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -55,7 +55,7 @@
"istanbul-lib-report": "^3.0.0",
"istanbul-reports": "^3.0.0",
"jest": "workspace:packages/jest",
"jest-junit": "^11.0.1",
"jest-junit": "^12.0.0",
"jest-runner-tsd": "^1.1.0",
"jest-silent-reporter": "^0.2.1",
"jest-snapshot-serializer-raw": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-reporters/package.json
Expand Up @@ -28,7 +28,7 @@
"source-map": "^0.6.0",
"string-length": "^4.0.1",
"terminal-link": "^2.0.0",
"v8-to-istanbul": "^6.0.0"
"v8-to-istanbul": "^6.0.1"
},
"devDependencies": {
"@types/exit": "^0.1.30",
Expand Down
4 changes: 2 additions & 2 deletions website/fetchSupporters.js
Expand Up @@ -10,9 +10,9 @@
const fs = require('fs');
const {promisify} = require('util');
const path = require('path');
const {request} = require('graphql-request');
const {gql, request} = require('graphql-request');

const graphqlQuery = `
const graphqlQuery = gql`
{
account(slug: "jest") {
orders(status: ACTIVE, limit: 1000) {
Expand Down
3 changes: 2 additions & 1 deletion website/package.json
Expand Up @@ -19,6 +19,7 @@
},
"devDependencies": {
"crowdin-cli": "^0.3.0",
"graphql-request": "^1.8.2"
"graphql": "^15.3.0",
"graphql-request": "^3.1.0"
}
}

0 comments on commit 98776b7

Please sign in to comment.