@cubejs-client/playground 0.31.64 → 0.32.12
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.f980eb84.js → CachePane.10ac4bc0.js} +1 -1
- package/build/assets/{GraphiQLSandbox.61bf146f.js → GraphiQLSandbox.98ae7a98.js} +2 -2
- package/build/assets/{SchemaReference.4097929d.js → SchemaReference.df815e80.js} +1 -1
- package/build/assets/{SqlQueryTab.b7321a41.js → SqlQueryTab.fcaeae50.js} +1 -1
- package/build/assets/{brace-fold.a9c82274.js → brace-fold.2eb7f856.js} +1 -1
- package/build/assets/{closebrackets.c93d5a02.js → closebrackets.ada7eeed.js} +1 -1
- package/build/assets/{codemirror.3946ad72.js → codemirror.139682a4.js} +1 -1
- package/build/assets/{comment.56eabd9a.js → comment.582d165b.js} +1 -1
- package/build/assets/{dialog.21763bbc.js → dialog.bf5851de.js} +1 -1
- package/build/assets/{dialog.b4a0e475.js → dialog.d68f194f.js} +1 -1
- package/build/assets/{foldgutter.c7797834.js → foldgutter.d70516b0.js} +1 -1
- package/build/assets/{hint.e773d46e.js → hint.48a7ccd4.js} +1 -1
- package/build/assets/{hint.4295e745.js → hint.6d5dcffa.js} +1 -1
- package/build/assets/{index.4fe5d1cc.js → index.5327dd18.js} +1 -1
- package/build/assets/{index.9dad6d2c.js → index.8c30ab38.js} +1 -1
- package/build/assets/{index.748c54b5.js → index.d64e91a2.js} +1 -1
- package/build/assets/{info-addon.762cb7f5.js → info-addon.726a41b2.js} +1 -1
- package/build/assets/{info.9b8c5157.js → info.0c892f98.js} +1 -1
- package/build/assets/{javascript.33b064a9.js → javascript.a7dcf6e7.js} +1 -1
- package/build/assets/{jump-to-line.200b878b.js → jump-to-line.7657ca12.js} +1 -1
- package/build/assets/{jump.179c1ded.js → jump.92784d6d.js} +1 -1
- package/build/assets/{lint.d640fccd.js → lint.124dbbd2.js} +1 -1
- package/build/assets/{lint.76a27745.js → lint.711fc53f.js} +1 -1
- package/build/assets/{lint.865714ee.js → lint.a5b6ad1f.js} +1 -1
- package/build/assets/{matchbrackets.a09c14b3.js → matchbrackets.50308963.js} +1 -1
- package/build/assets/{matchbrackets.f1658281.js → matchbrackets.ffdbc675.js} +1 -1
- package/build/assets/{mode.41272c67.js → mode.4388e667.js} +1 -1
- package/build/assets/{mode.5b675d15.js → mode.4af6fcbd.js} +1 -1
- package/build/assets/{mode.1670efa5.js → mode.f86d53fc.js} +1 -1
- package/build/assets/{search.56a5d15c.js → search.52c242bc.js} +1 -1
- package/build/assets/{searchcursor.33c7b8eb.js → searchcursor.2f93e55b.js} +1 -1
- package/build/assets/{searchcursor.1fba9edc.js → searchcursor.84b6cefa.js} +1 -1
- package/build/assets/{show-hint.ab8d1c14.js → show-hint.1d2746a7.js} +1 -1
- package/build/assets/{sublime.a7742831.js → sublime.28e296d2.js} +1 -1
- package/build/index.html +1 -1
- package/lib/.tsbuildinfo +1 -1
- package/package.json +6 -6
- /package/build/assets/{forEachState.e5eb4db7.js → forEachState.b0c39469.js} +0 -0
- /package/build/assets/{sqlFormatter.085175c4.js → sqlFormatter.56fb71f9.js} +0 -0
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cubejs-client/playground",
|
|
3
3
|
"author": "Cube Dev, Inc.",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.32.12",
|
|
5
5
|
"engines": {},
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "https://github.com/cube-js/cube.
|
|
8
|
+
"url": "https://github.com/cube-js/cube.git",
|
|
9
9
|
"directory": "packages/cubejs-playground"
|
|
10
10
|
},
|
|
11
11
|
"module": "lib/playground/index.js",
|
|
@@ -62,11 +62,11 @@
|
|
|
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.
|
|
66
|
-
"@cubejs-client/react": "^0.
|
|
65
|
+
"@cubejs-client/core": "^0.32.12",
|
|
66
|
+
"@cubejs-client/react": "^0.32.12",
|
|
67
67
|
"@types/flexsearch": "^0.7.3",
|
|
68
68
|
"@types/jest": "^26.0.20",
|
|
69
|
-
"@types/node": "^14
|
|
69
|
+
"@types/node": "^14",
|
|
70
70
|
"@types/react": "^17.0.3",
|
|
71
71
|
"@types/react-beautiful-dnd": "^13.0.0",
|
|
72
72
|
"@types/react-dom": "^17.0.2",
|
|
@@ -102,5 +102,5 @@
|
|
|
102
102
|
"react-dom": ">=17.0.1",
|
|
103
103
|
"styled-components": ">=5.2.0"
|
|
104
104
|
},
|
|
105
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "2661b07d9332b88bb9ee0a7eecd784c8dee50792"
|
|
106
106
|
}
|
|
File without changes
|
|
File without changes
|