File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
common/config/subspaces/default
libraries/rush-lib/assets/rush-init/common/config/rush Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 48
48
* will recalculate all version selections.
49
49
*/
50
50
// "implicitlyPreferredVersions": false,
51
+
51
52
/**
52
53
* If you would like the version specifiers for your dependencies to be consistent, then
53
54
* uncomment this line. This is effectively similar to running "rush check" before any
Original file line number Diff line number Diff line change 71
71
* (in addition to whatever "usual" version is being used by other projects in the repo):
72
72
*/
73
73
/*[LINE "HYPOTHETICAL"]*/ "typescript": [
74
- /*[LINE "HYPOTHETICAL"]*/ "~2.4.0"
75
- /*[LINE "HYPOTHETICAL"]*/
76
- ]
74
+ /*[LINE "HYPOTHETICAL"]*/ "~2.4.0"
75
+ /*[LINE "HYPOTHETICAL"]*/ ]
77
76
}
78
77
}
You can’t perform that action at this time.
0 commit comments