mirror of
https://github.com/thelounge/thelounge
synced 2024-11-21 19:43:07 +00:00
chore(deps): update dependency @textcomplete/core to v0.1.13
This commit is contained in:
parent
0c57694c00
commit
99c470ff3f
2 changed files with 6 additions and 11 deletions
|
@ -92,7 +92,7 @@
|
|||
"@babel/preset-env": "7.17.10",
|
||||
"@fortawesome/fontawesome-free": "5.15.4",
|
||||
"@istanbuljs/nyc-config-typescript": "1.0.2",
|
||||
"@textcomplete/core": "0.1.10",
|
||||
"@textcomplete/core": "0.1.13",
|
||||
"@textcomplete/textarea": "0.1.13",
|
||||
"@types/bcryptjs": "2.4.6",
|
||||
"@types/chai": "4.3.5",
|
||||
|
|
15
yarn.lock
15
yarn.lock
|
@ -1412,12 +1412,12 @@
|
|||
dependencies:
|
||||
defer-to-connect "^2.0.0"
|
||||
|
||||
"@textcomplete/core@0.1.10":
|
||||
version "0.1.10"
|
||||
resolved "https://registry.yarnpkg.com/@textcomplete/core/-/core-0.1.10.tgz#80211c20f28a378cc9ee8b6633ddf2034785d8c3"
|
||||
integrity sha512-+T7dOElhJivE7+V0JUeDK5TdHUU8Sbuhvnp8VmtHimLaTruv5FJS1dgSjAqGlRcMw9AX459JY9JCbkX9ezGh2g==
|
||||
"@textcomplete/core@0.1.13":
|
||||
version "0.1.13"
|
||||
resolved "https://registry.yarnpkg.com/@textcomplete/core/-/core-0.1.13.tgz#75935c180a26e923cc5f895570063f9cadfb7dde"
|
||||
integrity sha512-C4S+ihQU5HsKQ/TbsmS0e7hfPZtLZbEXj5NDUgRnhu/1Nezpu892bjNZGeErZm+R8iyDIT6wDu6EgIhng4M8eQ==
|
||||
dependencies:
|
||||
eventemitter3 "^4.0.4"
|
||||
eventemitter3 "^5.0.1"
|
||||
|
||||
"@textcomplete/textarea@0.1.13":
|
||||
version "0.1.13"
|
||||
|
@ -4252,11 +4252,6 @@ etag@~1.8.1:
|
|||
resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
|
||||
integrity sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==
|
||||
|
||||
eventemitter3@^4.0.4:
|
||||
version "4.0.7"
|
||||
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f"
|
||||
integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==
|
||||
|
||||
eventemitter3@^5.0.1:
|
||||
version "5.0.1"
|
||||
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-5.0.1.tgz#53f5ffd0a492ac800721bb42c66b841de96423c4"
|
||||
|
|
Loading…
Reference in a new issue