Skip to content

Commit

Permalink
Pin dependency @Azure/event-hubs to 2.1.1 (#6243)
Browse files Browse the repository at this point in the history
- 2.1.2 causes a type-related build break in event-processor-host
  • Loading branch information
mikeharder committed Nov 19, 2019
1 parent 2e083dc commit 905adfc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/config/rush/common-versions.json
Expand Up @@ -45,6 +45,6 @@
// TODO: Remove this once Service Bus is updated to use current depenedencies as part of Track 2
"rhea-promise": ["^0.1.15"],
// Following is required to allow for backward compatibility with Event Processor Host Track 1
"@azure/event-hubs": ["^2.1.1"]
"@azure/event-hubs": ["2.1.1"]
}
}
2 changes: 1 addition & 1 deletion sdk/eventhub/event-processor-host/package.json
Expand Up @@ -59,7 +59,7 @@
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
},
"dependencies": {
"@azure/event-hubs": "^2.1.1",
"@azure/event-hubs": "2.1.1",
"@azure/ms-rest-nodeauth": "^0.9.2",
"async-lock": "^1.1.3",
"azure-storage": "^2.10.2",
Expand Down
2 changes: 1 addition & 1 deletion sdk/eventhub/testhub/package.json
Expand Up @@ -33,7 +33,7 @@
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
},
"dependencies": {
"@azure/event-hubs": "^2.1.1",
"@azure/event-hubs": "2.1.1",
"@azure/event-processor-host": "^2.0.0",
"@types/node": "^8.0.0",
"@types/uuid": "^3.4.3",
Expand Down

0 comments on commit 905adfc

Please sign in to comment.