mirror of https://github.com/zulip/zulip.git
dependencies: Upgrade JavaScript dependencies.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
79842fd228
commit
2e9d5193b4
11
package.json
11
package.json
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue