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
d1bb100a2d
commit
d4190c36be
|
@ -14,7 +14,7 @@ module.exports = {
|
|||
[
|
||||
"@babel/preset-env",
|
||||
{
|
||||
corejs: "3.26",
|
||||
corejs: "3.27",
|
||||
shippedProposals: true,
|
||||
useBuiltIns: "usage",
|
||||
},
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
"handlebars": "^4.7.2",
|
||||
"handlebars-loader": "^1.7.1",
|
||||
"html-webpack-plugin": "^5.3.2",
|
||||
"jquery": "3.6.0",
|
||||
"jquery": "^3.6.3",
|
||||
"jquery-caret-plugin": "^1.5.2",
|
||||
"jquery-validation": "^1.19.0",
|
||||
"js-cookie": "^3.0.1",
|
||||
|
|
|
@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 159
|
|||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = (217, 0)
|
||||
PROVISION_VERSION = (217, 1)
|
||||
|
|
Loading…
Reference in New Issue