forked from angular/angular
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
50 lines (48 loc) · 1.38 KB
/
pnpm-workspace.yaml
File metadata and controls
50 lines (48 loc) · 1.38 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
packages:
- .
- adev
- adev/shared-docs
- adev/shared-docs/pipeline/api-gen
- modules
- integration
- packages/animations/
- packages/common/
- packages/compiler-cli/
- packages/compiler-cli/linker/babel/test
- packages/compiler/
- packages/core/
- packages/core/test/bundling
- packages/forms/
- packages/language-service/
- packages/platform-browser/
- packages/platform-server/
- packages/platform-browser-dynamic/
- packages/router/
- packages/localize/
- packages/elements/
- packages/benchpress/
- packages/service-worker/
- packages/upgrade/
- tools/bazel/rules_angular_store/
allowedDeprecatedVersions:
angular: '*'
tslint: '*'
gulp-conventional-changelog: '5'
protractor: '7'
'@babel/plugin-proposal-async-generator-functions': '7'
overrides:
'@angular/compiler': 'workspace:*'
'@angular/compiler-cli': 'workspace:*'
'@angular/core': 'workspace:*'
'@angular/common': 'workspace:*'
'@angular/router': 'workspace:*'
'@angular/platform-browser': 'workspace:*'
'@angular/platform-browser-dynamic': 'workspace:*'
'@angular/platform-server': 'workspace:*'
'@angular/forms': 'workspace:*'
'@angular/elements': 'workspace:*'
'@angular/animations': 'workspace:*'
'@angular/benchpress': 'workspace: *'
'@angular/language-service': 'workspace: *'
'@angular/localize': 'workspace: *'
'@angular/upgrade': 'workspace: *'