mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
dependencies: Upgrade JavaScript dependencies.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
10
package.json
10
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39",
|
||||
"packageManager": "pnpm@10.12.3+sha512.467df2c586056165580ad6dfb54ceaad94c5a30f80893ebdec5a44c5aa73c205ae4a5bb9d5ed6bb84ea7c249ece786642bbb49d06a307df218d03da41c317417",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.5.5",
|
||||
@@ -11,7 +11,7 @@
|
||||
"@gfx/zopfli": "^1.0.15",
|
||||
"@giphy/js-components": "^5.13.0",
|
||||
"@giphy/js-fetch-api": "^5.6.0",
|
||||
"@koa/bodyparser": "^5.0.0",
|
||||
"@koa/bodyparser": "^6.0.0",
|
||||
"@sentry/browser": "^9.2.0",
|
||||
"@sentry/core": "^9.2.0",
|
||||
"@uppy/core": "^4.3.1",
|
||||
@@ -55,7 +55,7 @@
|
||||
"jquery-validation": "^1.19.0",
|
||||
"js-cookie": "^3.0.1",
|
||||
"katex": "^0.16.2",
|
||||
"koa": "^2.15.0",
|
||||
"koa": "^3.0.0",
|
||||
"lodash": "^4.17.19",
|
||||
"micromodal": "^0.6.1",
|
||||
"mini-css-extract-plugin": "^2.2.2",
|
||||
@@ -147,13 +147,13 @@
|
||||
"nyc": "^17.0.0",
|
||||
"openapi-examples-validator": "^6.0.1",
|
||||
"preact": "^10.24.3",
|
||||
"prettier": "^3.0.0",
|
||||
"prettier": "~3.5.3",
|
||||
"puppeteer": "^24.1.1",
|
||||
"source-map": "npm:source-map-js@^1.2.1",
|
||||
"stylelint": "^16.2.0",
|
||||
"stylelint-config-standard": "^38.0.0",
|
||||
"stylelint-high-performance-animation": "^1.10.0",
|
||||
"svgo": "^3.0.0",
|
||||
"svgo": "^4.0.0",
|
||||
"swagger-parser": "^10.0.0",
|
||||
"typescript": "^5.0.2",
|
||||
"typescript-eslint": "^8.13.0",
|
||||
|
2509
pnpm-lock.yaml
generated
2509
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -49,4 +49,4 @@ API_FEATURE_LEVEL = 396
|
||||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = (333, 2) # bumped 2025-06-25 to upgrade Node.js
|
||||
PROVISION_VERSION = (333, 3) # bumped 2025-06-25 to upgrade JavaScript dependencies
|
||||
|
@@ -12,7 +12,7 @@ export default {
|
||||
[
|
||||
"@babel/preset-env",
|
||||
{
|
||||
corejs: "3.42",
|
||||
corejs: "3.43",
|
||||
shippedProposals: true,
|
||||
useBuiltIns: "usage",
|
||||
},
|
||||
|
Reference in New Issue
Block a user