mirror of https://github.com/zulip/zulip.git
dependencies: Add @types/blueimp-md5.
This is a dependency of people.js. We include the stubs to prepare it for a conversion to TypeScript. Signed-off-by: Zixuan James Li <p359101898@gmail.com>
This commit is contained in:
parent
d693b53aa6
commit
215f776f0e
|
@ -92,6 +92,7 @@
|
|||
"devDependencies": {
|
||||
"@babel/eslint-parser": "^7.11.3",
|
||||
"@formatjs/cli": "^6.0.0",
|
||||
"@types/blueimp-md5": "^2.18.0",
|
||||
"@types/clean-css": "^4.2.2",
|
||||
"@types/jquery": "^3.3.31",
|
||||
"@types/lodash": "^4.14.172",
|
||||
|
|
|
@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 168
|
|||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = (224, 1)
|
||||
PROVISION_VERSION = (224, 2)
|
||||
|
|
|
@ -1786,6 +1786,11 @@
|
|||
dependencies:
|
||||
"@babel/types" "^7.3.0"
|
||||
|
||||
"@types/blueimp-md5@^2.18.0":
|
||||
version "2.18.0"
|
||||
resolved "https://registry.npmmirror.com/@types/blueimp-md5/-/blueimp-md5-2.18.0.tgz#a5c44fa0a61f5840e95a7965eafcec2c30d6c4df"
|
||||
integrity sha512-f4A+++lGZGJvVSgeyMkqA7BEf2BVQli6F+qEykKb49c5ieWQBkfpn6CP5c1IZr2Yi2Ofl6Fj+v0e1fN18Z8Cnw==
|
||||
|
||||
"@types/body-parser@*":
|
||||
version "1.19.2"
|
||||
resolved "https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.19.2.tgz#aea2059e28b7658639081347ac4fab3de166e6f0"
|
||||
|
|
Loading…
Reference in New Issue