mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
dependencies: Upgrade JavaScript dependencies.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
23a2a31e7e
commit
ac19e90f40
15
package.json
15
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.15.2+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321",
|
||||
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.5.5",
|
||||
@@ -59,7 +59,7 @@
|
||||
"mini-css-extract-plugin": "^2.2.2",
|
||||
"minimalistic-assert": "^1.0.1",
|
||||
"panzoom": "^9.4.2",
|
||||
"plotly.js": "^2.0.0",
|
||||
"plotly.js": "^3.0.0",
|
||||
"postcss": "^8.0.3",
|
||||
"postcss-extend-rule": "^4.0.0",
|
||||
"postcss-import": "^16.0.0",
|
||||
@@ -132,25 +132,25 @@
|
||||
"diff": "^7.0.0",
|
||||
"difflib": "^0.2.4",
|
||||
"enhanced-resolve": "^5.8.2",
|
||||
"es-check": "^7.0.0",
|
||||
"es-check": "^8.0.1",
|
||||
"eslint": "^9.15.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-config-prettier": "^10.0.1",
|
||||
"eslint-import-resolver-webpack": "^0.13.4",
|
||||
"eslint-plugin-formatjs": "^5.0.0",
|
||||
"eslint-plugin-import": "^2.22.0",
|
||||
"eslint-plugin-no-jquery": "^3.0.2",
|
||||
"eslint-plugin-unicorn": "^56.0.0",
|
||||
"globals": "^15.12.0",
|
||||
"jsdom": "^25.0.0",
|
||||
"jsdom": "^26.0.0",
|
||||
"mockdate": "^3.0.2",
|
||||
"nyc": "^17.0.0",
|
||||
"openapi-examples-validator": "^6.0.1",
|
||||
"preact": "^10.24.3",
|
||||
"prettier": "^3.0.0",
|
||||
"puppeteer": "^23.5.0",
|
||||
"puppeteer": "^24.1.1",
|
||||
"source-map": "npm:source-map-js@^1.2.1",
|
||||
"stylelint": "^16.2.0",
|
||||
"stylelint-config-standard": "^36.0.0",
|
||||
"stylelint-config-standard": "^37.0.0",
|
||||
"stylelint-high-performance-animation": "^1.10.0",
|
||||
"svgo": "^3.0.0",
|
||||
"swagger-parser": "^10.0.0",
|
||||
@@ -169,6 +169,7 @@
|
||||
"patchedDependencies": {
|
||||
"handlebars": "patches/handlebars.patch",
|
||||
"source-sans@3.46.0": "patches/source-sans@3.46.0.patch",
|
||||
"stylelint-high-performance-animation": "patches/stylelint-high-performance-animation.patch",
|
||||
"svgicons2svgfont": "patches/svgicons2svgfont.patch",
|
||||
"tippy.js@6.3.7": "patches/tippy.js@6.3.7.patch",
|
||||
"textarea-caret@3.1.0": "patches/textarea-caret@3.1.0.patch"
|
||||
|
Reference in New Issue
Block a user