mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
dependencies: Upgrade JavaScript dependencies.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -12,7 +12,7 @@ export default {
|
||||
[
|
||||
"@babel/preset-env",
|
||||
{
|
||||
corejs: "3.43",
|
||||
corejs: "3.45",
|
||||
shippedProposals: true,
|
||||
useBuiltIns: "usage",
|
||||
},
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
import {Uppy} from "@uppy/core";
|
||||
import DragDrop from "@uppy/drag-drop";
|
||||
import Tus from "@uppy/tus";
|
||||
import "@uppy/core/dist/style.min.css";
|
||||
import "@uppy/drag-drop/dist/style.min.css";
|
||||
import "@uppy/core/css/style.min.css";
|
||||
import "@uppy/drag-drop/css/style.min.css";
|
||||
import $ from "jquery";
|
||||
import _ from "lodash";
|
||||
import assert from "minimalistic-assert";
|
||||
|
||||
@@ -188,7 +188,7 @@ export function get_org_type_dropdown_options(): DefinedOrgTypeValues | AllOrgTy
|
||||
return settings_config.all_org_type_values;
|
||||
}
|
||||
|
||||
const simple_dropdown_properties = z.keyof(simple_dropdown_realm_settings_schema).def.values;
|
||||
const simple_dropdown_properties = z.keyof(simple_dropdown_realm_settings_schema).options;
|
||||
|
||||
function set_realm_waiting_period_setting(): void {
|
||||
const setting_value = realm.realm_waiting_period_threshold;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import type {Meta} from "@uppy/core";
|
||||
import {Uppy} from "@uppy/core";
|
||||
import Tus, {type TusBody} from "@uppy/tus";
|
||||
import {getSafeFileId} from "@uppy/utils/lib/generateFileID";
|
||||
import {getSafeFileId} from "@uppy/utils";
|
||||
import $ from "jquery";
|
||||
import assert from "minimalistic-assert";
|
||||
import * as z from "zod/mini";
|
||||
|
||||
Reference in New Issue
Block a user