dependencies: Upgrade JavaScript dependencies.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-04-09 15:05:50 -07:00
committed by Tim Abbott
parent ff4337eee5
commit 440864e7c9
4 changed files with 1413 additions and 1163 deletions

View File

@@ -11,9 +11,9 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/check": "^0.9.3", "@astrojs/check": "^0.9.3",
"@astrojs/starlight": "^0.32.1", "@astrojs/starlight": "^0.33.0",
"astro": "^5.1.2", "astro": "^5.1.2",
"sharp": "^0.33.5", "sharp": "^0.34.1",
"typescript": "^5.4.5" "typescript": "^5.4.5"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"private": true, "private": true,
"packageManager": "pnpm@10.6.3+sha512.bb45e34d50a9a76e858a95837301bfb6bd6d35aea2c5d52094fa497a467c43f5c440103ce2511e9e0a2f89c3d6071baac3358fc68ac6fb75e2ceb3d2736065e6", "packageManager": "pnpm@10.8.0+sha512.0e82714d1b5b43c74610193cb20734897c1d00de89d0e18420aebc5977fa13d780a9cb05734624e81ebd81cc876cd464794850641c48b9544326b5622ca29971",
"type": "module", "type": "module",
"dependencies": { "dependencies": {
"@babel/core": "^7.5.5", "@babel/core": "^7.5.5",
@@ -55,7 +55,7 @@
"katex": "^0.16.2", "katex": "^0.16.2",
"koa": "^2.15.0", "koa": "^2.15.0",
"lodash": "^4.17.19", "lodash": "^4.17.19",
"micromodal": "^0.4.6", "micromodal": "^0.6.1",
"mini-css-extract-plugin": "^2.2.2", "mini-css-extract-plugin": "^2.2.2",
"minimalistic-assert": "^1.0.1", "minimalistic-assert": "^1.0.1",
"panzoom": "^9.4.2", "panzoom": "^9.4.2",
@@ -137,7 +137,7 @@
"eslint-plugin-formatjs": "^5.0.0", "eslint-plugin-formatjs": "^5.0.0",
"eslint-plugin-import": "^2.22.0", "eslint-plugin-import": "^2.22.0",
"eslint-plugin-no-jquery": "^3.0.2", "eslint-plugin-no-jquery": "^3.0.2",
"eslint-plugin-unicorn": "^57.0.0", "eslint-plugin-unicorn": "^58.0.0",
"globals": "^16.0.0", "globals": "^16.0.0",
"jsdom": "^26.0.0", "jsdom": "^26.0.0",
"mockdate": "^3.0.2", "mockdate": "^3.0.2",
@@ -148,7 +148,7 @@
"puppeteer": "^24.1.1", "puppeteer": "^24.1.1",
"source-map": "npm:source-map-js@^1.2.1", "source-map": "npm:source-map-js@^1.2.1",
"stylelint": "^16.2.0", "stylelint": "^16.2.0",
"stylelint-config-standard": "^37.0.0", "stylelint-config-standard": "^38.0.0",
"stylelint-high-performance-animation": "^1.10.0", "stylelint-high-performance-animation": "^1.10.0",
"svgo": "^3.0.0", "svgo": "^3.0.0",
"swagger-parser": "^10.0.0", "swagger-parser": "^10.0.0",

2562
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -49,4 +49,4 @@ API_FEATURE_LEVEL = 378
# historical commits sharing the same major version, in which case a # historical commits sharing the same major version, in which case a
# minor version bump suffices. # minor version bump suffices.
PROVISION_VERSION = (324, 0) # bumped 2025-04-07 to upgrade Python requirements PROVISION_VERSION = (325, 0) # bumped 2025-04-09 to upgrade JavaScript dependencies