Skip to content

Commit

Permalink
[v5.0.0-bate-18] fix(deps): update dependency @babel/runtime to ~7.20…
Browse files Browse the repository at this point in the history
….0 (#918)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> dce6a1b
  • Loading branch information
github-actions[bot] committed Dec 10, 2022
1 parent 6c7ca7c commit 079c667
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 19 deletions.
6 changes: 3 additions & 3 deletions asset-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"static/js/2212.1cc21919.chunk.js": "/static/js/2212.1cc21919.chunk.js",
"static/js/1007.665ce75c.chunk.js": "/static/js/1007.665ce75c.chunk.js",
"static/js/7041.a8682db5.chunk.js": "/static/js/7041.a8682db5.chunk.js",
"vendors-runtime-helpers.js": "/static/js/vendors-runtime-helpers.9492e6d9.js",
"vendors-runtime-helpers.js": "/static/js/vendors-runtime-helpers.d802c0f0.js",
"vendors-standalone.js": "/static/js/vendors-standalone.06e85c5b.chunk.js",
"vendors-uiwjs.js": "/static/js/vendors-uiwjs.aa10f0bf.js",
"vendors-react.js": "/static/js/vendors-react.3415ba96.js",
Expand Down Expand Up @@ -164,7 +164,7 @@
"2212.1cc21919.chunk.js.map": "/static/js/2212.1cc21919.chunk.js.map",
"1007.665ce75c.chunk.js.map": "/static/js/1007.665ce75c.chunk.js.map",
"7041.a8682db5.chunk.js.map": "/static/js/7041.a8682db5.chunk.js.map",
"vendors-runtime-helpers.9492e6d9.js.map": "/static/js/vendors-runtime-helpers.9492e6d9.js.map",
"vendors-runtime-helpers.d802c0f0.js.map": "/static/js/vendors-runtime-helpers.d802c0f0.js.map",
"vendors-standalone.06e85c5b.chunk.js.map": "/static/js/vendors-standalone.06e85c5b.chunk.js.map",
"vendors-uiwjs.aa10f0bf.js.map": "/static/js/vendors-uiwjs.aa10f0bf.js.map",
"vendors-react.3415ba96.js.map": "/static/js/vendors-react.3415ba96.js.map",
Expand All @@ -173,7 +173,7 @@
"6397.0ea3281e.chunk.css.map": "/static/css/6397.0ea3281e.chunk.css.map"
},
"entrypoints": [
"static/js/vendors-runtime-helpers.9492e6d9.js",
"static/js/vendors-runtime-helpers.d802c0f0.js",
"static/js/vendors-uiwjs.aa10f0bf.js",
"static/js/vendors-react.3415ba96.js",
"static/js/5337.6186241f.js",
Expand Down
4 changes: 2 additions & 2 deletions index.html

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions static/js/vendors-runtime-helpers.9492e6d9.js

This file was deleted.

1 change: 0 additions & 1 deletion static/js/vendors-runtime-helpers.9492e6d9.js.map

This file was deleted.

3 changes: 3 additions & 0 deletions static/js/vendors-runtime-helpers.d802c0f0.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/js/vendors-runtime-helpers.d802c0f0.js.map

Large diffs are not rendered by default.

11 changes: 1 addition & 10 deletions uiw.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,28 +312,24 @@ function _objectWithoutPropertiesLoose(source, excluded) {
var target = {};
var sourceKeys = Object.keys(source);
var key, i;

for (i = 0; i < sourceKeys.length; i++) {
key = sourceKeys[i];
if (excluded.indexOf(key) >= 0) continue;
target[key] = source[key];
}

return target;
}
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/extends.js
function _extends() {
_extends = Object.assign ? Object.assign.bind() : function (target) {
for (var i = 1; i < arguments.length; i++) {
var source = arguments[i];

for (var key in source) {
if (Object.prototype.hasOwnProperty.call(source, key)) {
target[key] = source[key];
}
}
}

return target;
};
return _extends.apply(this, arguments);
Expand Down Expand Up @@ -548,29 +544,24 @@ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
reject(error);
return;
}

if (info.done) {
resolve(value);
} else {
Promise.resolve(value).then(_next, _throw);
}
}

function _asyncToGenerator(fn) {
return function () {
var self = this,
args = arguments;
args = arguments;
return new Promise(function (resolve, reject) {
var gen = fn.apply(self, args);

function _next(value) {
asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);
}

function _throw(err) {
asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);
}

_next(undefined);
});
};
Expand Down

0 comments on commit 079c667

Please sign in to comment.