Skip to content

Commit 7f50eb9

Browse files
committed
chore: update graphql-tools packages, eslint-related packages, documentation.js, node-fetch
1 parent 9b80729 commit 7f50eb9

File tree

6 files changed

+339
-256
lines changed

6 files changed

+339
-256
lines changed

packages/gatsby-admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"remove-markdown": "^0.3.0",
3939
"rimraf": "^3.0.2",
4040
"strict-ui": "^0.2.0-0",
41-
"subscriptions-transport-ws": "^0.9.16",
41+
"subscriptions-transport-ws": "^0.9.18",
4242
"theme-ui": "^0.4.0-alpha.3",
4343
"typescript": "^3.9.5",
4444
"urql": "^1.9.8",

packages/gatsby-recipes/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"@babel/types": "^7.9.6",
1818
"@emotion/core": "^10.0.14",
1919
"@emotion/styled": "^10.0.14",
20-
"@graphql-tools/schema": "^6.0.14",
21-
"@graphql-tools/utils": "^6.0.14",
20+
"@graphql-tools/schema": "^6.1.0",
21+
"@graphql-tools/utils": "^6.1.0",
2222
"@hapi/hoek": "8.x.x",
2323
"@hapi/joi": "^15.1.1",
2424
"@mdx-js/mdx": "^2.0.0-next.4",
@@ -79,7 +79,7 @@
7979
"single-trailing-newline": "^1.0.0",
8080
"strip-ansi": "^6.0.0",
8181
"style-to-object": "^0.3.0",
82-
"subscriptions-transport-ws": "^0.9.16",
82+
"subscriptions-transport-ws": "^0.9.18",
8383
"svg-tag-names": "^2.0.1",
8484
"unified": "^8.4.2",
8585
"unist-util-remove": "^2.0.0",

packages/gatsby-source-graphql/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.10.3",
11-
"@graphql-tools/links": "^6.0.9",
12-
"@graphql-tools/utils": "^6.0.9",
13-
"@graphql-tools/wrap": "^6.0.9",
11+
"@graphql-tools/links": "^6.1.0",
12+
"@graphql-tools/utils": "^6.1.0",
13+
"@graphql-tools/wrap": "^6.1.0",
1414
"apollo-link": "1.2.14",
1515
"apollo-link-http": "^1.5.17",
1616
"dataloader": "^2.0.0",
1717
"graphql": "^14.6.0",
1818
"invariant": "^2.2.4",
19-
"node-fetch": "^1.7.3",
19+
"node-fetch": "^2.6.0",
2020
"uuid": "^8.3.0"
2121
},
2222
"devDependencies": {

packages/gatsby-transformer-documentationjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.10.3",
11-
"documentation": "^12.3.0",
11+
"documentation": "^13.0.2",
1212
"prismjs": "^1.20.0"
1313
},
1414
"devDependencies": {

packages/gatsby/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
"dotenv": "^8.2.0",
5858
"eslint": "^6.8.0",
5959
"eslint-config-react-app": "^5.2.1",
60-
"eslint-loader": "^2.2.1",
61-
"eslint-plugin-flowtype": "^3.13.0",
62-
"eslint-plugin-graphql": "^3.1.1",
60+
"eslint-loader": "^4.0.2",
61+
"eslint-plugin-flowtype": "^4.7.0",
62+
"eslint-plugin-graphql": "^4.0.0",
6363
"eslint-plugin-import": "^2.22.0",
6464
"eslint-plugin-jsx-a11y": "^6.3.1",
6565
"eslint-plugin-react": "^7.20.6",
66-
"eslint-plugin-react-hooks": "^1.7.0",
66+
"eslint-plugin-react-hooks": "^4.1.0",
6767
"event-source-polyfill": "^1.0.15",
6868
"express": "^4.17.1",
6969
"express-graphql": "^0.9.0",
@@ -168,9 +168,8 @@
168168
"@types/webpack-virtual-modules": "^0.1.0",
169169
"babel-preset-gatsby-package": "^0.5.2",
170170
"cross-env": "^5.2.1",
171-
"documentation": "^12.3.0",
171+
"documentation": "^13.0.2",
172172
"enhanced-resolve": "^4.2.0",
173-
"eslint-plugin-jsx-a11y": "^6.3.1",
174173
"react": "^16.12.0",
175174
"react-dom": "^16.12.0",
176175
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)