Skip to content

Commit

Permalink
Update Node, TypeScript, and Yeoman generator to sue 4.1.5 of the SDK (
Browse files Browse the repository at this point in the history
…microsoft#858)

* Fix Readme Typos

* update to 4.1 of the sdk

* put See aka.ms link on separate line

increase code readability by putting See aka.ms links on their own line

* put See aka.ms link on separate line

increase code readability by putting See aka.ms links on their own line

* Update node and typescript samples to v4.1.5 of the SDK

- remove package-lock.json
- add package-lock.json to gitignore
- update package.json to use 4.1.5 of the SDK
- update any other module dependencies to their current version

* Update Yeoman templates to use v4.1.5 SDK

* Bump patch version number
  • Loading branch information
sgellock authored Nov 6, 2018
1 parent f2e7a02 commit 8878a1e
Show file tree
Hide file tree
Showing 76 changed files with 312 additions and 169,286 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ paket-files/

# Node
/**/node_modules
/**/package-lock.json

# Visual Studio Code
.vscode/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This samples shows how to:
```

## Testing the bot using Bot Framework Emulator
[Microsoft Bot Framework Emulator][4] is a desktop application that allows bot developers to test and debug their bots on running locally or or running remotely in Microsoft Azure.
[Microsoft Bot Framework Emulator][4] is a desktop application that allows bot developers to test and debug their bots running locally or running remotely in Microsoft Azure.

- Install the Bot Framework Emulator from [here][5]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ In order to run this sample, you must have TypeScript installed. To install Typ
- Follow the installation instructions for your development environment.

## Testing the bot using Bot Framework Emulator
[Microsoft Bot Framework Emulator][4] is a desktop application that allows bot developers to test and debug their bots on running locally or or running remotely in Microsoft Azure.
[Microsoft Bot Framework Emulator][4] is a desktop application that allows bot developers to test and debug their bots running locally or running remotely in Microsoft Azure.

- Install the Bot Framework Emulator from [here][5]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,23 @@
"watch": "nodemon ./index.js"
},
"dependencies": {
"botbuilder": "^4.0.6",
"botbuilder-ai": "^4.0.6",
"botbuilder-core": "^4.0.6",
"botbuilder-dialogs": "^4.0.6",
"botframework-config": "^4.0.6",
"botframework-connector": "^4.0.6",
"botframework-schema": "^4.0.6",
"dotenv": "^6.0.0",
"restify": "^6.3.4"
"botbuilder": "^4.1.5",
"botbuilder-ai": "^4.1.5",
"botbuilder-core": "^4.1.5",
"botbuilder-dialogs": "^4.1.5",
"botframework-config": "^4.1.5",
"botframework-connector": "^4.1.5",
"botframework-schema": "^4.1.5",
"dotenv": "^6.1.0",
"restify": "^7.2.2"
},
"devDependencies": {
"eslint": "^5.6.0",
"eslint": "^5.8.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"nodemon": "^1.18.4",
"@types/node": "10.10.2",
"@types/restify": "7.2.4"
"nodemon": "^1.18.6"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@
"watch": "tsc && node ./lib/index.js"
},
"dependencies": {
"botbuilder": "^4.0.6",
"botbuilder-ai": "^4.0.6",
"botbuilder-core": "^4.0.6",
"botbuilder-dialogs": "^4.0.6",
"botframework-config": "^4.0.6",
"botframework-connector": "^4.0.6",
"botframework-schema": "^4.0.6",
"dotenv": "^6.0.0",
"restify": "^6.3.4"
"botbuilder": "^4.1.5",
"botbuilder-ai": "^4.1.5",
"botbuilder-core": "^4.1.5",
"botbuilder-dialogs": "^4.1.5",
"botframework-config": "^4.1.5",
"botframework-connector": "^4.1.5",
"botframework-schema": "^4.1.5",
"dotenv": "^6.1.0",
"restify": "^7.2.2"
},
"devDependencies": {
"eslint": "^5.6.0",
"eslint": "^5.8.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"nodemon": "^1.18.4",
"@types/node": "10.10.2",
"@types/restify": "7.2.4"
"nodemon": "^1.18.6",
"@types/node": "10.12.2",
"@types/restify": "7.2.6"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,18 @@
"watch": "nodemon ./index.js"
},
"dependencies": {
"botbuilder": "^4.0.6",
"botframework-config": "^4.0.6",
"dotenv": "^6.0.0",
"restify": "^6.3.4"
"botbuilder": "^4.1.5",
"botframework-config": "^4.1.5",
"dotenv": "^6.1.0",
"restify": "^7.2.2"
},
"devDependencies": {
"eslint": "^5.6.0",
"eslint": "^5.8.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"nodemon": "^1.18.4",
"@types/node": "10.10.2",
"@types/restify": "7.2.4"
"nodemon": "^1.18.6"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
"watch": "concurrently --kill-others \"tsc -w\" \"nodemon ./lib/index.js\""
},
"dependencies": {
"botbuilder": "^4.0.6",
"botframework-config": "^4.0.6",
"dotenv": "^6.0.0",
"restify": "^6.3.4"
"botbuilder": "^4.1.5",
"botframework-config": "^4.1.5",
"dotenv": "^6.1.0",
"restify": "^7.2.2"
},
"devDependencies": {
"concurrently": "^4.0.1",
"eslint": "^5.6.0",
"eslint": "^5.8.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"nodemon": "^1.18.4",
"@types/node": "10.10.2",
"@types/restify": "7.2.4"
"nodemon": "^1.18.6",
"@types/node": "10.12.2",
"@types/restify": "7.2.6"
}
}
4 changes: 2 additions & 2 deletions generators/generator-botbuilder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-botbuilder",
"version": "4.0.10",
"version": "4.0.12",
"description": "A yeoman generator for creating bots using Microsoft Bot Framework",
"homepage": "https://github.com/Microsoft/BotBuilder",
"author": {
Expand All @@ -21,7 +21,7 @@
"yeoman-generator"
],
"dependencies": {
"botbuilder": "^4.0.6",
"botbuilder": "^4.1.5",
"lodash": "^4.17.11",
"yeoman-generator": "^3.1.1"
}
Expand Down
Loading

0 comments on commit 8878a1e

Please sign in to comment.