dependencies: Upgrade JavaScript dependencies.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2023-05-11 16:05:31 -07:00 committed by Tim Abbott
parent ea28083ba4
commit 3e6a212ace
4 changed files with 1069 additions and 1070 deletions

View File

@ -51,7 +51,7 @@
"import/first": "error",
"import/newline-after-import": "error",
"import/no-self-import": "error",
"import/no-unresolved": ["error", {"ignore": ["^date-fns-tz$|^js-cookie$|^katex$"]}],
"import/no-unresolved": "off",
"import/no-useless-path-segments": "error",
"import/order": ["error", {"alphabetize": {"order": "asc"}, "newlines-between": "always"}],
"import/unambiguous": "error",

View File

@ -1,6 +1,6 @@
{
"private": true,
"packageManager": "pnpm@8.3.1+sha256.ce038ba2617f7a93d0b1f24b733b9d64258b15c97a14c6f37673c8d49e033d9a",
"packageManager": "pnpm@8.5.0+sha256.b013403809dc950d169f16423b74e9b6c749f6934adb067abe90e9a16b89935f",
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
@ -117,15 +117,15 @@
"eslint-plugin-formatjs": "^4.0.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-no-jquery": "^2.7.0",
"eslint-plugin-unicorn": "^46.0.0",
"jsdom": "^21.1.0",
"eslint-plugin-unicorn": "^47.0.0",
"jsdom": "^22.0.0",
"minimist": "^1.2.6",
"mockdate": "^3.0.2",
"nyc": "^15.0.0",
"openapi-examples-validator": "^4.0.0",
"openapi-types": "^12.0.0",
"prettier": "^2.8.4",
"puppeteer": "^19.8.3",
"puppeteer": "^20.1.2",
"source-map": "npm:source-map-js@1.0.1",
"stylelint": "^15.2.0",
"stylelint-config-standard": "^33.0.0",

File diff suppressed because it is too large Load Diff

View File

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