Skip to content

Commit

Permalink
[EngSys] unpin chai version @4.3.0
Browse files Browse the repository at this point in the history
This resolves issue Azure#28185.  I had to add "chai" dev dependency back to two
packages because "chai-as-promised" needs it as peer dependency
  • Loading branch information
jeremymeng committed Dec 4, 2024
1 parent d170eb5 commit 81eae9c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 26 deletions.
1 change: 0 additions & 1 deletion common/config/rush/common-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
* instead of the latest version.
*/
// "some-library": "1.2.3"
"chai": "4.3.10"
},
/**
* When set to true, for all projects in the repo, all dependencies will be automatically added as preferredVersions,
Expand Down
36 changes: 11 additions & 25 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions sdk/eventhub/eventhubs-checkpointstore-blob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
"@vitest/browser": "^2.0.5",
"@vitest/coverage-istanbul": "^2.0.5",
"buffer": "^6.0.3",
"chai": "^5.1.1",
"chai-as-promised": "^8.0.0",
"debug": "^4.3.6",
"dotenv": "^16.4.5",
Expand Down
1 change: 1 addition & 0 deletions sdk/eventhub/eventhubs-checkpointstore-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"@vitest/browser": "^2.0.5",
"@vitest/coverage-istanbul": "^2.0.5",
"buffer": "^6.0.3",
"chai": "^5.1.1",
"chai-as-promised": "^8.0.0",
"debug": "^4.1.1",
"dotenv": "^16.0.0",
Expand Down

0 comments on commit 81eae9c

Please sign in to comment.