Skip to content

Commit 13d71ac

Browse files
committed
chore(explorer): JS dependency updates with yarn audit
1 parent c28f5f8 commit 13d71ac

5 files changed

Lines changed: 1511 additions & 1889 deletions

File tree

assets/explorer/dist/bundle.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/explorer/dist/bundle.min.js.LICENSE.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ object-assign
44
@license MIT
55
*/
66

7+
/*!
8+
* escape-html
9+
* Copyright(c) 2012-2013 TJ Holowaychuk
10+
* Copyright(c) 2015 Andreas Lubbe
11+
* Copyright(c) 2015 Tiancheng "Timothy" Gu
12+
* MIT Licensed
13+
*/
14+
715
/** @license React v0.19.1
816
* scheduler.production.min.js
917
*

assets/explorer/dist/graphiql.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214

215215
/* No `.graphiql-container` here so themes can overwrite */
216216

217-
.result-window .CodeMirror {
217+
.result-window .CodeMirror.cm-s-graphiql {
218218
background: #f6f7f8;
219219
}
220220

@@ -527,7 +527,7 @@ div.CodeMirror-lint-tooltip > * + * {
527527
/* Comment */
528528

529529
.cm-comment {
530-
color: #999;
530+
color: #666;
531531
}
532532

533533
/* Punctuation */
@@ -642,7 +642,7 @@ div.CodeMirror-lint-tooltip > * + * {
642642
.CodeMirror-linenumbers {}
643643

644644
.CodeMirror-linenumber {
645-
color: #999;
645+
color: #666;
646646
min-width: 20px;
647647
padding: 0 3px 0 5px;
648648
text-align: right;
@@ -651,7 +651,7 @@ div.CodeMirror-lint-tooltip > * + * {
651651

652652
.CodeMirror-guttermarker { color: black; }
653653

654-
.CodeMirror-guttermarker-subtle { color: #999; }
654+
.CodeMirror-guttermarker-subtle { color: #666; }
655655

656656
/* CURSOR */
657657

@@ -729,7 +729,7 @@ div.CodeMirror-overwrite div.CodeMirror-cursor {}
729729

730730
.cm-s-default .cm-builtin {color: #30a;}
731731

732-
.cm-s-default .cm-bracket {color: #997;}
732+
.cm-s-default .cm-bracket {color: #666;}
733733

734734
.cm-s-default .cm-tag {color: #170;}
735735

@@ -739,7 +739,7 @@ div.CodeMirror-overwrite div.CodeMirror-cursor {}
739739

740740
.cm-s-default .cm-quote {color: #090;}
741741

742-
.cm-s-default .cm-hr {color: #999;}
742+
.cm-s-default .cm-hr {color: #666;}
743743

744744
.cm-s-default .cm-link {color: #00c;}
745745

@@ -1500,7 +1500,7 @@ li.CodeMirror-hint-active {
15001500
}
15011501

15021502
.graphiql-container .field-short-description {
1503-
color: #999;
1503+
color: #666;
15041504
margin-left: 5px;
15051505
overflow: hidden;
15061506
text-overflow: ellipsis;

assets/explorer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
"babel-preset-es2015": "^6.24.1",
2222
"babel-preset-react": "^6.24.1",
2323
"babel-preset-stage-0": "^6.24.1",
24-
"copy-webpack-plugin": "^6.0.3",
25-
"eslint": "^6.8.0",
24+
"copy-webpack-plugin": "^6.1.2",
25+
"eslint": "^8.9.0",
2626
"eslint-config-airbnb": "^18.1.0",
2727
"eslint-plugin-import": "^2.20.2",
2828
"rimraf": "^2.6.2",
2929
"webpack": "^5.40.0",
30-
"webpack-cli": "^3.3.10"
30+
"webpack-cli": "^4.9.2"
3131
}
3232
}

0 commit comments

Comments
 (0)