fix(deps): add missing dependencies

This commit is contained in:
Aleksandr Bukhalo 2020-08-14 14:13:00 +03:00
parent c04794d9ce
commit 668aa908a5
3 changed files with 11 additions and 0 deletions

View File

@ -4,6 +4,7 @@ export * as BaseScene from 'telegraf/scenes/base';
export * as session from 'telegraf/session'; export * as session from 'telegraf/session';
export * as Stage from 'telegraf/stage'; export * as Stage from 'telegraf/stage';
export * as WizardScene from 'telegraf/scenes/wizard'; export * as WizardScene from 'telegraf/scenes/wizard';
export * as Extra from 'telegraf/extra';
export * from './decorators'; export * from './decorators';
export * from './interfaces'; export * from './interfaces';

9
package-lock.json generated
View File

@ -2397,6 +2397,15 @@
"glob": "^7.1.3" "glob": "^7.1.3"
} }
}, },
"rxjs": {
"version": "6.6.2",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.2.tgz",
"integrity": "sha512-BHdBMVoWC2sL26w//BCu3YzKT4s2jip/WhwsGEDmeKYBhKDZeYezVUnHatYB7L85v5xs0BAQmg6BEYJEKxBabg==",
"dev": true,
"requires": {
"tslib": "^1.9.0"
}
},
"sandwich-stream": { "sandwich-stream": {
"version": "2.0.2", "version": "2.0.2",
"resolved": "https://registry.npmjs.org/sandwich-stream/-/sandwich-stream-2.0.2.tgz", "resolved": "https://registry.npmjs.org/sandwich-stream/-/sandwich-stream-2.0.2.tgz",

View File

@ -47,6 +47,7 @@
"lint-staged": "10.2.11", "lint-staged": "10.2.11",
"prettier": "2.0.5", "prettier": "2.0.5",
"reflect-metadata": "0.1.13", "reflect-metadata": "0.1.13",
"rxjs": "6.6.2",
"typescript": "3.9.7" "typescript": "3.9.7"
}, },
"peerDependencies": { "peerDependencies": {