Skip to content

Commit 4e9c820

Browse files
authored
chore(graphiql): Update (#1004)
1 parent 8f2dbae commit 4e9c820

File tree

8 files changed

+1708
-1688
lines changed

8 files changed

+1708
-1688
lines changed

assets/explorer/dist/bundle.min.js

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/explorer/dist/graphiql.css

Lines changed: 612 additions & 676 deletions
Large diffs are not rendered by default.

assets/explorer/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"lint": "eslint src"
77
},
88
"dependencies": {
9-
"graphiql": "^0.12.0",
10-
"graphiql-explorer": "^0.5.1",
9+
"graphiql": "^0.17.5",
10+
"graphiql-explorer": "^0.6.2",
1111
"graphql": "^14.5.8",
1212
"react": "^16.3",
1313
"react-dom": "^16.3"
@@ -22,9 +22,9 @@
2222
"babel-preset-react": "^6.24.1",
2323
"babel-preset-stage-0": "^6.24.1",
2424
"copy-webpack-plugin": "^5.0.5",
25-
"eslint": "^4.10.0",
26-
"eslint-config-airbnb": "^16.1.0",
27-
"eslint-plugin-import": "^2.8.0",
25+
"eslint": "^6.8.0",
26+
"eslint-config-airbnb": "^18.1.0",
27+
"eslint-plugin-import": "^2.20.2",
2828
"rimraf": "^2.6.2",
2929
"webpack": "^4.41.2",
3030
"webpack-cli": "^3.3.10"

assets/explorer/webpack.config.babel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
'node_modules',
1717
],
1818
},
19-
19+
mode: 'production',
2020
module: {
2121
rules: [
2222
{

assets/explorer/yarn.lock

Lines changed: 577 additions & 641 deletions
Large diffs are not rendered by default.

assets/voyager/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"babel-preset-react": "^6.24.1",
2222
"babel-preset-stage-0": "^6.24.1",
2323
"copy-webpack-plugin": "^5.0.5",
24-
"eslint": "^4.10.0",
25-
"eslint-config-airbnb": "^16.1.0",
26-
"eslint-plugin-import": "^2.8.0",
24+
"eslint": "^6.8.0",
25+
"eslint-config-airbnb": "^18.1.0",
26+
"eslint-plugin-import": "^2.20.0",
2727
"rimraf": "^2.6.2",
2828
"webpack": "^4.41.2",
2929
"webpack-cli": "^3.3.10"

assets/voyager/webpack.config.babel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
'node_modules',
1717
],
1818
},
19-
19+
mode: 'production',
2020
module: {
2121
rules: [
2222
{

assets/voyager/yarn.lock

Lines changed: 499 additions & 351 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)