mirror of https://github.com/zulip/zulip.git
dependencies: Add @types/is-url to devDependencies.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
a41d0b16e6
commit
6914d3151d
|
@ -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",
|
||||
|
|
|
@ -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':
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue