dependencies: Add @types/is-url to devDependencies.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2024-05-14 11:32:47 -07:00 committed by Tim Abbott
parent a41d0b16e6
commit 6914d3151d
3 changed files with 10 additions and 1 deletions

View File

@ -94,6 +94,7 @@
"@types/autosize": "^4.0.1",
"@types/blueimp-md5": "^2.18.0",
"@types/co-body": "^6.1.3",
"@types/is-url": "^1.2.32",
"@types/jquery": "^3.3.31",
"@types/jquery.validation": "^1.16.7",
"@types/katex": "^0.16.0",

View File

@ -290,6 +290,9 @@ importers:
'@types/co-body':
specifier: ^6.1.3
version: 6.1.3
'@types/is-url':
specifier: ^1.2.32
version: 1.2.32
'@types/jquery':
specifier: ^3.3.31
version: 3.5.29
@ -1817,6 +1820,9 @@ packages:
'@types/http-proxy@1.17.14':
resolution: {integrity: sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==}
'@types/is-url@1.2.32':
resolution: {integrity: sha512-46VLdbWI8Sc+hPexQ6NLNR2YpoDyDZIpASHkJQ2Yr+Kf9Giw6LdCTkwOdsnHKPQeh7xTjTmSnxbE8qpxYuCiHA==}
'@types/istanbul-lib-coverage@2.0.6':
resolution: {integrity: sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==}
@ -9065,6 +9071,8 @@ snapshots:
dependencies:
'@types/node': 20.12.7
'@types/is-url@1.2.32': {}
'@types/istanbul-lib-coverage@2.0.6': {}
'@types/istanbul-lib-report@3.0.3':

View File

@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 260
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = (270, 0) # last bumped 2024-04-30 for Python requirements upgrade
PROVISION_VERSION = (270, 1) # last bumped 2024-05-14 for adding @types/is-url