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