dependencies: Upgrade JavaScript dependencies.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2023-09-15 13:37:57 -07:00 committed by Anders Kaseorg
parent 91d2b5ed81
commit c6b60f6490
4 changed files with 1463 additions and 1382 deletions

View File

@ -1,6 +1,6 @@
{ {
"private": true, "private": true,
"packageManager": "pnpm@8.6.12+sha256.3ed40ffc6cbb00790ab325e9d3ff5517a3ed5b763ec53a411707b1702a411174", "packageManager": "pnpm@8.7.5+sha256.c69c54d81c58e23ee23324729e68d012fe3ef3b7e62e2dc521b1141c2a36567e",
"dependencies": { "dependencies": {
"@babel/core": "^7.5.5", "@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5", "@babel/preset-env": "^7.5.5",
@ -25,7 +25,7 @@
"clean-css": "^5.1.0", "clean-css": "^5.1.0",
"clipboard": "^2.0.4", "clipboard": "^2.0.4",
"colord": "^2.9.3", "colord": "^2.9.3",
"core-js": "^3.31.1", "core-js": "^3.32.2",
"css-loader": "^6.2.0", "css-loader": "^6.2.0",
"css-minimizer-webpack-plugin": "^5.0.0", "css-minimizer-webpack-plugin": "^5.0.0",
"date-fns": "^2.16.1", "date-fns": "^2.16.1",

File diff suppressed because it is too large Load Diff

View File

@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 210
# 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 = (249, 2) PROVISION_VERSION = (249, 3)

View File

@ -14,7 +14,7 @@ module.exports = {
[ [
"@babel/preset-env", "@babel/preset-env",
{ {
corejs: "3.31", corejs: "3.32",
include: ["transform-optional-chaining"], include: ["transform-optional-chaining"],
shippedProposals: true, shippedProposals: true,
useBuiltIns: "usage", useBuiltIns: "usage",