@common-stack/client-react
Advanced tools
Comparing version 0.0.14-4 to 0.0.14-5
@@ -9,2 +9,3 @@ import * as React from 'react'; | ||
getDataRoot(root: any): any; | ||
registerLanguages(monaco: any): void; | ||
} |
@@ -137,2 +137,7 @@ module.exports = | ||
} | ||
registerLanguages(monaco) { | ||
for (const func of this.languagesFuncs) { | ||
func(monaco); | ||
} | ||
} | ||
} | ||
@@ -139,0 +144,0 @@ exports.Feature = Feature; |
{ | ||
"name": "@common-stack/client-react", | ||
"version": "0.0.14-4", | ||
"version": "0.0.14-5", | ||
"description": "browser plugin for git", | ||
@@ -62,5 +62,5 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@common-stack/client-core": "^0.0.14-4", | ||
"@common-stack/client-redux": "^0.0.14-4", | ||
"@common-stack/core": "^0.0.14-4" | ||
"@common-stack/client-core": "^0.0.14-5", | ||
"@common-stack/client-redux": "^0.0.14-5", | ||
"@common-stack/core": "^0.0.14-5" | ||
}, | ||
@@ -67,0 +67,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
17620
179