Skip to content

Commit 201fa4b

Browse files
committed
Enable strictPeerDependencies
1 parent 0dae28f commit 201fa4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rush.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
* The default value is false to avoid legacy compatibility issues.
4747
* It is strongly recommended to set strictPeerDependencies=true.
4848
*/
49-
// "strictPeerDependencies": true,
49+
"strictPeerDependencies": true,
5050

5151

5252
/**
@@ -99,7 +99,7 @@
9999
* version. In those cases, you will need to add an entry to the "allowedAlternativeVersions"
100100
* section of the common-versions.json.
101101
*/
102-
"ensureConsistentVersions": true,
102+
"ensureConsistentVersions": true,
103103

104104
/**
105105
* Large monorepos can become intimidating for newcomers if project folder paths don't follow

0 commit comments

Comments
 (0)