Skip to content

Commit

Permalink
updated NYC dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrichardson committed Mar 3, 2020
1 parent c28faba commit 72d8f92
Show file tree
Hide file tree
Showing 18 changed files with 29 additions and 20 deletions.
2 changes: 1 addition & 1 deletion libraries/adaptive-expressions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/jspath": "^0.4.0",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.18",
"nyc": "^11.4.1",
"nyc": "^15.0.0",
"ts-node": "^4.1.0",
"typescript": "3.5.3"
},
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"fs-extra": "^7.0.1",
"mocha": "^5.2.0",
"nock": "^10.0.3",
"nyc": "^11.4.1",
"nyc": "^15.0.0",
"source-map-support": "^0.5.3",
"ts-node": "^4.1.0",
"typescript": "3.5.3"
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 @@ -31,7 +31,7 @@
"chatdown": "^1.0.2",
"codelyzer": "^4.1.0",
"mocha": "^5.2.0",
"nyc": "^11.4.1",
"nyc": "^15.0.0",
"source-map-support": "^0.5.3",
"ts-node": "^4.1.0",
"typescript": "3.5.3"
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 @@ -36,7 +36,7 @@
"codelyzer": "^4.1.0",
"mocha": "^5.2.0",
"nock": "^10.0.3",
"nyc": "^11.4.1",
"nyc": "^15.0.0",
"source-map-support": "^0.5.3",
"ts-node": "^4.1.0",
"typescript": "3.5.3"
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 @@ -27,7 +27,7 @@
"@types/mocha": "^2.2.47",
"@types/node": "^12.6.9",
"mocha": "^5.2.0",
"nyc": "^11.4.1",
"nyc": "^15.0.0",
"source-map-support": "^0.5.3",
"ts-node": "^4.1.0",
"typescript": "3.5.3",
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 @@ -32,7 +32,7 @@
"@types/mocha": "^2.2.47",
"codelyzer": "^4.1.0",
"mocha": "^5.2.0",
"nyc": "^11.4.1",
"nyc": "^15.0.0",
"source-map-support": "^0.5.3",
"ts-node": "^4.1.0",
"typescript": "3.5.3"
Expand Down
4 changes: 2 additions & 2 deletions libraries/botbuilder-lg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.18",
"mocha": "^5.2.0",
"nyc": "^11.4.1",
"nyc": "^15.0.0",
"ts-node": "^4.1.0",
"typescript": "3.5.3"
},
Expand All @@ -45,4 +45,4 @@
"/lib",
"/src"
]
}
}
2 changes: 1 addition & 1 deletion libraries/botbuilder-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"codelyzer": "^4.1.0",
"mocha": "^5.2.0",
"nock": "^10.0.3",
"nyc": "^11.4.1",
"nyc": "^15.0.0",
"source-map-support": "^0.5.3",
"ts-node": "^4.1.0",
"typescript": "3.5.3",
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 @@
"chatdown": "^1.0.2",
"mocha": "^5.2.0",
"nock": "^10.0.3",
"nyc": "^11.4.1",
"nyc": "^15.0.0",
"source-map-support": "^0.5.3",
"ts-node": "^4.1.0",
"typescript": "3.5.3",
Expand Down
1 change: 1 addition & 0 deletions libraries/botframework-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"devDependencies": {
"@types/uuid": "^3.4.3",
"mocha": "^5.2.0",
"nyc": "^15.0.0",
"typescript": "3.5.3"
},
"dependencies": {
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 @@ -36,7 +36,7 @@
"dotenv": "^5.0.1",
"mocha": "^5.2.0",
"nock": "^10.0.3",
"nyc": "^11.4.1",
"nyc": "^15.0.0",
"should": "^13.2.3",
"source-map-support": "^0.5.3",
"ts-node": "^4.1.0",
Expand Down
3 changes: 2 additions & 1 deletion libraries/botframework-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@
"homepage": "http://github.com/Microsoft/botbuilder-js",
"bugs": {
"url": "http://github.com/Microsoft/botbuilder-js/issues"
},
},
"repository": {
"type": "git",
"url": "git@github.com:Microsoft/botbuilder-js.git"
},
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"devDependencies": {
"nyc": "^15.0.0",
"typescript": "3.5.3"
},
"scripts": {
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 @@ -36,7 +36,7 @@
"eslint": "^5.16.0",
"eslint-plugin-only-warn": "^1.0.1",
"mocha": "^6.2.0",
"nyc": "^14.1.1",
"nyc": "^15.0.0",
"sinon": "^7.4.1",
"ts-node": "^4.1.0",
"typescript": "3.5.3"
Expand Down
9 changes: 5 additions & 4 deletions libraries/functional-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
"directories": {
"test": "tests"
},
"scripts": {

},
"scripts": {},
"keywords": [],
"author": "",
"license": "MIT"
"license": "MIT",
"devDependencies": {
"nyc": "^15.0.0"
}
}
4 changes: 2 additions & 2 deletions libraries/testbot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
"author": "",
"license": "MIT",
"dependencies": {
"@microsoft/recognizers-text-data-types-timex-expression": "^1.1.4",
"botbuilder": "4.1.6",
"botbuilder-ai": "4.1.6",
"botbuilder-dialogs": "4.1.6",
"botbuilder-testing": "4.1.6",
"@microsoft/recognizers-text-data-types-timex-expression": "^1.1.4",
"dotenv": "^6.1.0",
"restify": "^8.3.0"
},
"devDependencies": {
"@types/mocha": "^2.2.47",
"assert": "^1.4.1",
"mocha": "^5.2.0",
"nyc": "^11.4.1"
"nyc": "^15.0.0"
}
}
3 changes: 3 additions & 0 deletions libraries/testskills/skillchild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"dependencies": {
"botbuilder": "4.1.6",
"restify": "^8.5.1"
},
"devDependencies": {
"nyc": "^15.0.0"
}
}
3 changes: 3 additions & 0 deletions libraries/testskills/skillparent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
"botbuilder": "4.1.6",
"botframework-connector": "4.1.6",
"restify": "^8.5.1"
},
"devDependencies": {
"nyc": "^15.0.0"
}
}
2 changes: 1 addition & 1 deletion transcripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
},
"devDependencies": {
"mocha": "^5.2.0",
"nyc": "^13.2.0"
"nyc": "^15.0.0"
}
}

0 comments on commit 72d8f92

Please sign in to comment.