mirror of https://github.com/zulip/zulip.git
dependencies: Add @types/js-cookie to devDependencies.
This commit is contained in:
parent
b1943f560a
commit
3c79b07a56
|
@ -97,6 +97,7 @@
|
|||
"@types/is-url": "^1.2.32",
|
||||
"@types/jquery": "^3.3.31",
|
||||
"@types/jquery.validation": "^1.16.7",
|
||||
"@types/js-cookie": "^3.0.6",
|
||||
"@types/katex": "^0.16.0",
|
||||
"@types/koa": "^2.15.0",
|
||||
"@types/lodash": "^4.14.172",
|
||||
|
|
|
@ -305,6 +305,9 @@ importers:
|
|||
'@types/jquery.validation':
|
||||
specifier: ^1.16.7
|
||||
version: 1.16.10
|
||||
'@types/js-cookie':
|
||||
specifier: ^3.0.6
|
||||
version: 3.0.6
|
||||
'@types/katex':
|
||||
specifier: ^0.16.0
|
||||
version: 0.16.7
|
||||
|
@ -1886,6 +1889,9 @@ packages:
|
|||
'@types/jquery@3.5.30':
|
||||
resolution: {integrity: sha512-nbWKkkyb919DOUxjmRVk8vwtDb0/k8FKncmUKFi+NY+QXqWltooxTrswvz4LspQwxvLdvzBN1TImr6cw3aQx2A==}
|
||||
|
||||
'@types/js-cookie@3.0.6':
|
||||
resolution: {integrity: sha512-wkw9yd1kEXOPnvEeEV1Go1MmxtBJL0RR79aOTAApecWFVu7w0NNXNqhcWgvw2YgZDYadliXkl14pa3WXw5jlCQ==}
|
||||
|
||||
'@types/json-schema@7.0.15':
|
||||
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
|
||||
|
||||
|
@ -9207,6 +9213,8 @@ snapshots:
|
|||
dependencies:
|
||||
'@types/sizzle': 2.3.8
|
||||
|
||||
'@types/js-cookie@3.0.6': {}
|
||||
|
||||
'@types/json-schema@7.0.15': {}
|
||||
|
||||
'@types/json-stable-stringify@1.0.36': {}
|
||||
|
|
|
@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 262
|
|||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = (280, 0) # last bumped 2024-05-31 for upgrading Python requirements
|
||||
PROVISION_VERSION = (280, 1) # last bumped 2024-06-03 for adding @types/js-cookie
|
||||
|
|
Loading…
Reference in New Issue