mirror of https://github.com/zulip/zulip.git
dependencies: Downgrade autosize to 5.0.2 to fix scrollbar regression.
https://chat.zulip.org/#narrow/stream/9-issues/topic/compose.20box.20scrollbars/near/1531138 Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
c43d551c5f
commit
9ed1c79f1b
|
@ -18,7 +18,7 @@
|
|||
"@zxcvbn-ts/core": "^2.0.0",
|
||||
"@zxcvbn-ts/language-common": "^2.0.0",
|
||||
"@zxcvbn-ts/language-en": "^2.0.0",
|
||||
"autosize": "^6.0.1",
|
||||
"autosize": "^5.0.2",
|
||||
"babel-loader": "^9.1.0",
|
||||
"babel-plugin-formatjs": "^10.2.6",
|
||||
"babel-plugin-istanbul": "^6.1.1",
|
||||
|
|
|
@ -53,8 +53,8 @@ dependencies:
|
|||
specifier: ^2.0.0
|
||||
version: 2.1.0
|
||||
autosize:
|
||||
specifier: ^6.0.1
|
||||
version: 6.0.1
|
||||
specifier: ^5.0.2
|
||||
version: 5.0.2
|
||||
babel-loader:
|
||||
specifier: ^9.1.0
|
||||
version: 9.1.2(@babel/core@7.21.4)(webpack@5.77.0)
|
||||
|
@ -3683,8 +3683,8 @@ packages:
|
|||
postcss-value-parser: 4.2.0
|
||||
dev: false
|
||||
|
||||
/autosize@6.0.1:
|
||||
resolution: {integrity: sha512-f86EjiUKE6Xvczc4ioP1JBlWG7FKrE13qe/DxBCpe8GCipCq2nFw73aO8QEBKHfSbYGDN5eB9jXWKen7tspDqQ==}
|
||||
/autosize@5.0.2:
|
||||
resolution: {integrity: sha512-FPVt5ynkqUAA9gcMZnJHka1XfQgr1WNd/yRfIjmj5WGmjua+u5Hl9hn8M2nU5CNy2bEIcj1ZUwXq7IOHsfZG9w==}
|
||||
dev: false
|
||||
|
||||
/available-typed-arrays@1.0.5:
|
||||
|
|
|
@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 172
|
|||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = (231, 0)
|
||||
PROVISION_VERSION = (232, 0)
|
||||
|
|
Loading…
Reference in New Issue