mirror of https://github.com/zulip/zulip.git
dependencies: Add missing direct dependencies.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
61f91f8503
commit
bd272149e6
|
@ -48,6 +48,7 @@
|
|||
"handlebars": "^4.7.2",
|
||||
"handlebars-loader": "^1.7.1",
|
||||
"html-webpack-plugin": "^5.3.2",
|
||||
"intl-messageformat": "^10.3.0",
|
||||
"jquery": "^3.6.3",
|
||||
"jquery-caret-plugin": "^1.5.2",
|
||||
"jquery-validation": "^1.19.0",
|
||||
|
@ -75,6 +76,7 @@
|
|||
"source-code-pro": "^2.38.0",
|
||||
"source-sans": "^3.28.0",
|
||||
"spectrum-colorpicker": "^1.8.1",
|
||||
"stackframe": "^1.3.4",
|
||||
"stacktrace-gps": "^3.0.4",
|
||||
"style-loader": "^3.2.1",
|
||||
"text-field-edit": "^3.2.0",
|
||||
|
@ -89,6 +91,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "^7.11.3",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.19.6",
|
||||
"@formatjs/cli": "^6.0.0",
|
||||
"@types/blueimp-md5": "^2.18.0",
|
||||
"@types/clean-css": "^4.2.2",
|
||||
|
@ -114,6 +117,7 @@
|
|||
"eslint-plugin-no-jquery": "^2.7.0",
|
||||
"eslint-plugin-unicorn": "^45.0.1",
|
||||
"jsdom": "^21.1.0",
|
||||
"minimist": "^1.2.6",
|
||||
"mockdate": "^3.0.2",
|
||||
"nyc": "^15.0.0",
|
||||
"openapi-examples-validator": "^4.0.0",
|
||||
|
|
|
@ -6448,7 +6448,7 @@ intersection-observer@^0.11.0:
|
|||
resolved "https://registry.yarnpkg.com/intersection-observer/-/intersection-observer-0.11.0.tgz#f4ea067070326f68393ee161cc0a2ca4c0040c6f"
|
||||
integrity sha512-KZArj2QVnmdud9zTpKf279m2bbGfG+4/kn16UU0NL3pTVl52ZHiJ9IRNSsnn6jaHrL9EGLFM5eWjTx2fz/+zoQ==
|
||||
|
||||
intl-messageformat@10.3.0:
|
||||
intl-messageformat@10.3.0, intl-messageformat@^10.3.0:
|
||||
version "10.3.0"
|
||||
resolved "https://registry.yarnpkg.com/intl-messageformat/-/intl-messageformat-10.3.0.tgz#6a3a30882bf94dfa7014cc642c66abdafd942c0e"
|
||||
integrity sha512-FKeBZKH9T2Ue4RUXCuwY/hEaRHU8cgICevlGKog0qSBuz/amtRKNBLetBLmRxiHeEkF7JBBckC+56GIwshlRwA==
|
||||
|
|
Loading…
Reference in New Issue