Browse Source

use @alexanderzobnin/monaco-kusto package for kusto syntax highlight

Alexander Zobnin 7 years ago
parent
commit
0dc6e86b3b
2 changed files with 9 additions and 8 deletions
  1. 1 1
      package.json
  2. 8 7
      yarn.lock

+ 1 - 1
package.json

@@ -11,12 +11,12 @@
     "url": "http://github.com/grafana/grafana.git"
   },
   "devDependencies": {
+    "@alexanderzobnin/monaco-kusto": "^0.2.3-rc.1",
     "@babel/core": "^7.1.2",
     "@babel/plugin-syntax-dynamic-import": "^7.0.0",
     "@babel/preset-env": "^7.1.0",
     "@babel/preset-react": "^7.0.0",
     "@babel/preset-typescript": "^7.1.0",
-    "@kusto/monaco-kusto": "https://github.com/grafana/monaco-kusto",
     "@rtsao/plugin-proposal-class-properties": "^7.0.1-patch.1",
     "@types/classnames": "^2.2.6",
     "@types/d3": "^4.10.1",

+ 8 - 7
yarn.lock

@@ -2,6 +2,14 @@
 # yarn lockfile v1
 
 
+"@alexanderzobnin/monaco-kusto@^0.2.3-rc.1":
+  version "0.2.3-rc.1"
+  resolved "https://registry.yarnpkg.com/@alexanderzobnin/monaco-kusto/-/monaco-kusto-0.2.3-rc.1.tgz#1e96eef584d6173f19670afb3f122947329a840f"
+  integrity sha512-bppmiGfH7iXL4AdaKV2No4WqUoWBvS4bDejSYO0VjaK8zrNPFz9QhmGhnASHvQdmexcoPEqqQScA3udA2bQ68A==
+  dependencies:
+    "@kusto/language-service" "0.0.22-alpha"
+    "@kusto/language-service-next" "0.0.25-alpha1"
+
 "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.0.0-beta.35":
   version "7.0.0"
   resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8"
@@ -664,13 +672,6 @@
   resolved "https://registry.yarnpkg.com/@kusto/language-service/-/language-service-0.0.22-alpha.tgz#990bbfb82e8e8991c35a12aab00d890a05fff623"
   integrity sha512-oYiakH2Lq4j7ghahAtqxC+nuOKybH03H1o3IWyB3p8Ll4WkYQOrV8GWpqEjPtMfsuOt3t5k55OzzwDWFaX2zlw==
 
-"@kusto/monaco-kusto@https://github.com/grafana/monaco-kusto":
-  version "0.2.2"
-  resolved "https://github.com/grafana/monaco-kusto#877c1a5003510af51636281a7ce36ad3731c458a"
-  dependencies:
-    "@kusto/language-service" "0.0.22-alpha"
-    "@kusto/language-service-next" "0.0.25-alpha1"
-
 "@mrmlnc/readdir-enhanced@^2.2.1":
   version "2.2.1"
   resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"