@arcblock/graphql-playground 2.2.1 → 2.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +4 -4
  2. package/src/index.js +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/graphql-playground",
3
- "version": "2.2.1",
3
+ "version": "2.2.4",
4
4
  "description": "A React Component to interact with GraphQL APIs",
5
5
  "keywords": [
6
6
  "react",
@@ -29,10 +29,10 @@
29
29
  "url": "https://github.com/ArcBlock/ux/issues"
30
30
  },
31
31
  "dependencies": {
32
- "@arcblock/ux": "^2.2.1",
32
+ "@arcblock/ux": "^2.2.4",
33
33
  "axios": "^0.21.4",
34
34
  "core-js": "^3.24.1",
35
- "graphiql": "^1.10.0",
35
+ "graphiql": "^1.11.3",
36
36
  "graphiql-code-exporter": "^3.0.3",
37
37
  "graphiql-explorer": "^0.9.0",
38
38
  "graphql": "^16.5.0",
@@ -55,5 +55,5 @@
55
55
  "eslint-plugin-react-hooks": "^4.6.0",
56
56
  "jest": "^24.9.0"
57
57
  },
58
- "gitHead": "7fd063875d78f056aadea005b21b48c8c3bfb6c7"
58
+ "gitHead": "6658d7679f6a8e679e1fddae1af19ae8a2e64963"
59
59
  }
package/src/index.js CHANGED
@@ -258,7 +258,6 @@ const Container = styled.div`
258
258
  .doc-explorer-contents {
259
259
  min-height: 0;
260
260
  }
261
-
262
261
  .history-contents {
263
262
  top: 45px !important;
264
263
  background-color: ${(props) => props.theme.palette.background.default} !important;