dependencies: Upgrade JavaScript dependencies.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2022-01-24 14:50:22 -08:00 committed by Tim Abbott
parent 44f9aaec32
commit a9dea6ee2d
4 changed files with 1548 additions and 1597 deletions

View File

@ -14,7 +14,7 @@ module.exports = {
[
"@babel/preset-env",
{
corejs: "3.19",
corejs: "3.20",
loose: true, // Loose mode for…of loops are 5× faster in Firefox
shippedProposals: true,
useBuiltIns: "usage",

View File

@ -87,7 +87,6 @@
"@types/clean-css": "^4.2.2",
"@types/jquery": "^3.3.31",
"@types/lodash": "^4.14.172",
"@types/mini-css-extract-plugin": "^2.2.0",
"@types/node": "^16.11.6",
"@types/node-fetch": "^2.5.8",
"@types/webpack-dev-server": "^4.1.0",
@ -105,14 +104,14 @@
"eslint-import-resolver-webpack": "^0.13.0",
"eslint-plugin-formatjs": "^2.16.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-unicorn": "^39.0.0",
"eslint-plugin-unicorn": "^40.1.0",
"jsdom": "^19.0.0",
"mockdate": "^3.0.2",
"node-fetch": "^2.6.1",
"nyc": "^15.0.0",
"openapi-examples-validator": "^4.0.0",
"prettier": "^2.0.5",
"puppeteer": "^12.0.1",
"puppeteer": "^13.1.1",
"source-map": "https://codeload.github.com/benthemonkey/source-map/tar.gz/d95423f77edef6cbb9e21d2d6014c7de85ae220a",
"stylelint": "^14.0.1",
"stylelint-config-prettier": "^9.0.3",

View File

@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 113
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = "172.0"
PROVISION_VERSION = "173.0"

3136
yarn.lock

File diff suppressed because it is too large Load Diff