mirror of https://github.com/zulip/zulip.git
dependencies: Upgrade JavaScript dependencies.
jQuery is held at 3.6.0 due to https://github.com/jquery/jquery/issues/5105. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
7e6e98aefb
commit
143a3350fa
|
@ -19,7 +19,9 @@
|
|||
},
|
||||
"plugins": ["formatjs", "no-jquery"],
|
||||
"settings": {
|
||||
"additionalFunctionNames": ["$t", "$t_html"],
|
||||
"formatjs": {
|
||||
"additionalFunctionNames": ["$t", "$t_html"]
|
||||
},
|
||||
"no-jquery": {
|
||||
"collectionReturningPlugins": {
|
||||
"expectOne": "always"
|
||||
|
|
|
@ -14,7 +14,7 @@ module.exports = {
|
|||
[
|
||||
"@babel/preset-env",
|
||||
{
|
||||
corejs: "3.23",
|
||||
corejs: "3.25",
|
||||
shippedProposals: true,
|
||||
useBuiltIns: "usage",
|
||||
},
|
||||
|
|
15
package.json
15
package.json
|
@ -46,11 +46,11 @@
|
|||
"handlebars": "^4.7.2",
|
||||
"handlebars-loader": "^1.7.1",
|
||||
"html-webpack-plugin": "^5.3.2",
|
||||
"jquery": "^3.4.1",
|
||||
"jquery": "3.6.0",
|
||||
"jquery-caret-plugin": "^1.5.2",
|
||||
"jquery-validation": "^1.19.0",
|
||||
"js-cookie": "^3.0.1",
|
||||
"katex": "^0.16.0",
|
||||
"katex": "^0.16.2",
|
||||
"lodash": "^4.17.19",
|
||||
"micromodal": "^0.4.6",
|
||||
"mini-css-extract-plugin": "^2.2.2",
|
||||
|
@ -59,13 +59,13 @@
|
|||
"postcss": "^8.0.3",
|
||||
"postcss-calc": "^8.0.0",
|
||||
"postcss-extend-rule": "^4.0.0",
|
||||
"postcss-import": "^14.0.2",
|
||||
"postcss-import": "^15.0.0",
|
||||
"postcss-loader": "^7.0.0",
|
||||
"postcss-media-minmax": "https://codeload.github.com/andersk/postcss-media-minmax/tar.gz/92c4dd33b9add115ec436ef25243484cca0f7355",
|
||||
"postcss-mixins": "^9.0.1",
|
||||
"postcss-nested": "^5.0.0",
|
||||
"postcss-prefixwrap": "^1.24.0",
|
||||
"postcss-simple-vars": "^6.0.0",
|
||||
"postcss-simple-vars": "^7.0.0",
|
||||
"regenerator-runtime": "^0.13.3",
|
||||
"shebang-loader": "^0.0.1",
|
||||
"simplebar": "^5.2.1",
|
||||
|
@ -94,7 +94,6 @@
|
|||
"@types/lodash": "^4.14.172",
|
||||
"@types/node": "^16.11.6",
|
||||
"@types/node-fetch": "^2.5.8",
|
||||
"@types/webpack-dev-server": "^4.1.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
||||
"@typescript-eslint/parser": "^5.0.0",
|
||||
"babel-plugin-rewire-ts": "^1.4.0",
|
||||
|
@ -118,11 +117,11 @@
|
|||
"openapi-examples-validator": "^4.0.0",
|
||||
"openapi-types": "^12.0.0",
|
||||
"prettier": "^2.0.5",
|
||||
"puppeteer": "^16.0.0",
|
||||
"puppeteer": "^17.1.0",
|
||||
"source-map": "https://codeload.github.com/benthemonkey/source-map/tar.gz/d95423f77edef6cbb9e21d2d6014c7de85ae220a",
|
||||
"stylelint": "^14.0.1",
|
||||
"stylelint-config-prettier": "^9.0.3",
|
||||
"stylelint-config-standard": "^26.0.0",
|
||||
"stylelint-config-standard": "^28.0.0",
|
||||
"svgo": "^2.0.3",
|
||||
"swagger-parser": "^10.0.0",
|
||||
"ts-node": "^10.0.0",
|
||||
|
@ -132,7 +131,7 @@
|
|||
"xvfb": "^0.4.0",
|
||||
"yaml": "^2.0.0-8",
|
||||
"yargs": "^17.1.1",
|
||||
"yarn-deduplicate": "^5.0.0",
|
||||
"yarn-deduplicate": "^6.0.0",
|
||||
"zulip-js": "^2.0.8"
|
||||
},
|
||||
"resolutions": {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"postversion": "tools/npm-postversion"
|
||||
},
|
||||
"dependencies": {
|
||||
"katex": "^0.15.3",
|
||||
"katex": "^0.16.2",
|
||||
"lodash": "^4.17.19"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 140
|
|||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = (200, 1)
|
||||
PROVISION_VERSION = (201, 0)
|
||||
|
|
Loading…
Reference in New Issue