mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
dependencies: Upgrade JavaScript dependencies.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
7d4b02738d
commit
7aa03e9d2a
@@ -15,11 +15,7 @@ let uppy_stub;
|
||||
function Uppy(options) {
|
||||
return uppy_stub.call(this, options);
|
||||
}
|
||||
Uppy.Plugin = {
|
||||
prototype: {
|
||||
constructor: null,
|
||||
},
|
||||
};
|
||||
Uppy.UIPlugin = class UIPlugin {};
|
||||
mock_cjs("@uppy/core", Uppy);
|
||||
|
||||
mock_esm("../../static/js/csrf", {csrf_token: "csrf_token"});
|
||||
|
||||
12
package.json
12
package.json
@@ -14,9 +14,9 @@
|
||||
"@formatjs/intl": "^2.0.0",
|
||||
"@giphy/js-components": "^5.0.5",
|
||||
"@giphy/js-fetch-api": "^4.0.1",
|
||||
"@uppy/core": "^1.7.1",
|
||||
"@uppy/progress-bar": "^1.3.4",
|
||||
"@uppy/xhr-upload": "^1.4.2",
|
||||
"@uppy/core": "^2.1.6",
|
||||
"@uppy/progress-bar": "^2.0.4",
|
||||
"@uppy/xhr-upload": "^2.0.7",
|
||||
"autoprefixer": "^10.0.0",
|
||||
"autosize": "^5.0.1",
|
||||
"babel-loader": "^8.0.6",
|
||||
@@ -30,9 +30,9 @@
|
||||
"css.escape": "^1.5.1",
|
||||
"date-fns": "^2.16.1",
|
||||
"date-fns-tz": "^1.1.1",
|
||||
"emoji-datasource-google": "^7.0.2",
|
||||
"emoji-datasource-google": "^14.0.0",
|
||||
"emoji-datasource-google-blob": "npm:emoji-datasource-google@^3.0.0",
|
||||
"emoji-datasource-twitter": "^7.0.2",
|
||||
"emoji-datasource-twitter": "^14.0.0",
|
||||
"error-stack-parser": "^2.0.2",
|
||||
"expose-loader": "^3.0.0",
|
||||
"flatpickr": "^4.5.7",
|
||||
@@ -45,7 +45,7 @@
|
||||
"jquery": "^3.4.1",
|
||||
"jquery-caret-plugin": "^1.5.2",
|
||||
"jquery-validation": "^1.19.0",
|
||||
"katex": "^0.13.2",
|
||||
"katex": "^0.15.3",
|
||||
"lodash": "^4.17.19",
|
||||
"micromodal": "^0.4.6",
|
||||
"mini-css-extract-plugin": "^2.2.2",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import {isValid} from "date-fns";
|
||||
import katex from "katex";
|
||||
import katex from "katex"; // eslint-disable-line import/no-unresolved
|
||||
import _ from "lodash";
|
||||
|
||||
import * as emoji from "../shared/js/emoji";
|
||||
|
||||
@@ -81,6 +81,7 @@ export interface DisplaySettings {
|
||||
};
|
||||
}
|
||||
|
||||
/* istanbul ignore next */
|
||||
export const get_all_display_settings = (): DisplaySettings => ({
|
||||
settings: {
|
||||
user_display_settings: [
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import katex from "katex";
|
||||
import katex from "katex"; // eslint-disable-line import/no-unresolved
|
||||
import _ from "lodash";
|
||||
|
||||
// Parsing routine that can be dropped in to message parsing
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"version": "0.0.9",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"katex": "^0.12.0",
|
||||
"katex": "^0.15.3",
|
||||
"lodash": "^4.17.19"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 121
|
||||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = "182.2"
|
||||
PROVISION_VERSION = "183.0"
|
||||
|
||||
Reference in New Issue
Block a user