|
45 | 45 | // when there is a new beta version which is being maintained in the repo. |
46 | 46 | // Remove "^12.4.1" when the storage-blob releases a stable version. |
47 | 47 | // Add a new entry in case a new version is being tested through the perf tests (Example: "12.2.0"). |
48 | | - "@azure/storage-blob": [ |
49 | | - "^12.4.1" |
50 | | - ], |
51 | | - "@azure/ms-rest-js": [ |
52 | | - "^2.0.0" |
53 | | - ], |
| 48 | + "@azure/storage-blob": ["^12.4.1"], |
| 49 | + "@azure/ms-rest-js": ["^2.0.0"], |
54 | 50 | /** |
55 | 51 | * For example, allow some projects to use an older TypeScript compiler |
56 | 52 | * (in addition to whatever "usual" version is being used by other projects in the repo): |
|
59 | 55 | // "~2.4.0" |
60 | 56 | // ] |
61 | 57 | // Following is required to allow for backward compatibility with Event Processor Host Track 1 |
62 | | - "@azure/event-hubs": [ |
63 | | - "^2.1.4" |
64 | | - ], |
65 | | - "@opentelemetry/api": [ |
66 | | - "^0.18.1" |
67 | | - ], |
| 58 | + "@azure/event-hubs": ["^2.1.4"], |
| 59 | + "@opentelemetry/api": ["^0.18.1"], |
68 | 60 | // Monitor: Allow node 10 types until Timeout / Timer conflict is resolved in OpenTelemetry repo |
69 | 61 | // TODO: remove when released https://github.com/open-telemetry/opentelemetry-js/pull/1352 |
70 | 62 | // eslint v7.15 needs node v10.12 |
71 | | - "@types/node": [ |
72 | | - "^10.0.0", |
73 | | - "^10.12.0" |
74 | | - ], |
| 63 | + "@types/node": ["^10.0.0", "^10.12.0"], |
75 | 64 | // @azure/test-utils-perfstress should depend on lowest version of @azure/core-http for maximum compatibility, allowing test |
76 | 65 | // projects to choose a higher version if desired. |
77 | | - "@azure/core-http": [ |
78 | | - "^1.0.0" |
79 | | - ], |
80 | | - // @azure/container-registry is using the beta.1 version for CAE support |
81 | | - "@azure/core-rest-pipeline": [ |
82 | | - "1.1.0-beta.2" |
83 | | - ], |
| 66 | + "@azure/core-http": ["^1.0.0"], |
| 67 | + // @azure/container-registry is using the beta version for CAE support |
| 68 | + "@azure/core-rest-pipeline": ["1.1.0-beta.3"], |
84 | 69 | // @azure/event-processor-host is on a much lower major version |
85 | | - "@azure/ms-rest-nodeauth": [ |
86 | | - "^0.9.2" |
87 | | - ], |
| 70 | + "@azure/ms-rest-nodeauth": ["^0.9.2"], |
88 | 71 | // Idenity is moving from v1 to v2. Moving all packages to v2 is going to take a bit of time, in the mean time we could use v2 on the perf-identity tests. |
89 | | - "@azure/identity": [ |
90 | | - "2.0.0-beta.3", |
91 | | - "^1.1.0" |
92 | | - ], |
| 72 | + "@azure/identity": ["2.0.0-beta.3", "^1.1.0"], |
93 | 73 | // App Config uses keyvault-secrets in a sample, switch to latest once the preview becomes GA |
94 | | - "@azure/keyvault-secrets": [ |
95 | | - "^4.1.0", |
96 | | - "^4.2.0-beta.4" |
97 | | - ], |
| 74 | + "@azure/keyvault-secrets": ["^4.1.0", "^4.2.0-beta.4"], |
98 | 75 | // Issue #14771 tracks updating to these versions |
99 | | - "@microsoft/api-extractor": [ |
100 | | - "7.13.2" |
101 | | - ], |
102 | | - "prettier": [ |
103 | | - "2.2.1" |
104 | | - ] |
| 76 | + "@microsoft/api-extractor": ["7.13.2"], |
| 77 | + "prettier": ["2.2.1"] |
105 | 78 | } |
106 | 79 | } |
0 commit comments