dependencies: Upgrade JavaScript dependencies.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2022-07-05 21:08:35 -07:00 committed by Tim Abbott
parent e4e51b0eb4
commit 3bc1356f39
4 changed files with 1257 additions and 1234 deletions

View File

@ -125,6 +125,7 @@
"unicorn/prefer-node-protocol": "off", "unicorn/prefer-node-protocol": "off",
"unicorn/prefer-spread": "off", "unicorn/prefer-spread": "off",
"unicorn/prefer-ternary": "off", "unicorn/prefer-ternary": "off",
"unicorn/prefer-top-level-await": "off",
"unicorn/prevent-abbreviations": "off", "unicorn/prevent-abbreviations": "off",
"valid-typeof": ["error", {"requireStringLiterals": true}], "valid-typeof": ["error", {"requireStringLiterals": true}],
"yoda": "error" "yoda": "error"

View File

@ -49,7 +49,7 @@
"jquery-caret-plugin": "^1.5.2", "jquery-caret-plugin": "^1.5.2",
"jquery-validation": "^1.19.0", "jquery-validation": "^1.19.0",
"js-cookie": "^3.0.1", "js-cookie": "^3.0.1",
"katex": "^0.15.3", "katex": "^0.16.0",
"lodash": "^4.17.19", "lodash": "^4.17.19",
"micromodal": "^0.4.6", "micromodal": "^0.4.6",
"mini-css-extract-plugin": "^2.2.2", "mini-css-extract-plugin": "^2.2.2",
@ -105,22 +105,22 @@
"eslint": "^8.0.1", "eslint": "^8.0.1",
"eslint-config-prettier": "^8.0.0", "eslint-config-prettier": "^8.0.0",
"eslint-import-resolver-webpack": "^0.13.0", "eslint-import-resolver-webpack": "^0.13.0",
"eslint-plugin-formatjs": "^3.0.0", "eslint-plugin-formatjs": "^4.0.2",
"eslint-plugin-import": "^2.22.0", "eslint-plugin-import": "^2.22.0",
"eslint-plugin-no-jquery": "^2.7.0", "eslint-plugin-no-jquery": "^2.7.0",
"eslint-plugin-unicorn": "^42.0.0", "eslint-plugin-unicorn": "^43.0.0",
"jsdom": "^19.0.0", "jsdom": "^20.0.0",
"mockdate": "^3.0.2", "mockdate": "^3.0.2",
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",
"nyc": "^15.0.0", "nyc": "^15.0.0",
"openapi-examples-validator": "^4.0.0", "openapi-examples-validator": "^4.0.0",
"openapi-types": "^11.0.1", "openapi-types": "^12.0.0",
"prettier": "^2.0.5", "prettier": "^2.0.5",
"puppeteer": "^14.2.0", "puppeteer": "^15.3.0",
"source-map": "https://codeload.github.com/benthemonkey/source-map/tar.gz/d95423f77edef6cbb9e21d2d6014c7de85ae220a", "source-map": "https://codeload.github.com/benthemonkey/source-map/tar.gz/d95423f77edef6cbb9e21d2d6014c7de85ae220a",
"stylelint": "^14.0.1", "stylelint": "^14.0.1",
"stylelint-config-prettier": "^9.0.3", "stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^25.0.0", "stylelint-config-standard": "^26.0.0",
"svgo": "^2.0.3", "svgo": "^2.0.3",
"swagger-parser": "^10.0.0", "swagger-parser": "^10.0.0",
"ts-node": "^10.0.0", "ts-node": "^10.0.0",

View File

@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 132
# 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 = "193.2" PROVISION_VERSION = "194.0"

2474
yarn.lock

File diff suppressed because it is too large Load Diff