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
44f9aaec32
commit
a9dea6ee2d
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue