-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
108 lines (99 loc) · 2.32 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
108 lines (99 loc) · 2.32 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
96
97
98
99
100
101
102
103
104
105
106
107
108
packages:
- packages/*
- examples/*
- e2e
catalog:
"@angular-devkit/architect": ^0.2201.2
"@angular-devkit/build-angular": ^22.0.5
"@angular-devkit/core": ^22.1.2
"@angular/animations": ^22.0.5
"@angular/cli": ^22.1.2
"@angular/common": ^22.1.0
"@angular/compiler": ^22.1.0
"@angular/compiler-cli": ^22.1.0
"@angular/core": ^22.1.0
"@angular/fire": ^20.0.1
"@angular/forms": ^22.1.0
"@angular/platform-browser": ^22.1.0
"@angular/platform-browser-dynamic": ^22.0.5
"@angular/platform-server": ^22.1.0
"@angular/router": ^22.1.0
"@angular/ssr": ^22.1.2
ng-packagr: ^22.1.0
"@tailwindcss/vite": ^4.3.2
"@testing-library/jest-dom": ^6.9.1
"@testing-library/react": ^16.3.2
"@types/jsdom": ^28.0.3
"@types/node": ^26.1.0
"@types/react": 19.2.17
"@types/react-dom": 19.2.3
"@vitest/coverage-v8": ^4.1.10
"@vitest/ui": ^4.1.10
"@nanostores/deepmap": ^1.0.0
"@playwright/test": 1.62.1
"@vitejs/plugin-react": ^6.0.3
eslint: ^9.39.4
firebase: ^11.10.0
jsdom: ^29.1.1
nanostores: ^1.4.0
next: 16.2.10
postcss: ^8.5.16
prettier: ^3.9.4
react: 19.2.7
react-dom: 19.2.7
react-router: ^8.1.0
rimraf: ^6.1.3
rxjs: ^7.8.2
tailwindcss: ^4.3.2
tsup: 8.5.1
typescript: ^6.0.3
vite: ^8.1.3
vitest: ^4.1.10
vitest-tsconfig-paths: ^3.4.1
zod: 4.4.3
zone.js: ^0.15.1
catalogs:
peerDependencies:
"@angular/fire": ^20
firebase: ^11 || ^12
react: ^19
react-dom: ^19
onlyBuiltDependencies:
- "@firebase/util"
- "@parcel/watcher"
- esbuild
- lmdb
- msgpackr-extract
- msw
- protobufjs
- sharp
- unrs-resolver
allowBuilds:
"@firebase/util": true
"@parcel/watcher": true
esbuild: true
lmdb: true
msgpackr-extract: true
msw: true
protobufjs: true
sharp: true
unrs-resolver: true
gitChecks: false
# Block @angular/fire optional peer firebase-tools from entering the lockfile (e2e uses npx; CI uses global install).
peerDependencyRules:
ignoreMissing:
- firebase-tools
allowedVersions:
"@angular/core": "22"
"@angular/common": "22"
"@angular/platform-browser": "22"
"@angular/platform-browser-dynamic": "22"
"@angular/forms": "22"
"@angular/router": "22"
overrides:
firebase-tools: "-"
minimumReleaseAgeExclude:
- libphonenumber-js@1.13.8
- react-resizable-panels@4.12.1
- shadcn@4.13.0
- tsx@4.23.0