Skip to content

Commit

Permalink
bump to typescript@3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengum committed Nov 21, 2019
1 parent 1b2e6d4 commit 2bceed6
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion libraries/botbuilder-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"nyc": "^11.4.1",
"source-map-support": "^0.5.3",
"ts-node": "^4.1.0",
"typescript": "3.5.2"
"typescript": "3.5.3"
},
"scripts": {
"test": "tsc && nyc mocha tests/",
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-applicationinsights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"nyc": "^11.4.1",
"source-map-support": "^0.5.3",
"ts-node": "^4.1.0",
"typescript": "3.5.2"
"typescript": "3.5.3"
},
"scripts": {
"test": "tsc && nyc mocha tests/",
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-azure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"nyc": "^11.4.1",
"source-map-support": "^0.5.3",
"ts-node": "^4.1.0",
"typescript": "3.5.2"
"typescript": "3.5.3"
},
"scripts": {
"test": "tsc && nyc mocha tests/",
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"nyc": "^11.4.1",
"source-map-support": "^0.5.3",
"ts-node": "^4.1.0",
"typescript": "3.5.2",
"typescript": "3.5.3",
"unzip": "^0.1.11"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-dialogs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"nyc": "^11.4.1",
"source-map-support": "^0.5.3",
"ts-node": "^4.1.0",
"typescript": "3.5.2"
"typescript": "3.5.3"
},
"scripts": {
"test": "tsc && nyc mocha tests/",
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"nyc": "^11.4.1",
"source-map-support": "^0.5.3",
"ts-node": "^4.1.0",
"typescript": "3.5.2",
"typescript": "3.5.3",
"unzip": "^0.1.11",
"uuid": "^3.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"nyc": "^11.4.1",
"source-map-support": "^0.5.3",
"ts-node": "^4.1.0",
"typescript": "3.5.2",
"typescript": "3.5.3",
"uuid": "^3.3.2"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion libraries/botframework-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@types/uuid": "^3.4.3",
"mocha": "^5.2.0",
"typescript": "3.5.2"
"typescript": "3.5.3"
},
"dependencies": {
"fs-extra": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion libraries/botframework-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"should": "^13.2.3",
"source-map-support": "^0.5.3",
"ts-node": "^4.1.0",
"typescript": "3.5.2"
"typescript": "3.5.3"
},
"scripts": {
"build": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion libraries/botframework-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"devDependencies": {
"typescript": "3.5.2"
"typescript": "3.5.3"
},
"scripts": {
"build": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion libraries/botframework-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"ts-node": "^4.1.0",
"tslint": "^5.16.0",
"tslint-microsoft-contrib": "^5.2.1",
"typescript": "3.5.2"
"typescript": "3.5.3"
},
"scripts": {
"test": "tsc && nyc mocha tests/",
Expand Down

0 comments on commit 2bceed6

Please sign in to comment.