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:
Anders Kaseorg 2023-04-11 16:15:43 -07:00 committed by Alex Vandiver
parent c43d551c5f
commit 9ed1c79f1b
3 changed files with 6 additions and 6 deletions

View File

@ -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",

View File

@ -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:

View File

@ -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)