Skip to content

Commit 98776b7

Browse files
authored
chore: bump deps (#10618)
1 parent 6f85827 commit 98776b7

File tree

5 files changed

+230
-241
lines changed

5 files changed

+230
-241
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
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",

packages/jest-reporters/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
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",

website/fetchSupporters.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
const fs = require('fs');
1111
const {promisify} = require('util');
1212
const 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) {

website/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
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
}

0 commit comments

Comments
 (0)