mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
dependencies: Upgrade JavaScript dependencies.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -110,6 +110,7 @@
|
||||
"unicorn/no-useless-undefined": "off",
|
||||
"unicorn/number-literal-case": "off",
|
||||
"unicorn/prefer-spread": "off",
|
||||
"unicorn/prefer-ternary": "off",
|
||||
"unicorn/prevent-abbreviations": "off",
|
||||
"valid-typeof": ["error", {"requireStringLiterals": true}],
|
||||
"yoda": "error"
|
||||
|
@@ -38,11 +38,11 @@ run_test("initialize", () => {
|
||||
const popular_emoji_count = 6;
|
||||
const zulip_emoji_count = 1;
|
||||
assert_emoji_category(complete_emoji_catalog.pop(), "fa-car", 170);
|
||||
assert_emoji_category(complete_emoji_catalog.pop(), "fa-hashtag", 180);
|
||||
assert_emoji_category(complete_emoji_catalog.pop(), "fa-hashtag", 182);
|
||||
assert_emoji_category(complete_emoji_catalog.pop(), "fa-smile-o", 129);
|
||||
assert_emoji_category(complete_emoji_catalog.pop(), "fa-star-o", popular_emoji_count);
|
||||
assert_emoji_category(complete_emoji_catalog.pop(), "fa-thumbs-o-up", 102);
|
||||
assert_emoji_category(complete_emoji_catalog.pop(), "fa-lightbulb-o", 191);
|
||||
assert_emoji_category(complete_emoji_catalog.pop(), "fa-lightbulb-o", 189);
|
||||
assert_emoji_category(complete_emoji_catalog.pop(), "fa-cutlery", 92);
|
||||
assert_emoji_category(complete_emoji_catalog.pop(), "fa-flag", 5);
|
||||
assert_emoji_category(complete_emoji_catalog.pop(), "fa-cog", 1);
|
||||
|
18
package.json
18
package.json
@@ -22,12 +22,12 @@
|
||||
"clean-css": "^4.2.1",
|
||||
"clipboard": "^2.0.4",
|
||||
"core-js": "^3.6.5",
|
||||
"css-loader": "^4.3.0",
|
||||
"emoji-datasource-google": "^5.0.1",
|
||||
"css-loader": "^5.0.0",
|
||||
"emoji-datasource-google": "^6.0.0",
|
||||
"emoji-datasource-google-blob": "npm:emoji-datasource-google@^3.0.0",
|
||||
"emoji-datasource-twitter": "^5.0.1",
|
||||
"emoji-datasource-twitter": "^6.0.0",
|
||||
"error-stack-parser": "^2.0.2",
|
||||
"eslint-plugin-unicorn": "^22.0.0",
|
||||
"eslint-plugin-unicorn": "^23.0.0",
|
||||
"expose-loader": "^1.0.0",
|
||||
"file-loader": "^6.0.0",
|
||||
"flatpickr": "^4.5.7",
|
||||
@@ -43,7 +43,7 @@
|
||||
"jquery-validation": "^1.19.0",
|
||||
"katex": "^0.12.0",
|
||||
"lodash": "^4.17.19",
|
||||
"mini-css-extract-plugin": "^0.11.0",
|
||||
"mini-css-extract-plugin": "^1.2.0",
|
||||
"moment": "^2.24.0",
|
||||
"moment-timezone": "^0.5.25",
|
||||
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
||||
@@ -63,9 +63,9 @@
|
||||
"source-sans-pro": "^3.6.0",
|
||||
"spectrum-colorpicker": "^1.8.1",
|
||||
"stacktrace-gps": "^3.0.4",
|
||||
"style-loader": "^1.0.0",
|
||||
"style-loader": "^2.0.0",
|
||||
"terser-webpack-plugin": "^4.1.0",
|
||||
"turndown": "^6.0.0",
|
||||
"turndown": "^7.0.0",
|
||||
"url-loader": "^4.1.1",
|
||||
"webfonts-loader": "^7.0.1",
|
||||
"webpack": "^4.33.0",
|
||||
@@ -80,7 +80,7 @@
|
||||
"@babel/eslint-parser": "^7.11.3",
|
||||
"@types/clean-css": "^4.2.2",
|
||||
"@types/jquery": "^3.3.31",
|
||||
"@types/mini-css-extract-plugin": "^0.9.0",
|
||||
"@types/mini-css-extract-plugin": "^1.0.0",
|
||||
"@types/node": "^14.0.11",
|
||||
"@types/optimize-css-assets-webpack-plugin": "^5.0.1",
|
||||
"@types/terser-webpack-plugin": "^4.1.0",
|
||||
@@ -92,7 +92,7 @@
|
||||
"difflib": "^0.2.4",
|
||||
"eslint": "^7.2.0",
|
||||
"eslint-config-prettier": "^6.11.0",
|
||||
"eslint-import-resolver-webpack": "^0.12.2",
|
||||
"eslint-import-resolver-webpack": "^0.13.0",
|
||||
"eslint-plugin-import": "^2.22.0",
|
||||
"js-yaml": "^3.13.1",
|
||||
"jsdom": "^16.1.0",
|
||||
|
@@ -44,4 +44,4 @@ API_FEATURE_LEVEL = 34
|
||||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = '113.0'
|
||||
PROVISION_VERSION = '114.0'
|
||||
|
Reference in New Issue
Block a user