@cubejs-client/playground 0.33.55 → 0.33.59
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.1cf63398.js → CachePane.3ec4bde1.js} +1 -1
- package/build/assets/{GraphiQLSandbox.76cdc358.js → GraphiQLSandbox.3f38f1af.js} +2 -2
- package/build/assets/{SchemaReference.64c1dd5c.js → SchemaReference.fea05331.js} +1 -1
- package/build/assets/{SqlQueryTab.f5501cee.js → SqlQueryTab.1d47af2e.js} +1 -1
- package/build/assets/{brace-fold.fd9774c5.js → brace-fold.83e8f642.js} +1 -1
- package/build/assets/{closebrackets.ff57a9c7.js → closebrackets.9cd7ec62.js} +1 -1
- package/build/assets/{codemirror.11533b4b.js → codemirror.6b6da406.js} +1 -1
- package/build/assets/{comment.76af6c7e.js → comment.0c79ce56.js} +1 -1
- package/build/assets/{dialog.7221d0b6.js → dialog.9ce88a57.js} +1 -1
- package/build/assets/{dialog.72370f3b.js → dialog.ec301bca.js} +1 -1
- package/build/assets/{foldgutter.8a38fe39.js → foldgutter.ce9fa690.js} +1 -1
- package/build/assets/{hint.4e36fe21.js → hint.f71dcf7a.js} +1 -1
- package/build/assets/{hint.9b78c58d.js → hint.f77bf05f.js} +1 -1
- package/build/assets/{index.6c1b8bbf.js → index.2cfe5b83.js} +2 -2
- package/build/assets/{index.dd7ba2ee.js → index.ada954df.js} +1 -1
- package/build/assets/{index.a5d082eb.js → index.d6b6bbc1.js} +1 -1
- package/build/assets/{info-addon.2de7b9e6.js → info-addon.f1332640.js} +1 -1
- package/build/assets/{info.c7ecc9ad.js → info.76604ac5.js} +1 -1
- package/build/assets/{javascript.d6a5a378.js → javascript.4a3a2a71.js} +1 -1
- package/build/assets/{jump-to-line.f4e61d28.js → jump-to-line.6bb7c69c.js} +1 -1
- package/build/assets/{jump.dd638b2d.js → jump.71817637.js} +1 -1
- package/build/assets/{lint.5d42946d.js → lint.1c9e98b2.js} +1 -1
- package/build/assets/{lint.3604e1d5.js → lint.3ea2d823.js} +1 -1
- package/build/assets/{lint.cbe5bd3e.js → lint.9265e89c.js} +1 -1
- package/build/assets/{matchbrackets.089f10bd.js → matchbrackets.13b1d24f.js} +1 -1
- package/build/assets/{matchbrackets.34ad88dc.js → matchbrackets.ef3c4b0a.js} +1 -1
- package/build/assets/{mode.7edc14e4.js → mode.4059df54.js} +1 -1
- package/build/assets/{mode.b1c14a94.js → mode.8a0110ee.js} +1 -1
- package/build/assets/{mode.20457d0f.js → mode.f6d494ed.js} +1 -1
- package/build/assets/{search.e9a68413.js → search.1ac43809.js} +1 -1
- package/build/assets/{searchcursor.da23250b.js → searchcursor.65bb3ba3.js} +1 -1
- package/build/assets/{searchcursor.b15988c1.js → searchcursor.77103d9b.js} +1 -1
- package/build/assets/{show-hint.632a43c1.js → show-hint.a1aa21ca.js} +1 -1
- package/build/assets/{sublime.386bc077.js → sublime.d09e4edb.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.59",
|
|
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.59",
|
|
66
|
+
"@cubejs-client/react": "^0.33.59",
|
|
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": "78cceac1bb80d56b93a532ee0a3b993491c1bde6"
|
|
106
106
|
}
|