mirror of https://github.com/zulip/zulip.git
dependencies: Add textarea-caret.
This commit is contained in:
parent
2becb41931
commit
4ecb46964f
|
@ -76,6 +76,7 @@
|
|||
"stacktrace-gps": "^3.0.4",
|
||||
"style-loader": "^4.0.0",
|
||||
"text-field-edit": "^4.0.0",
|
||||
"textarea-caret": "^3.1.0",
|
||||
"tippy.js": "^6.3.7",
|
||||
"turndown": "^7.0.0",
|
||||
"url-loader": "^4.1.1",
|
||||
|
@ -107,6 +108,7 @@
|
|||
"@types/plotly.js": "^2.12.20",
|
||||
"@types/sortablejs": "^1.15.1",
|
||||
"@types/spectrum": "^1.8.4",
|
||||
"@types/textarea-caret": "^3.0.3",
|
||||
"@types/tinycolor2": "^1.4.5",
|
||||
"@types/turndown": "^5.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^7.0.2",
|
||||
|
|
|
@ -244,6 +244,9 @@ importers:
|
|||
text-field-edit:
|
||||
specifier: ^4.0.0
|
||||
version: 4.1.1
|
||||
textarea-caret:
|
||||
specifier: ^3.1.0
|
||||
version: 3.1.0
|
||||
tippy.js:
|
||||
specifier: ^6.3.7
|
||||
version: 6.3.7(patch_hash=mlbmk5pq4q6iuwarqu6solgeeq)
|
||||
|
@ -332,6 +335,9 @@ importers:
|
|||
'@types/spectrum':
|
||||
specifier: ^1.8.4
|
||||
version: 1.8.7
|
||||
'@types/textarea-caret':
|
||||
specifier: ^3.0.3
|
||||
version: 3.0.3
|
||||
'@types/tinycolor2':
|
||||
specifier: ^1.4.5
|
||||
version: 1.4.6
|
||||
|
@ -1990,6 +1996,9 @@ packages:
|
|||
'@types/spectrum@1.8.7':
|
||||
resolution: {integrity: sha512-zeLcQ1qyKJGyq7V3TzXwyKITcetm8BOMY/PI1qHLxeJrBFS9BtsHtLFfj+X2wU6B7TCqoes7ZMQeoFBxHxg/6g==}
|
||||
|
||||
'@types/textarea-caret@3.0.3':
|
||||
resolution: {integrity: sha512-bsA9GdXV1wQsXyDjS5+A+czz8IAR3haH5DU+KctIoXbzobRL2NOiwF/+EbB7pofAyudMytLj4ihPtbmbJT8FWw==}
|
||||
|
||||
'@types/tinycolor2@1.4.6':
|
||||
resolution: {integrity: sha512-iEN8J0BoMnsWBqjVbWH/c0G0Hh7O21lpR2/+PrvAVgWdzL7eexIFm4JN/Wn10PTcmNdtS6U67r499mlWMXOxNw==}
|
||||
|
||||
|
@ -6882,6 +6891,9 @@ packages:
|
|||
text-table@0.2.0:
|
||||
resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==}
|
||||
|
||||
textarea-caret@3.1.0:
|
||||
resolution: {integrity: sha512-cXAvzO9pP5CGa6NKx0WYHl+8CHKZs8byMkt3PCJBCmq2a34YA9pO1NrQET5pzeqnBjBdToF5No4rrmkDUgQC2Q==}
|
||||
|
||||
thingies@1.21.0:
|
||||
resolution: {integrity: sha512-hsqsJsFMsV+aD4s3CWKk85ep/3I9XzYV/IXaSouJMYIoDlgyi11cBhsqYe9/geRfB0YIikBQg6raRaM+nIMP9g==}
|
||||
engines: {node: '>=10.18'}
|
||||
|
@ -9412,6 +9424,8 @@ snapshots:
|
|||
'@types/jquery': 3.5.30
|
||||
'@types/tinycolor2': 1.4.6
|
||||
|
||||
'@types/textarea-caret@3.0.3': {}
|
||||
|
||||
'@types/tinycolor2@1.4.6': {}
|
||||
|
||||
'@types/triple-beam@1.3.5': {}
|
||||
|
@ -15073,6 +15087,8 @@ snapshots:
|
|||
|
||||
text-table@0.2.0: {}
|
||||
|
||||
textarea-caret@3.1.0: {}
|
||||
|
||||
thingies@1.21.0(tslib@2.6.3):
|
||||
dependencies:
|
||||
tslib: 2.6.3
|
||||
|
|
Loading…
Reference in New Issue