@opensumi/ide-components 2.20.4 → 2.20.5-next-1665474893.0
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/dist/index.js +67 -54
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -647,7 +647,6 @@ function _interopRequireDefault(obj) {
|
|
|
647
647
|
"default": obj
|
|
648
648
|
};
|
|
649
649
|
}
|
|
650
|
-
|
|
651
650
|
module.exports = _interopRequireDefault, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
652
651
|
|
|
653
652
|
/***/ }),
|
|
@@ -655,20 +654,16 @@ module.exports = _interopRequireDefault, module.exports.__esModule = true, modul
|
|
|
655
654
|
/***/ (function(module, exports, __webpack_require__) {
|
|
656
655
|
|
|
657
656
|
var defineProperty = __webpack_require__(97);
|
|
658
|
-
|
|
659
657
|
function ownKeys(object, enumerableOnly) {
|
|
660
658
|
var keys = Object.keys(object);
|
|
661
|
-
|
|
662
659
|
if (Object.getOwnPropertySymbols) {
|
|
663
660
|
var symbols = Object.getOwnPropertySymbols(object);
|
|
664
661
|
enumerableOnly && (symbols = symbols.filter(function (sym) {
|
|
665
662
|
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
666
663
|
})), keys.push.apply(keys, symbols);
|
|
667
664
|
}
|
|
668
|
-
|
|
669
665
|
return keys;
|
|
670
666
|
}
|
|
671
|
-
|
|
672
667
|
function _objectSpread2(target) {
|
|
673
668
|
for (var i = 1; i < arguments.length; i++) {
|
|
674
669
|
var source = null != arguments[i] ? arguments[i] : {};
|
|
@@ -678,10 +673,8 @@ function _objectSpread2(target) {
|
|
|
678
673
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
679
674
|
});
|
|
680
675
|
}
|
|
681
|
-
|
|
682
676
|
return target;
|
|
683
677
|
}
|
|
684
|
-
|
|
685
678
|
module.exports = _objectSpread2, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
686
679
|
|
|
687
680
|
/***/ }),
|
|
@@ -689,7 +682,6 @@ module.exports = _objectSpread2, module.exports.__esModule = true, module.export
|
|
|
689
682
|
/***/ (function(module, exports, __webpack_require__) {
|
|
690
683
|
|
|
691
684
|
var _typeof = __webpack_require__(96)["default"];
|
|
692
|
-
|
|
693
685
|
function _getRequireWildcardCache(nodeInterop) {
|
|
694
686
|
if (typeof WeakMap !== "function") return null;
|
|
695
687
|
var cacheBabelInterop = new WeakMap();
|
|
@@ -698,31 +690,24 @@ function _getRequireWildcardCache(nodeInterop) {
|
|
|
698
690
|
return nodeInterop ? cacheNodeInterop : cacheBabelInterop;
|
|
699
691
|
})(nodeInterop);
|
|
700
692
|
}
|
|
701
|
-
|
|
702
693
|
function _interopRequireWildcard(obj, nodeInterop) {
|
|
703
694
|
if (!nodeInterop && obj && obj.__esModule) {
|
|
704
695
|
return obj;
|
|
705
696
|
}
|
|
706
|
-
|
|
707
697
|
if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") {
|
|
708
698
|
return {
|
|
709
699
|
"default": obj
|
|
710
700
|
};
|
|
711
701
|
}
|
|
712
|
-
|
|
713
702
|
var cache = _getRequireWildcardCache(nodeInterop);
|
|
714
|
-
|
|
715
703
|
if (cache && cache.has(obj)) {
|
|
716
704
|
return cache.get(obj);
|
|
717
705
|
}
|
|
718
|
-
|
|
719
706
|
var newObj = {};
|
|
720
707
|
var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;
|
|
721
|
-
|
|
722
708
|
for (var key in obj) {
|
|
723
709
|
if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) {
|
|
724
710
|
var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;
|
|
725
|
-
|
|
726
711
|
if (desc && (desc.get || desc.set)) {
|
|
727
712
|
Object.defineProperty(newObj, key, desc);
|
|
728
713
|
} else {
|
|
@@ -730,16 +715,12 @@ function _interopRequireWildcard(obj, nodeInterop) {
|
|
|
730
715
|
}
|
|
731
716
|
}
|
|
732
717
|
}
|
|
733
|
-
|
|
734
718
|
newObj["default"] = obj;
|
|
735
|
-
|
|
736
719
|
if (cache) {
|
|
737
720
|
cache.set(obj, newObj);
|
|
738
721
|
}
|
|
739
|
-
|
|
740
722
|
return newObj;
|
|
741
723
|
}
|
|
742
|
-
|
|
743
724
|
module.exports = _interopRequireWildcard, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
744
725
|
|
|
745
726
|
/***/ }),
|
|
@@ -2388,7 +2369,7 @@ exports.setLogger = function setLogger(loggerFunction) {
|
|
|
2388
2369
|
|
|
2389
2370
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2390
2371
|
exports.containsUppercaseCharacter = exports.fuzzyContains = exports.repeat = exports.safeBtoa = exports.stripUTF8BOM = exports.startsWithUTF8BOM = exports.UTF8_BOM_CHARACTER = exports.removeAccents = exports.removeAnsiEscapeCodes = exports.lcut = exports.isFullWidthCharacter = exports.containsFullWidthCharacter = exports.isBasicASCII = exports.containsEmoji = exports.containsRTL = exports.isLowSurrogate = exports.isHighSurrogate = exports.overlap = exports.commonSuffixLength = exports.commonPrefixLength = exports.startsWithIgnoreCase = exports.equalsIgnoreCase = exports.isUpperAsciiLetter = exports.isLowerAsciiLetter = exports.compareIgnoreCase = exports.compare = exports.lastNonWhitespaceIndex = exports.getLeadingWhitespace = exports.firstNonWhitespaceIndex = exports.regExpFlags = exports.regExpContainsBackreference = exports.regExpLeadsToEndlessLoop = exports.createRegExp = exports.endsWith = exports.startsWith = exports.stripWildcards = exports.convertSimple2RegExpPattern = exports.rtrim = exports.multiRightTrim = exports.ltrim = exports.trim = exports.count = exports.escapeRegExpCharacters = exports.escape = exports.mnemonicButtonLabel = exports.format = exports.pad = exports.isFalsyOrWhitespace = exports.stringUtils = exports.empty = void 0;
|
|
2391
|
-
exports.decodeUTF8 = exports.encodeUTF8 = exports.getNextCodePoint = exports.computeCodePoint = exports.getNLines = exports.uppercaseFirstLetter = void 0;
|
|
2372
|
+
exports.template = exports.decodeUTF8 = exports.encodeUTF8 = exports.getNextCodePoint = exports.computeCodePoint = exports.getNLines = exports.uppercaseFirstLetter = void 0;
|
|
2392
2373
|
const platform_1 = __webpack_require__(43);
|
|
2393
2374
|
/**
|
|
2394
2375
|
* The empty string.
|
|
@@ -3242,6 +3223,72 @@ function decodeUTF8(buffer) {
|
|
|
3242
3223
|
return result.join('');
|
|
3243
3224
|
}
|
|
3244
3225
|
exports.decodeUTF8 = decodeUTF8;
|
|
3226
|
+
/**
|
|
3227
|
+
* 插值表达式的标记使用的是 ${}
|
|
3228
|
+
* 该函数会对 options 中的 separator 会有特殊处理,
|
|
3229
|
+
*/
|
|
3230
|
+
function template(tpl, variables, options) {
|
|
3231
|
+
const result = [];
|
|
3232
|
+
let placeHolderStack = [];
|
|
3233
|
+
for (let idx = 0; idx < tpl.length; idx++) {
|
|
3234
|
+
const char = tpl[idx];
|
|
3235
|
+
const nextChar = tpl[idx + 1];
|
|
3236
|
+
// 往后多看一位
|
|
3237
|
+
if (char === '$' && nextChar === '{') {
|
|
3238
|
+
// 往后的可能是占位符了,注入进栈标志位(即 $)
|
|
3239
|
+
// 如果 placeHolder 栈已经有值了,现在不支持嵌套 ${},直接吐出所有值放到 result 中即可
|
|
3240
|
+
if (placeHolderStack.length > 0) {
|
|
3241
|
+
result.push(...placeHolderStack);
|
|
3242
|
+
placeHolderStack = [];
|
|
3243
|
+
}
|
|
3244
|
+
placeHolderStack.push(char);
|
|
3245
|
+
placeHolderStack.push(nextChar);
|
|
3246
|
+
idx++;
|
|
3247
|
+
continue;
|
|
3248
|
+
}
|
|
3249
|
+
// 如果当前 placeHolder 栈有字符,一直将字符入栈,直到匹配到 }
|
|
3250
|
+
if (placeHolderStack.length > 0) {
|
|
3251
|
+
if (char === '}') {
|
|
3252
|
+
// 占位符匹配结束
|
|
3253
|
+
// 拿出占位符进行值替换
|
|
3254
|
+
const placeholder = placeHolderStack.slice(2).join('');
|
|
3255
|
+
let v;
|
|
3256
|
+
if (placeholder === 'separator') {
|
|
3257
|
+
if (result[result.length - 1] === options.separator) {
|
|
3258
|
+
// 不需要重复 separator
|
|
3259
|
+
placeHolderStack = [];
|
|
3260
|
+
continue;
|
|
3261
|
+
}
|
|
3262
|
+
// 分隔符有单独的优化
|
|
3263
|
+
v = options.separator;
|
|
3264
|
+
}
|
|
3265
|
+
else {
|
|
3266
|
+
v = variables[placeholder];
|
|
3267
|
+
}
|
|
3268
|
+
const toPush = v !== null && v !== void 0 ? v : options.defaultValue;
|
|
3269
|
+
if (toPush) {
|
|
3270
|
+
result.push(toPush);
|
|
3271
|
+
}
|
|
3272
|
+
placeHolderStack = [];
|
|
3273
|
+
}
|
|
3274
|
+
else {
|
|
3275
|
+
placeHolderStack.push(char);
|
|
3276
|
+
}
|
|
3277
|
+
continue;
|
|
3278
|
+
}
|
|
3279
|
+
result.push(tpl[idx]);
|
|
3280
|
+
}
|
|
3281
|
+
// 去除前面和后面的 sep
|
|
3282
|
+
// 这些 sep 也是不需要的
|
|
3283
|
+
while (result[result.length - 1] === options.separator) {
|
|
3284
|
+
result.pop();
|
|
3285
|
+
}
|
|
3286
|
+
while (result[0] === options.separator) {
|
|
3287
|
+
result.shift();
|
|
3288
|
+
}
|
|
3289
|
+
return result.join('');
|
|
3290
|
+
}
|
|
3291
|
+
exports.template = template;
|
|
3245
3292
|
//# sourceMappingURL=strings.js.map
|
|
3246
3293
|
|
|
3247
3294
|
/***/ }),
|
|
@@ -15125,7 +15172,6 @@ function _typeof(obj) {
|
|
|
15125
15172
|
return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
|
15126
15173
|
}, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(obj);
|
|
15127
15174
|
}
|
|
15128
|
-
|
|
15129
15175
|
module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
15130
15176
|
|
|
15131
15177
|
/***/ }),
|
|
@@ -15143,10 +15189,8 @@ function _defineProperty(obj, key, value) {
|
|
|
15143
15189
|
} else {
|
|
15144
15190
|
obj[key] = value;
|
|
15145
15191
|
}
|
|
15146
|
-
|
|
15147
15192
|
return obj;
|
|
15148
15193
|
}
|
|
15149
|
-
|
|
15150
15194
|
module.exports = _defineProperty, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
15151
15195
|
|
|
15152
15196
|
/***/ }),
|
|
@@ -15154,17 +15198,12 @@ module.exports = _defineProperty, module.exports.__esModule = true, module.expor
|
|
|
15154
15198
|
/***/ (function(module, exports, __webpack_require__) {
|
|
15155
15199
|
|
|
15156
15200
|
var arrayWithHoles = __webpack_require__(159);
|
|
15157
|
-
|
|
15158
15201
|
var iterableToArrayLimit = __webpack_require__(160);
|
|
15159
|
-
|
|
15160
15202
|
var unsupportedIterableToArray = __webpack_require__(161);
|
|
15161
|
-
|
|
15162
15203
|
var nonIterableRest = __webpack_require__(163);
|
|
15163
|
-
|
|
15164
15204
|
function _slicedToArray(arr, i) {
|
|
15165
15205
|
return arrayWithHoles(arr) || iterableToArrayLimit(arr, i) || unsupportedIterableToArray(arr, i) || nonIterableRest();
|
|
15166
15206
|
}
|
|
15167
|
-
|
|
15168
15207
|
module.exports = _slicedToArray, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
15169
15208
|
|
|
15170
15209
|
/***/ }),
|
|
@@ -15172,15 +15211,12 @@ module.exports = _slicedToArray, module.exports.__esModule = true, module.export
|
|
|
15172
15211
|
/***/ (function(module, exports, __webpack_require__) {
|
|
15173
15212
|
|
|
15174
15213
|
var objectWithoutPropertiesLoose = __webpack_require__(164);
|
|
15175
|
-
|
|
15176
15214
|
function _objectWithoutProperties(source, excluded) {
|
|
15177
15215
|
if (source == null) return {};
|
|
15178
15216
|
var target = objectWithoutPropertiesLoose(source, excluded);
|
|
15179
15217
|
var key, i;
|
|
15180
|
-
|
|
15181
15218
|
if (Object.getOwnPropertySymbols) {
|
|
15182
15219
|
var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
|
|
15183
|
-
|
|
15184
15220
|
for (i = 0; i < sourceSymbolKeys.length; i++) {
|
|
15185
15221
|
key = sourceSymbolKeys[i];
|
|
15186
15222
|
if (excluded.indexOf(key) >= 0) continue;
|
|
@@ -15188,10 +15224,8 @@ function _objectWithoutProperties(source, excluded) {
|
|
|
15188
15224
|
target[key] = source[key];
|
|
15189
15225
|
}
|
|
15190
15226
|
}
|
|
15191
|
-
|
|
15192
15227
|
return target;
|
|
15193
15228
|
}
|
|
15194
|
-
|
|
15195
15229
|
module.exports = _objectWithoutProperties, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
15196
15230
|
|
|
15197
15231
|
/***/ }),
|
|
@@ -20074,14 +20108,12 @@ function _extends() {
|
|
|
20074
20108
|
_extends = Object.assign ? Object.assign.bind() : function (target) {
|
|
20075
20109
|
for (var i = 1; i < arguments.length; i++) {
|
|
20076
20110
|
var source = arguments[i];
|
|
20077
|
-
|
|
20078
20111
|
for (var key in source) {
|
|
20079
20112
|
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
20080
20113
|
target[key] = source[key];
|
|
20081
20114
|
}
|
|
20082
20115
|
}
|
|
20083
20116
|
}
|
|
20084
|
-
|
|
20085
20117
|
return target;
|
|
20086
20118
|
};
|
|
20087
20119
|
return _extends.apply(this, arguments);
|
|
@@ -20091,7 +20123,6 @@ function _assertThisInitialized(self) {
|
|
|
20091
20123
|
if (self === void 0) {
|
|
20092
20124
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
20093
20125
|
}
|
|
20094
|
-
|
|
20095
20126
|
return self;
|
|
20096
20127
|
}
|
|
20097
20128
|
// CONCATENATED MODULE: /home/runner/work/core/core/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js
|
|
@@ -20169,13 +20200,11 @@ function _objectWithoutPropertiesLoose(source, excluded) {
|
|
|
20169
20200
|
var target = {};
|
|
20170
20201
|
var sourceKeys = Object.keys(source);
|
|
20171
20202
|
var key, i;
|
|
20172
|
-
|
|
20173
20203
|
for (i = 0; i < sourceKeys.length; i++) {
|
|
20174
20204
|
key = sourceKeys[i];
|
|
20175
20205
|
if (excluded.indexOf(key) >= 0) continue;
|
|
20176
20206
|
target[key] = source[key];
|
|
20177
20207
|
}
|
|
20178
|
-
|
|
20179
20208
|
return target;
|
|
20180
20209
|
}
|
|
20181
20210
|
// CONCATENATED MODULE: /home/runner/work/core/core/node_modules/react-window/dist/index.esm.js
|
|
@@ -22856,7 +22885,6 @@ exports.default = RightOutlined;
|
|
|
22856
22885
|
function _arrayWithHoles(arr) {
|
|
22857
22886
|
if (Array.isArray(arr)) return arr;
|
|
22858
22887
|
}
|
|
22859
|
-
|
|
22860
22888
|
module.exports = _arrayWithHoles, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
22861
22889
|
|
|
22862
22890
|
/***/ }),
|
|
@@ -22865,18 +22893,14 @@ module.exports = _arrayWithHoles, module.exports.__esModule = true, module.expor
|
|
|
22865
22893
|
|
|
22866
22894
|
function _iterableToArrayLimit(arr, i) {
|
|
22867
22895
|
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
22868
|
-
|
|
22869
22896
|
if (_i == null) return;
|
|
22870
22897
|
var _arr = [];
|
|
22871
22898
|
var _n = true;
|
|
22872
22899
|
var _d = false;
|
|
22873
|
-
|
|
22874
22900
|
var _s, _e;
|
|
22875
|
-
|
|
22876
22901
|
try {
|
|
22877
22902
|
for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) {
|
|
22878
22903
|
_arr.push(_s.value);
|
|
22879
|
-
|
|
22880
22904
|
if (i && _arr.length === i) break;
|
|
22881
22905
|
}
|
|
22882
22906
|
} catch (err) {
|
|
@@ -22889,10 +22913,8 @@ function _iterableToArrayLimit(arr, i) {
|
|
|
22889
22913
|
if (_d) throw _e;
|
|
22890
22914
|
}
|
|
22891
22915
|
}
|
|
22892
|
-
|
|
22893
22916
|
return _arr;
|
|
22894
22917
|
}
|
|
22895
|
-
|
|
22896
22918
|
module.exports = _iterableToArrayLimit, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
22897
22919
|
|
|
22898
22920
|
/***/ }),
|
|
@@ -22900,7 +22922,6 @@ module.exports = _iterableToArrayLimit, module.exports.__esModule = true, module
|
|
|
22900
22922
|
/***/ (function(module, exports, __webpack_require__) {
|
|
22901
22923
|
|
|
22902
22924
|
var arrayLikeToArray = __webpack_require__(162);
|
|
22903
|
-
|
|
22904
22925
|
function _unsupportedIterableToArray(o, minLen) {
|
|
22905
22926
|
if (!o) return;
|
|
22906
22927
|
if (typeof o === "string") return arrayLikeToArray(o, minLen);
|
|
@@ -22909,7 +22930,6 @@ function _unsupportedIterableToArray(o, minLen) {
|
|
|
22909
22930
|
if (n === "Map" || n === "Set") return Array.from(o);
|
|
22910
22931
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return arrayLikeToArray(o, minLen);
|
|
22911
22932
|
}
|
|
22912
|
-
|
|
22913
22933
|
module.exports = _unsupportedIterableToArray, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
22914
22934
|
|
|
22915
22935
|
/***/ }),
|
|
@@ -22918,14 +22938,11 @@ module.exports = _unsupportedIterableToArray, module.exports.__esModule = true,
|
|
|
22918
22938
|
|
|
22919
22939
|
function _arrayLikeToArray(arr, len) {
|
|
22920
22940
|
if (len == null || len > arr.length) len = arr.length;
|
|
22921
|
-
|
|
22922
22941
|
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
22923
22942
|
arr2[i] = arr[i];
|
|
22924
22943
|
}
|
|
22925
|
-
|
|
22926
22944
|
return arr2;
|
|
22927
22945
|
}
|
|
22928
|
-
|
|
22929
22946
|
module.exports = _arrayLikeToArray, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
22930
22947
|
|
|
22931
22948
|
/***/ }),
|
|
@@ -22935,7 +22952,6 @@ module.exports = _arrayLikeToArray, module.exports.__esModule = true, module.exp
|
|
|
22935
22952
|
function _nonIterableRest() {
|
|
22936
22953
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
22937
22954
|
}
|
|
22938
|
-
|
|
22939
22955
|
module.exports = _nonIterableRest, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
22940
22956
|
|
|
22941
22957
|
/***/ }),
|
|
@@ -22947,16 +22963,13 @@ function _objectWithoutPropertiesLoose(source, excluded) {
|
|
|
22947
22963
|
var target = {};
|
|
22948
22964
|
var sourceKeys = Object.keys(source);
|
|
22949
22965
|
var key, i;
|
|
22950
|
-
|
|
22951
22966
|
for (i = 0; i < sourceKeys.length; i++) {
|
|
22952
22967
|
key = sourceKeys[i];
|
|
22953
22968
|
if (excluded.indexOf(key) >= 0) continue;
|
|
22954
22969
|
target[key] = source[key];
|
|
22955
22970
|
}
|
|
22956
|
-
|
|
22957
22971
|
return target;
|
|
22958
22972
|
}
|
|
22959
|
-
|
|
22960
22973
|
module.exports = _objectWithoutPropertiesLoose, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
22961
22974
|
|
|
22962
22975
|
/***/ }),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensumi/ide-components",
|
|
3
|
-
"version": "2.20.
|
|
3
|
+
"version": "2.20.5-next-1665474893.0",
|
|
4
4
|
"description": "@opensumi/ide-components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@ant-design/icons": "^4.6.4",
|
|
19
|
-
"@opensumi/ide-utils": "2.20.
|
|
19
|
+
"@opensumi/ide-utils": "2.20.5-next-1665474893.0",
|
|
20
20
|
"@types/react-window": "^1.8.5",
|
|
21
21
|
"fuzzy": "^0.1.3",
|
|
22
22
|
"lodash": "^4.17.15",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"@opensumi/ide-dev-tool": "^1.3.1",
|
|
38
38
|
"@types/marked": "^4.0.7"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "79484310a81c7ce66e1a5548ceb588cf78b9a37e"
|
|
41
41
|
}
|