diff options
author | Berlin <39058370+somerandomcloud@users.noreply.github.com> | 2022-10-12 18:19:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-12 18:19:42 +0200 |
commit | ebe62a17907b980d0c25177f647cb45135475a17 (patch) | |
tree | d5ab2e3293ba8ebe4100fb48835f19c2b2385076 /pnpm-lock.yaml | |
parent | 09b3f6d19b717dc5d3a2e824b02848edeb7f8862 (diff) | |
download | Vencord-ebe62a17907b980d0c25177f647cb45135475a17.tar.gz Vencord-ebe62a17907b980d0c25177f647cb45135475a17.tar.bz2 Vencord-ebe62a17907b980d0c25177f647cb45135475a17.zip |
FakeClyde (plugin) and sendBotMessage (API addition) (#66)
Co-authored-by: Ven <vendicated@riseup.net>
Diffstat (limited to 'pnpm-lock.yaml')
-rw-r--r-- | pnpm-lock.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a949059..915500c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,6 +11,7 @@ specifiers: esbuild: ^0.15.5 eslint: ^8.24.0 standalone-electron-types: ^1.0.0 + type-fest: ^3.1.0 typescript: ^4.8.4 yazl: ^2.5.1 @@ -27,6 +28,7 @@ devDependencies: esbuild: 0.15.5 eslint: 8.24.0 standalone-electron-types: 1.0.0 + type-fest: 3.1.0 typescript: 4.8.4 yazl: 2.5.1 @@ -1190,6 +1192,11 @@ packages: engines: {node: '>=10'} dev: true + /type-fest/3.1.0: + resolution: {integrity: sha512-StmrZmK3eD9mDF9Vt7UhqthrDSk66O9iYl5t5a0TSoVkHjl0XZx/xuc/BRz4urAXXGHOY5OLsE0RdJFIApSFmw==} + engines: {node: '>=14.16'} + dev: true + /typescript/4.8.4: resolution: {integrity: sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==} engines: {node: '>=4.2.0'} |