-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
49 lines (47 loc) · 1.37 KB
/
pnpm-workspace.yaml
File metadata and controls
49 lines (47 loc) · 1.37 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
packages:
- .
- docs
- integration
- src/aria
- src/cdk
- src/cdk-experimental
- src/components-examples
- src/dev-app
- src/e2e-app
- src/google-maps
- src/material
- src/material-date-fns-adapter
- src/material-experimental
- src/material-luxon-adapter
- src/material-moment-adapter
- src/universal-app
- src/youtube-player
catalog:
'@angular-devkit/build-angular': 22.0.0-next.5
'@angular-devkit/core': 22.0.0-next.5
'@angular-devkit/schematics': 22.0.0-next.5
'@angular/build': 22.0.0-next.5
'@angular/cli': 22.0.0-next.5
'@angular/common': 22.0.0-next.7
'@angular/compiler-cli': 22.0.0-next.7
'@angular/compiler': 22.0.0-next.7
'@angular/core': 22.0.0-next.7
'@angular/ssr': 22.0.0-next.5
'@angular/forms': 22.0.0-next.7
'@angular/localize': 22.0.0-next.7
'@angular/platform-browser': 22.0.0-next.7
'@angular/platform-browser-dynamic': 22.0.0-next.7
'@angular/platform-server': 22.0.0-next.7
'@angular/router': 22.0.0-next.7
'@schematics/angular': 22.0.0-next.5
'rxjs': ^6.6.7
# The minimum age of a release to be considered for dependency installation.
# The value is in minutes (1440 minutes = 1 day).
minimumReleaseAge: 1440
# List of packages to exclude from the minimum release age check.
minimumReleaseAgeExclude:
- '@angular-devkit/*'
- '@angular/*'
- '@ngtools/webpack'
- '@schematics/*'
- 'ng-packagr'