mirror of https://github.com/zulip/zulip.git
dependencies: Upgrade JavaScript dependencies.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
d83c91526b
commit
2aec7b1644
|
@ -31,9 +31,9 @@
|
|||
"css.escape": "^1.5.1",
|
||||
"date-fns": "^2.16.1",
|
||||
"date-fns-tz": "^1.1.1",
|
||||
"emoji-datasource-google": "^6.0.0",
|
||||
"emoji-datasource-google": "^7.0.2",
|
||||
"emoji-datasource-google-blob": "npm:emoji-datasource-google@^3.0.0",
|
||||
"emoji-datasource-twitter": "^6.0.0",
|
||||
"emoji-datasource-twitter": "^7.0.2",
|
||||
"error-stack-parser": "^2.0.2",
|
||||
"eslint-plugin-formatjs": "^2.16.0",
|
||||
"expose-loader": "^1.0.0",
|
||||
|
@ -102,7 +102,7 @@
|
|||
"eslint-config-prettier": "^8.0.0",
|
||||
"eslint-import-resolver-webpack": "^0.13.0",
|
||||
"eslint-plugin-import": "^2.22.0",
|
||||
"eslint-plugin-unicorn": "^33.0.1",
|
||||
"eslint-plugin-unicorn": "^34.0.1",
|
||||
"js-yaml": "^4.0.0",
|
||||
"jsdom": "^16.1.0",
|
||||
"mockdate": "^3.0.2",
|
||||
|
|
|
@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 75
|
|||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = "151.2"
|
||||
PROVISION_VERSION = "152.0"
|
||||
|
|
Loading…
Reference in New Issue