dependencies: Upgrade JavaScript dependencies.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2022-11-03 11:19:26 -07:00 committed by Tim Abbott
parent 3a718d786f
commit d717b38704
4 changed files with 598 additions and 530 deletions

View File

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

View File

@ -21,12 +21,12 @@
"@zxcvbn-ts/language-en": "^2.0.0",
"autoprefixer": "^10.0.0",
"autosize": "^5.0.1",
"babel-loader": "^8.0.6",
"babel-loader": "^9.1.0",
"babel-plugin-formatjs": "^10.2.6",
"blueimp-md5": "^2.10.0",
"clean-css": "^5.1.0",
"clipboard": "^2.0.4",
"core-js": "^3.25.5",
"core-js": "^3.26.0",
"css-loader": "^6.2.0",
"css-minimizer-webpack-plugin": "^4.0.0",
"date-fns": "^2.16.1",
@ -95,8 +95,8 @@
"@typescript-eslint/parser": "^5.0.0",
"babel-plugin-rewire-ts": "^1.4.0",
"callsites": "^3.1.0",
"cldr-annotations-derived-modern": "^41.0.0",
"cldr-annotations-modern": "^41.0.0",
"cldr-annotations-derived-modern": "^42.0.0",
"cldr-annotations-modern": "^42.0.0",
"css.escape": "^1.5.1",
"diff": "^5.0.0",
"difflib": "^0.2.4",
@ -119,8 +119,8 @@
"source-map": "https://codeload.github.com/benthemonkey/source-map/tar.gz/d95423f77edef6cbb9e21d2d6014c7de85ae220a",
"stylelint": "^14.0.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^28.0.0",
"svgo": "^2.0.3",
"stylelint-config-standard": "^29.0.0",
"svgo": "^3.0.0",
"swagger-parser": "^10.0.0",
"ts-node": "^10.0.0",
"typescript": "^4.0.2",

View File

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

1112
yarn.lock

File diff suppressed because it is too large Load Diff