mirror of
https://github.com/zulip/zulip.git
synced 2025-10-22 20:42:14 +00:00
dependencies: Upgrade JavaScript dependencies.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
abe36b2c3d
commit
d0f9fb73cc
@@ -12,7 +12,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.9.3",
|
||||
"@astrojs/starlight": "^0.34.2",
|
||||
"@astrojs/starlight": "^0.35.1",
|
||||
"@iconify-json/fa": "^1.2.1",
|
||||
"@types/hast": "^3.0.4",
|
||||
"astro": "^5.1.2",
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.12.3+sha512.467df2c586056165580ad6dfb54ceaad94c5a30f80893ebdec5a44c5aa73c205ae4a5bb9d5ed6bb84ea7c249ece786642bbb49d06a307df218d03da41c317417",
|
||||
"packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.5.5",
|
||||
@@ -44,6 +44,7 @@
|
||||
"flatpickr": "^4.5.7",
|
||||
"font-awesome": "^4.7.0",
|
||||
"font-subset-loader2": "^1.1.7",
|
||||
"fonteditor-core": "~2.4.1",
|
||||
"ga-gtag": "^1.0.1",
|
||||
"handlebars": "^4.7.2",
|
||||
"handlebars-loader": "^1.7.1",
|
||||
@@ -142,7 +143,7 @@
|
||||
"eslint-plugin-formatjs": "^5.0.0",
|
||||
"eslint-plugin-import": "^2.22.0",
|
||||
"eslint-plugin-no-jquery": "^3.0.2",
|
||||
"eslint-plugin-unicorn": "^59.0.0",
|
||||
"eslint-plugin-unicorn": "^60.0.0",
|
||||
"globals": "^16.0.0",
|
||||
"jsdom": "^26.0.0",
|
||||
"mockdate": "^3.0.2",
|
||||
|
@@ -1,14 +1,10 @@
|
||||
diff --git a/package.json b/package.json
|
||||
index 74d1c8dbb42a572e8dd2616bf99cad9deed107bc..1baf044ddf6fe61d9da5f0d1f89198853d17534a 100644
|
||||
index c32d49a585411bce4d1e0ce02895c23f8d3f7849..1935c22ae7f4db47ffce1d8341bf975f0d99c046 100644
|
||||
--- a/package.json
|
||||
+++ b/package.json
|
||||
@@ -22,8 +22,10 @@
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/index.mjs",
|
||||
- "require": "./dist/index.cjs"
|
||||
+ "require": "./dist/index.cjs",
|
||||
+ "types": "./dist/index.d.ts"
|
||||
@@ -25,6 +25,7 @@
|
||||
"require": "./dist/index.cjs",
|
||||
"types": "./dist/index.d.ts"
|
||||
},
|
||||
+ "./dist/simplebar.css": "./dist/simplebar.css",
|
||||
"./dist/simplebar.min.css": "./dist/simplebar.min.css"
|
||||
|
3029
pnpm-lock.yaml
generated
3029
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -49,4 +49,4 @@ API_FEATURE_LEVEL = 408
|
||||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = (336, 1) # bumped 2025-07-22 to upgrade Node.js
|
||||
PROVISION_VERSION = (337, 0) # bumped 2025-07-22 to upgrade JavaScript dependencies
|
||||
|
Reference in New Issue
Block a user