File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -102243,8 +102243,8 @@ const origin = hasBrowserEnv && window.location.href || 'http://localhost';
102243
102243
var utils = /*#__PURE__*/Object.freeze({
102244
102244
__proto__: null,
102245
102245
hasBrowserEnv: hasBrowserEnv,
102246
- hasStandardBrowserWebWorkerEnv: hasStandardBrowserWebWorkerEnv,
102247
102246
hasStandardBrowserEnv: hasStandardBrowserEnv,
102247
+ hasStandardBrowserWebWorkerEnv: hasStandardBrowserWebWorkerEnv,
102248
102248
origin: origin
102249
102249
});
102250
102250
@@ -107426,7 +107426,7 @@ let CancelToken$1 = class CancelToken {
107426
107426
*/
107427
107427
static source() {
107428
107428
let cancel;
107429
- const token = new CancelToken$1 (function executor(c) {
107429
+ const token = new CancelToken(function executor(c) {
107430
107430
cancel = c;
107431
107431
});
107432
107432
return {
Original file line number Diff line number Diff line change @@ -3047,16 +3047,16 @@ rimraf@^3.0.2:
3047
3047
glob "^7.1.3"
3048
3048
3049
3049
rollup@^2.79.1 :
3050
- version "2.79.1 "
3051
- resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.1 .tgz#bedee8faef7c9f93a2647ac0108748f497f081c7 "
3052
- integrity sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==
3050
+ version "2.79.2 "
3051
+ resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.2 .tgz#f150e4a5db4b121a21a747d762f701e5e9f49090 "
3052
+ integrity "sha1-8VDkpdtLEhohp0fXYvcB5en0kJA= sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ=="
3053
3053
optionalDependencies :
3054
3054
fsevents "~2.3.2"
3055
3055
3056
3056
rollup@^3.6.0 :
3057
- version "3.6.0 "
3058
- resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.6.0 .tgz#2bff14b8680747fbb0228d102607d6a6e21859d7 "
3059
- integrity sha512-qCgiBeSu2/AIOKWGFMiRkjPlGlcVwxAjwpGKQZOQYng+83Hip4PjrWHm7EQX1wnrvRqfTytEihRRfLHdX+hR4g==
3057
+ version "3.29.5 "
3058
+ resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.29.5 .tgz#8a2e477a758b520fb78daf04bca4c522c1da8a54 "
3059
+ integrity "sha1-ii5HenWLUg+3ja8EvKTFIsHailQ= sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w=="
3060
3060
optionalDependencies :
3061
3061
fsevents "~2.3.2"
3062
3062
@@ -3561,9 +3561,9 @@ validate-npm-package-license@^3.0.1:
3561
3561
spdx-expression-parse "^3.0.0"
3562
3562
3563
3563
vite@^3.0.0 :
3564
- version "3.2.10 "
3565
- resolved "https://registry.yarnpkg.com/vite/-/vite-3.2.10 .tgz#7ac79fead82cfb6b5bf65613cd82fba6dcc81340 "
3566
- integrity sha512-Dx3olBo/ODNiMVk/cA5Yft9Ws+snLOXrhLtrI3F4XLt4syz2Yg8fayZMWScPKoz12v5BUv7VEmQHnsfpY80fYw==
3564
+ version "3.2.11 "
3565
+ resolved "https://registry.yarnpkg.com/vite/-/vite-3.2.11 .tgz#8d1c8e05ef2f24b04c8693f56d3e01fe8835e6d7 "
3566
+ integrity "sha1-jRyOBe8vJLBMhpP1bT4B/og15tc= sha512-K/jGKL/PgbIgKCiJo5QbASQhFiV02X9Jh+Qq0AKCRCRKZtOTVi4t6wh75FDpGf2N9rYOnzH87OEFQNaFy6pdxQ=="
3567
3567
dependencies :
3568
3568
esbuild "^0.15.9"
3569
3569
postcss "^8.4.18"
You can’t perform that action at this time.
0 commit comments