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
9b83dc1b79
commit
dadf035366
10
package.json
10
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"private": true,
|
||||
"packageManager": "pnpm@8.9.0+sha256.8f5264ad1d100da11a6add6bb8a94c6f1e913f9e9261b2a551fabefad2ec0fec",
|
||||
"packageManager": "pnpm@8.10.2+sha256.487609e857f1c11780cc98dd0bfe4c8a8b11c7f23bc3a4493ac7d263d6fb6c8c",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.5.5",
|
||||
"@babel/preset-env": "^7.5.5",
|
||||
|
@ -100,7 +100,7 @@
|
|||
"@types/lodash": "^4.14.172",
|
||||
"@types/micromodal": "^0.3.3",
|
||||
"@types/minimalistic-assert": "^1.0.1",
|
||||
"@types/node": "^18.8.3",
|
||||
"@types/node": "^20.9.0",
|
||||
"@types/plotly.js": "^2.12.20",
|
||||
"@types/sortablejs": "^1.15.1",
|
||||
"@types/spectrum": "^1.8.4",
|
||||
|
@ -110,8 +110,8 @@
|
|||
"@typescript-eslint/parser": "^6.1.0",
|
||||
"babel-plugin-rewire-ts": "^1.4.0",
|
||||
"callsites": "^3.1.0",
|
||||
"cldr-annotations-derived-modern": "^43.0.0",
|
||||
"cldr-annotations-modern": "^43.0.0",
|
||||
"cldr-annotations-derived-modern": "^44.0.1",
|
||||
"cldr-annotations-modern": "^44.0.1",
|
||||
"commander": "^11.0.0",
|
||||
"css.escape": "^1.5.1",
|
||||
"diff": "^5.0.0",
|
||||
|
@ -124,7 +124,7 @@
|
|||
"eslint-plugin-formatjs": "^4.0.2",
|
||||
"eslint-plugin-import": "^2.22.0",
|
||||
"eslint-plugin-no-jquery": "^2.7.0",
|
||||
"eslint-plugin-unicorn": "^48.0.0",
|
||||
"eslint-plugin-unicorn": "^49.0.0",
|
||||
"jsdom": "^22.0.0",
|
||||
"minimist": "^1.2.6",
|
||||
"mkdirp": "^3.0.1",
|
||||
|
|
2652
pnpm-lock.yaml
2652
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
|
@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 223
|
|||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = (251, 3)
|
||||
PROVISION_VERSION = (252, 0)
|
||||
|
|
Loading…
Reference in New Issue