dependencies: Upgrade JavaScript dependencies.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2023-02-08 16:11:31 -08:00 committed by Tim Abbott
parent 66919ffa90
commit 9efbfa22f2
4 changed files with 514 additions and 436 deletions

View File

@ -66,7 +66,7 @@
"postcss-simple-vars": "^7.0.0", "postcss-simple-vars": "^7.0.0",
"regenerator-runtime": "^0.13.3", "regenerator-runtime": "^0.13.3",
"shebang-loader": "^0.0.1", "shebang-loader": "^0.0.1",
"simplebar": "^5.2.1", "simplebar": "^6.2.0",
"sortablejs": "^1.9.0", "sortablejs": "^1.9.0",
"sorttable": "^1.0.2", "sorttable": "^1.0.2",
"source-code-pro": "^2.38.0", "source-code-pro": "^2.38.0",
@ -86,7 +86,7 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/eslint-parser": "^7.11.3", "@babel/eslint-parser": "^7.11.3",
"@formatjs/cli": "^5.0.1", "@formatjs/cli": "^6.0.0",
"@types/clean-css": "^4.2.2", "@types/clean-css": "^4.2.2",
"@types/jquery": "^3.3.31", "@types/jquery": "^3.3.31",
"@types/lodash": "^4.14.172", "@types/lodash": "^4.14.172",
@ -109,7 +109,7 @@
"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": "^45.0.1", "eslint-plugin-unicorn": "^45.0.1",
"jsdom": "^20.0.0", "jsdom": "^21.1.0",
"mockdate": "^3.0.2", "mockdate": "^3.0.2",
"nyc": "^15.0.0", "nyc": "^15.0.0",
"openapi-examples-validator": "^4.0.0", "openapi-examples-validator": "^4.0.0",

View File

@ -1,5 +1,5 @@
import google_blob_sheet from "emoji-datasource-google-blob/img/google/sheets-256/64.png";
import google_sheet from "emoji-datasource-google/img/google/sheets-256/64.png"; import google_sheet from "emoji-datasource-google/img/google/sheets-256/64.png";
import google_blob_sheet from "emoji-datasource-google-blob/img/google/sheets-256/64.png";
import twitter_sheet from "emoji-datasource-twitter/img/twitter/sheets-256/64.png"; import twitter_sheet from "emoji-datasource-twitter/img/twitter/sheets-256/64.png";
import octopus_url from "../generated/emoji/images-google-64/1f419.png"; import octopus_url from "../generated/emoji/images-google-64/1f419.png";

View File

@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 162
# 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 = (220, 0) PROVISION_VERSION = (221, 0)

940
yarn.lock

File diff suppressed because it is too large Load Diff