mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
people: Remove unorm polyfill.
We no longer support IE11. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -64,7 +64,6 @@
|
||||
"style-loader": "^1.0.0",
|
||||
"terser-webpack-plugin": "^4.1.0",
|
||||
"turndown": "^6.0.0",
|
||||
"unorm": "^1.6.0",
|
||||
"webfonts-loader": "^7.0.1",
|
||||
"webpack": "^4.33.0",
|
||||
"webpack-cli": "^3.3.2",
|
||||
|
@@ -1,7 +1,6 @@
|
||||
import md5 from "blueimp-md5";
|
||||
import _ from "lodash";
|
||||
import moment from "moment-timezone";
|
||||
import "unorm"; // String.prototype.normalize polyfill for IE11
|
||||
|
||||
import * as typeahead from "../shared/js/typeahead";
|
||||
|
||||
|
@@ -44,4 +44,4 @@ API_FEATURE_LEVEL = 33
|
||||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = '109.0'
|
||||
PROVISION_VERSION = '110.0'
|
||||
|
@@ -12251,11 +12251,6 @@ unist-util-visit@^2.0.0:
|
||||
unist-util-is "^4.0.0"
|
||||
unist-util-visit-parents "^3.0.0"
|
||||
|
||||
unorm@^1.6.0:
|
||||
version "1.6.0"
|
||||
resolved "https://registry.yarnpkg.com/unorm/-/unorm-1.6.0.tgz#029b289661fba714f1a9af439eb51d9b16c205af"
|
||||
integrity sha512-b2/KCUlYZUeA7JFUuRJZPUtr4gZvBh7tavtv4fvk4+KV9pfGiR6CQAQAWl49ZpR3ts2dk4FYkP7EIgDJoiOLDA==
|
||||
|
||||
unpipe@1.0.0, unpipe@~1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
|
||||
|
Reference in New Issue
Block a user