forked from nrwl/nx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
95 lines (95 loc) · 2.8 KB
/
pnpm-workspace.yaml
File metadata and controls
95 lines (95 loc) · 2.8 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
packages:
- 'packages/*'
- 'e2e/*'
- 'graph/*'
- 'nx-dev/*'
- 'tools/*'
- 'astro-docs'
- 'examples/*/*'
- 'examples/angular-rspack/module-federation/host'
- 'examples/angular-rspack/module-federation/remote'
- 'packages/nx/native-packages/*'
catalog:
'@zkochan/js-yaml': '0.0.7'
chalk: '^4.1.0'
enquirer: '~2.3.6'
minimatch: '10.1.1'
picomatch: '4.0.2'
picocolors: '^1.1.0'
semver: '^7.6.3'
tinyglobby: '^0.2.12'
yargs: '^17.6.2'
yargs-parser: '21.1.1'
catalogs:
angular:
'@angular-devkit/architect': '~0.2101.0'
'@angular-devkit/build-angular': '~21.1.0'
'@angular-devkit/core': '~21.1.0'
'@angular-devkit/schematics': '~21.1.0'
'@angular/build': '~21.1.0'
'@angular/cli': '~21.1.0'
'@angular/common': '~21.1.0'
'@angular/compiler': '~21.1.0'
'@angular/compiler-cli': '~21.1.0'
'@angular/core': '~21.1.0'
'@angular/localize': '~21.1.0'
'@angular/platform-browser': '~21.1.0'
'@angular/platform-server': '~21.1.0'
'@angular/router': '~21.1.0'
'@angular/ssr': '~21.1.0'
'@schematics/angular': '~21.1.0'
ng-packagr: '~21.1.0'
zone.js: '~0.16.0'
angular-supported-versions:
'@angular-devkit/build-angular': '>= 19.0.0 < 22.0.0'
'@angular-devkit/core': '>= 19.0.0 < 22.0.0'
'@angular-devkit/schematics': '>= 19.0.0 < 22.0.0'
'@angular/build': '>= 19.0.0 < 22.0.0'
'@angular/compiler-cli': '>= 19.0.0 < 22.0.0'
'@angular/localize': '>= 19.0.0 < 22.0.0'
'@angular/platform-server': '>= 19.0.0 < 22.0.0'
'@angular/ssr': '>= 19.0.0 < 22.0.0'
'@schematics/angular': '>= 19.0.0 < 22.0.0'
ng-packagr: '>= 19.0.0 < 22.0.0'
rxjs: '^6.5.3 || ^7.5.0'
zone.js: '~0.15.0 || ~0.16.0'
eslint:
'@angular-eslint/eslint-plugin': '21.1.0'
'@angular-eslint/eslint-plugin-template': '21.1.0'
'@angular-eslint/template-parser': '21.1.0'
angular-eslint: '21.1.0'
jest:
'@jest/reporters': '^30.0.2'
'@jest/test-result': '^30.0.2'
'@jest/types': '^30.0.1'
'@types/jest': '30.0.0'
babel-jest: '^30.0.2'
identity-obj-proxy: '3.0.0'
jest: '^30.0.2'
jest-config: '^30.0.2'
jest-diff: '^30.0.2'
jest-environment-jsdom: '^30.0.2'
jest-environment-node: '^30.0.2'
jest-resolve: '^30.0.2'
jest-runtime: '^30.0.2'
jest-util: '^30.0.2'
ts-jest: '^29.4.0'
react:
'@types/react': '18.3.1'
'@types/react-dom': '18.3.1'
react: '18.3.1'
react-dom: '18.3.1'
rspack:
'@rspack/cli': '1.6.8'
'@rspack/core': '1.6.8'
'@rspack/dev-server': '^1.1.4'
'@rspack/plugin-react-refresh': '^1.0.0'
ts-checker-rspack-plugin: '^1.1.1'
typescript:
'@phenomnomnominal/tsquery': '~6.1.4'
'@types/node': '^20.19.10'
ts-morph: '^24.0.0'
ts-node: '10.9.1'
tsconfig-paths: '^4.1.2'
tslib: '^2.3.0'
typescript: '~5.9.2'