dependencies: Upgrade JavaScript dependencies.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2023-01-04 11:48:10 -08:00 committed by Anders Kaseorg
parent d1bb100a2d
commit d4190c36be
4 changed files with 534 additions and 455 deletions

View File

@ -14,7 +14,7 @@ module.exports = {
[ [
"@babel/preset-env", "@babel/preset-env",
{ {
corejs: "3.26", corejs: "3.27",
shippedProposals: true, shippedProposals: true,
useBuiltIns: "usage", useBuiltIns: "usage",
}, },

View File

@ -44,7 +44,7 @@
"handlebars": "^4.7.2", "handlebars": "^4.7.2",
"handlebars-loader": "^1.7.1", "handlebars-loader": "^1.7.1",
"html-webpack-plugin": "^5.3.2", "html-webpack-plugin": "^5.3.2",
"jquery": "3.6.0", "jquery": "^3.6.3",
"jquery-caret-plugin": "^1.5.2", "jquery-caret-plugin": "^1.5.2",
"jquery-validation": "^1.19.0", "jquery-validation": "^1.19.0",
"js-cookie": "^3.0.1", "js-cookie": "^3.0.1",

View File

@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 159
# historical commits sharing the same major version, in which case a # historical commits sharing the same major version, in which case a
# minor version bump suffices. # minor version bump suffices.
PROVISION_VERSION = (217, 0) PROVISION_VERSION = (217, 1)

983
yarn.lock

File diff suppressed because it is too large Load Diff