@cubejs-client/playground 0.33.44 → 0.33.55
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.
- package/build/assets/{CachePane.37cd9a6d.js → CachePane.1cf63398.js} +1 -1
- package/build/assets/{GraphiQLSandbox.ea81f393.js → GraphiQLSandbox.76cdc358.js} +2 -2
- package/build/assets/{SchemaReference.9cc0967d.js → SchemaReference.64c1dd5c.js} +1 -1
- package/build/assets/{SqlQueryTab.28b25d99.js → SqlQueryTab.f5501cee.js} +1 -1
- package/build/assets/{brace-fold.6166eaf8.js → brace-fold.fd9774c5.js} +1 -1
- package/build/assets/{closebrackets.5c51b3ea.js → closebrackets.ff57a9c7.js} +1 -1
- package/build/assets/{codemirror.a9bac322.js → codemirror.11533b4b.js} +1 -1
- package/build/assets/{comment.cc1566f7.js → comment.76af6c7e.js} +1 -1
- package/build/assets/{dialog.fa5e0788.js → dialog.7221d0b6.js} +1 -1
- package/build/assets/{dialog.d2129387.js → dialog.72370f3b.js} +1 -1
- package/build/assets/{foldgutter.f028268d.js → foldgutter.8a38fe39.js} +1 -1
- package/build/assets/{hint.14456e9e.js → hint.4e36fe21.js} +1 -1
- package/build/assets/{hint.f5a09bb2.js → hint.9b78c58d.js} +1 -1
- package/build/assets/{index.350b1c02.js → index.6c1b8bbf.js} +25 -25
- package/build/assets/{index.15413d45.js → index.a5d082eb.js} +1 -1
- package/build/assets/{index.fe0a6d46.js → index.dd7ba2ee.js} +1 -1
- package/build/assets/{info-addon.04ae8642.js → info-addon.2de7b9e6.js} +1 -1
- package/build/assets/{info.9f6dd8c6.js → info.c7ecc9ad.js} +1 -1
- package/build/assets/{javascript.6142a414.js → javascript.d6a5a378.js} +1 -1
- package/build/assets/{jump-to-line.186e5d46.js → jump-to-line.f4e61d28.js} +1 -1
- package/build/assets/{jump.82598233.js → jump.dd638b2d.js} +1 -1
- package/build/assets/{lint.b1257ba0.js → lint.3604e1d5.js} +1 -1
- package/build/assets/{lint.c70e51e2.js → lint.5d42946d.js} +1 -1
- package/build/assets/{lint.07e590bf.js → lint.cbe5bd3e.js} +1 -1
- package/build/assets/{matchbrackets.86584c02.js → matchbrackets.089f10bd.js} +1 -1
- package/build/assets/{matchbrackets.0f395a18.js → matchbrackets.34ad88dc.js} +1 -1
- package/build/assets/{mode.42edccda.js → mode.20457d0f.js} +1 -1
- package/build/assets/{mode.310945de.js → mode.7edc14e4.js} +1 -1
- package/build/assets/{mode.8d30f6b0.js → mode.b1c14a94.js} +1 -1
- package/build/assets/{search.7d613cdd.js → search.e9a68413.js} +1 -1
- package/build/assets/{searchcursor.71c8bb85.js → searchcursor.b15988c1.js} +1 -1
- package/build/assets/{searchcursor.a92d33c7.js → searchcursor.da23250b.js} +1 -1
- package/build/assets/{show-hint.331b5ec3.js → show-hint.632a43c1.js} +1 -1
- package/build/assets/{sublime.bfa0be95.js → sublime.386bc077.js} +1 -1
- package/build/index.html +1 -1
- package/lib/.tsbuildinfo +1 -1
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cubejs-client/playground",
|
|
3
3
|
"author": "Cube Dev, Inc.",
|
|
4
|
-
"version": "0.33.
|
|
4
|
+
"version": "0.33.55",
|
|
5
5
|
"engines": {},
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"@ant-design/icons": "^4.7.0",
|
|
63
63
|
"@babel/cli": "^7.5.5",
|
|
64
64
|
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
|
|
65
|
-
"@cubejs-client/core": "^0.33.
|
|
66
|
-
"@cubejs-client/react": "^0.33.
|
|
65
|
+
"@cubejs-client/core": "^0.33.55",
|
|
66
|
+
"@cubejs-client/react": "^0.33.55",
|
|
67
67
|
"@types/flexsearch": "^0.7.3",
|
|
68
68
|
"@types/jest": "^26.0.20",
|
|
69
69
|
"@types/node": "^14",
|
|
@@ -102,5 +102,5 @@
|
|
|
102
102
|
"react-dom": ">=17.0.1",
|
|
103
103
|
"styled-components": ">=5.2.0"
|
|
104
104
|
},
|
|
105
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "7cb9ace521ab59474e54e4f7cbfb98acb91c9008"
|
|
106
106
|
}
|