dependencies: Upgrade JavaScript dependencies.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2022-06-01 16:28:48 -07:00 committed by Tim Abbott
parent 79842fd228
commit 2e9d5193b4
3 changed files with 1155 additions and 1337 deletions

View File

@ -29,7 +29,7 @@
"clipboard": "^2.0.4",
"core-js": "^3.6.5",
"css-loader": "^6.2.0",
"css-minimizer-webpack-plugin": "^3.0.2",
"css-minimizer-webpack-plugin": "^4.0.0",
"css.escape": "^1.5.1",
"date-fns": "^2.16.1",
"date-fns-tz": "^1.1.1",
@ -37,7 +37,7 @@
"emoji-datasource-google-blob": "npm:emoji-datasource-google@^3.0.0",
"emoji-datasource-twitter": "^14.0.0",
"error-stack-parser": "^2.0.2",
"expose-loader": "^3.0.0",
"expose-loader": "^4.0.0",
"flatpickr": "^4.5.7",
"font-awesome": "^4.7.0",
"font-subset-loader2": "^1.1.7",
@ -59,7 +59,7 @@
"postcss-calc": "^8.0.0",
"postcss-extend-rule": "^4.0.0",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.1.1",
"postcss-loader": "^7.0.0",
"postcss-media-minmax": "https://github.com/andersk/postcss-media-minmax.git#01239f17f4a9872ace1dd133cee526a7de4ac9f5",
"postcss-mixins": "^9.0.1",
"postcss-nested": "^5.0.0",
@ -87,7 +87,7 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.11.3",
"@formatjs/cli": "^4.2.6",
"@formatjs/cli": "^5.0.1",
"@types/clean-css": "^4.2.2",
"@types/jquery": "^3.3.31",
"@types/lodash": "^4.14.172",
@ -114,8 +114,9 @@
"node-fetch": "^2.6.1",
"nyc": "^15.0.0",
"openapi-examples-validator": "^4.0.0",
"openapi-types": "^11.0.1",
"prettier": "^2.0.5",
"puppeteer": "^13.1.1",
"puppeteer": "^14.2.0",
"source-map": "https://codeload.github.com/benthemonkey/source-map/tar.gz/d95423f77edef6cbb9e21d2d6014c7de85ae220a",
"stylelint": "^14.0.1",
"stylelint-config-prettier": "^9.0.3",

View File

@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 132
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = "191.0"
PROVISION_VERSION = "191.1"

2479
yarn.lock

File diff suppressed because it is too large Load Diff