forked from Azure/azure-sdk-for-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
51 lines (48 loc) · 1.23 KB
/
pnpm-workspace.yaml
File metadata and controls
51 lines (48 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
linkWorkspacePackages: true
packages:
- 'sdk/**'
- common/tools/dev-tool
- common/tools/eslint-plugin-azure-sdk
- common/tools/vite-plugin-browser-test-map
- '!sdk/**/src/**'
- '!sdk/**/dist/**'
- '!sdk/**/dist-test/**'
- '!sdk/**/samples/**'
- '!sdk/**/samples-*/**'
- '!sdk/**/sample-*/**'
- '!sdk/batch/batch'
- '!sdk/cosmosdb/cosmos/MultiRegionWriteSample'
- '!sdk/identity/identity/integration/**'
- '!sdk/identity/identity/test/manual*/**'
- '!sdk/servicebus/service-bus/test/stress/**'
- '!sdk/eventhub/event-hubs/test/stress/**'
# Main catalog
catalog:
'@types/node': ^20.19.0
autorest: latest
eslint: ^9.33.0
tslib: ^2.8.1
tsx: ^4.20.4
typescript: ~5.8.3
# Named catalogs
catalogs:
arm:
'@azure/arm-storage': 18.5.0
'@azure/arm-cognitiveservices': 7.6.0
'@azure/arm-webpubsub': 1.2.0
testing:
'@rollup/plugin-inject': ^5.0.5
'@types/chai': ^5.2.1
'@types/chai-as-promised': ^8.0.2
'@vitest/browser': ^3.2.3
'@vitest/coverage-istanbul': ^3.2.3
'@vitest/expect': ^3.2.3
chai: ^5.2.0
chai-as-promised: ^8.0.1
chai-exclude: ^3.0.0
dotenv: ^16.0.0
nock: ^13.5.4
playwright: ^1.50.1
vitest: ^3.2.3
internal:
'@azure/identity': 4.11.1