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

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