Skip to content

Commit

Permalink
dependencies: Upgrade JavaScript dependencies.
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Kaseorg <anders@zulip.com>
  • Loading branch information
andersk authored and timabbott committed Feb 9, 2023
1 parent 66919ff commit 9efbfa2
Show file tree
Hide file tree
Showing 4 changed files with 514 additions and 436 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"postcss-simple-vars": "^7.0.0",
"regenerator-runtime": "^0.13.3",
"shebang-loader": "^0.0.1",
"simplebar": "^5.2.1",
"simplebar": "^6.2.0",
"sortablejs": "^1.9.0",
"sorttable": "^1.0.2",
"source-code-pro": "^2.38.0",
Expand All @@ -86,7 +86,7 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.11.3",
"@formatjs/cli": "^5.0.1",
"@formatjs/cli": "^6.0.0",
"@types/clean-css": "^4.2.2",
"@types/jquery": "^3.3.31",
"@types/lodash": "^4.14.172",
Expand All @@ -109,7 +109,7 @@
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-no-jquery": "^2.7.0",
"eslint-plugin-unicorn": "^45.0.1",
"jsdom": "^20.0.0",
"jsdom": "^21.1.0",
"mockdate": "^3.0.2",
"nyc": "^15.0.0",
"openapi-examples-validator": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion static/js/emojisets.js
Original file line number Diff line number Diff line change
@@ -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_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 octopus_url from "../generated/emoji/images-google-64/1f419.png";
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
# historical commits sharing the same major version, in which case a
# minor version bump suffices.

PROVISION_VERSION = (220, 0)
PROVISION_VERSION = (221, 0)
Loading

0 comments on commit 9efbfa2

Please sign in to comment.