File tree Expand file tree Collapse file tree 12 files changed +29
-29
lines changed
generators/generator-botbuilder/generators/app/templates Expand file tree Collapse file tree 12 files changed +29
-29
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import { INodeSocket } from 'botframework-streaming';
14
14
15
15
// Import required bot services.
16
16
// See https://aka.ms/bot-services to learn more about the different parts of a bot.
17
- import {
17
+ import {
18
18
CloudAdapter ,
19
19
ConfigurationServiceClientCredentialFactory ,
20
20
ConversationState ,
Original file line number Diff line number Diff line change 17
17
} ,
18
18
"dependencies" : {
19
19
"@microsoft/recognizers-text-data-types-timex-expression" : "1.1.4" ,
20
- "botbuilder" : "~4.15 .0" ,
21
- "botbuilder-ai" : "~4.15 .0" ,
22
- "botbuilder-dialogs" : "~4.15 .0" ,
23
- "botbuilder-testing" : "~4.15 .0" ,
20
+ "botbuilder" : "~4.20 .0" ,
21
+ "botbuilder-ai" : "~4.20 .0" ,
22
+ "botbuilder-dialogs" : "~4.20 .0" ,
23
+ "botbuilder-testing" : "~4.20 .0" ,
24
24
"dotenv" : "^8.2.0" ,
25
- "restify" : "^8.5.1 "
25
+ "restify" : "^11.1.0 "
26
26
} ,
27
27
"devDependencies" : {
28
28
"eslint" : "^7.0.0" ,
Original file line number Diff line number Diff line change 38
38
} ,
39
39
"dependencies" : {
40
40
"@microsoft/recognizers-text-data-types-timex-expression" : "1.1.4" ,
41
- "botbuilder" : "~4.15 .0" ,
42
- "botbuilder-ai" : "~4.15 .0" ,
43
- "botbuilder-dialogs" : "~4.15 .0" ,
44
- "botbuilder-testing" : "~4.15 .0" ,
41
+ "botbuilder" : "~4.20 .0" ,
42
+ "botbuilder-ai" : "~4.20 .0" ,
43
+ "botbuilder-dialogs" : "~4.20 .0" ,
44
+ "botbuilder-testing" : "~4.20 .0" ,
45
45
"dotenv" : "^8.2.0" ,
46
46
"replace" : "~1.2.0" ,
47
- "restify" : "~8.5.1 "
47
+ "restify" : "~11.1.0 "
48
48
} ,
49
49
"devDependencies" : {
50
50
"@types/mocha" : "^7.0.2" ,
Original file line number Diff line number Diff line change 17
17
} ,
18
18
"dependencies" : {
19
19
"@microsoft/recognizers-text-data-types-timex-expression" : "1.1.4" ,
20
- "botbuilder" : "~4.15 .0" ,
21
- "botbuilder-ai" : "~4.15 .0" ,
22
- "botbuilder-dialogs" : "~4.15 .0" ,
20
+ "botbuilder" : "~4.20 .0" ,
21
+ "botbuilder-ai" : "~4.20 .0" ,
22
+ "botbuilder-dialogs" : "~4.20 .0" ,
23
23
"dotenv" : "~8.2.0" ,
24
- "restify" : "~10.0 .0"
24
+ "restify" : "~11.1 .0"
25
25
} ,
26
26
"devDependencies" : {
27
27
"eslint" : "^7.0.0" ,
Original file line number Diff line number Diff line change 19
19
} ,
20
20
"dependencies" : {
21
21
"@microsoft/recognizers-text-data-types-timex-expression" : "1.1.4" ,
22
- "botbuilder" : "~4.15 .0" ,
23
- "botbuilder-ai" : "~4.15 .0" ,
24
- "botbuilder-dialogs" : "~4.15 .0" ,
22
+ "botbuilder" : "~4.20 .0" ,
23
+ "botbuilder-ai" : "~4.20 .0" ,
24
+ "botbuilder-dialogs" : "~4.20 .0" ,
25
25
"dotenv" : "~8.2.0" ,
26
26
"replace" : "~1.2.0" ,
27
- "restify" : "~8.5.1 "
27
+ "restify" : "~11.1.0 "
28
28
} ,
29
29
"devDependencies" : {
30
30
"@types/mocha" : "^7.0.2" ,
Original file line number Diff line number Diff line change 2
2
"compilerOptions" : {
3
3
"composite" : true ,
4
4
"declaration" : true ,
5
- "target" : " es2016 " ,
5
+ "target" : " es2017 " ,
6
6
"module" : " commonjs" ,
7
7
"outDir" : " ./lib" ,
8
8
"rootDir" : " ./src" ,
Original file line number Diff line number Diff line change 16
16
"url" : "https://github.com"
17
17
} ,
18
18
"dependencies" : {
19
- "botbuilder" : "~4.15 .0" ,
19
+ "botbuilder" : "~4.20 .0" ,
20
20
"dotenv" : "~8.2.0" ,
21
21
"restify" : "~11.1.0"
22
22
} ,
Original file line number Diff line number Diff line change 18
18
"url" : "https://github.com"
19
19
} ,
20
20
"dependencies" : {
21
- "botbuilder" : "~4.15 .0" ,
21
+ "botbuilder" : "~4.20 .0" ,
22
22
"dotenv" : "~8.2.0" ,
23
23
"replace" : "~1.2.0" ,
24
- "restify" : "~8.5.1 "
24
+ "restify" : "~11.1.0 "
25
25
} ,
26
26
"devDependencies" : {
27
27
"@types/restify" : "8.4.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
3
"declaration" : true ,
4
- "target" : " es2016 " ,
4
+ "target" : " es2017 " ,
5
5
"module" : " commonjs" ,
6
6
"outDir" : " ./lib" ,
7
7
"rootDir" : " ./src" ,
Original file line number Diff line number Diff line change 16
16
"url" : "https://github.com"
17
17
} ,
18
18
"dependencies" : {
19
- "botbuilder" : "~4.15 .0" ,
20
- "restify" : "~10.0 .0"
19
+ "botbuilder" : "~4.20 .0" ,
20
+ "restify" : "~11.1 .0"
21
21
} ,
22
22
"devDependencies" : {
23
23
"eslint" : "^7.0.0" ,
You can’t perform that action at this time.
0 commit comments