-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
125 lines (121 loc) · 3.16 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
125 lines (121 loc) · 3.16 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
packages:
- packages/bueno
- packages/auth
- packages/mock-converse-api
- packages/headless
- packages/thermidor
- packages/quantic
- packages/headless-react
- packages/atomic-hosted-page
- packages/atomic-react
- packages/atomic-angular
- packages/documentation
- packages/atomic-angular/projects/*
- packages/atomic
- packages/atomic-a11y
- packages/platform-mock-api
- packages/atomic-cdn-smoke
- packages/atomic-legacy
- packages/shopify
- packages/create-atomic-template
- packages/create-atomic
- packages/create-ui
- packages/create-atomic-component
- packages/create-atomic-component/template/src/components/sample-component
- packages/create-atomic-component-project
- packages/create-atomic-component-project/template
- packages/create-atomic-rollup-plugin
- packages/create-atomic-result-component
- packages/create-atomic-result-component/template/src/components/sample-result-component
- samples/atomic/*
- samples/headless/*
- samples/thermidor/*
- samples/headless-ssr/*
- packages/pkg-new-template
- utils/cdn
- utils/ci
catalog:
'@ag-ui/client': 0.0.57
'@msw/playwright': 0.6.7
msw: 2.14.6
'@angular-devkit/build-angular': 21.2.17
'@angular/animations': 21.2.17
'@angular/build': 21.2.17
'@angular/cli': 21.2.17
'@angular/common': 21.2.17
'@angular/compiler': 21.2.17
'@angular/compiler-cli': 21.2.17
'@angular/core': 21.2.17
'@angular/forms': 21.2.17
'@angular/platform-browser': 21.2.17
'@angular/platform-browser-dynamic': 21.2.17
'@angular/platform-server': 21.2.17
'@angular/router': 21.2.17
'@coveo/relay': 2.1.1
'@coveo/relay-event-types': 19.22.0
'@playwright/mcp': 0.0.77
'@playwright/test': 1.60.0
'@react-router/dev': 7.14.2
'@react-router/fs-routes': 7.14.2
'@react-router/node': 7.14.2
'@react-router/serve': 7.14.2
'@reduxjs/toolkit': 2.12.0
'react-router': 7.14.2
'@rollup/plugin-replace': 6.0.3
'@rollup/plugin-url': 8.0.2
'@stencil/core': 4.20.0
'@testing-library/react': 16.3.2
'@types/jest': 30.0.0
'@types/node': 24.12.4
'@types/react': 19.2.17
'@types/react-dom': 19.2.3
'@vitejs/plugin-react': 6.0.3
'@vitest/browser-playwright': 4.1.9
coveo.analytics: 2.30.56
dayjs: 1.11.21
esbuild: 0.28.1
exponential-backoff: 3.1.3
jest: 30.3.0
jest-cli: 30.3.0
lit: 3.3.3
local-web-server: 5.4.0
next: 16.2.9
prettier: 3.9.4
puppeteer: 24.43.1
playwright: 1.60.0
react: 19.2.7
react-dom: 19.2.7
rollup-plugin-string: 3.0.0
rollup-plugin-node-polyfills: 0.2.1
typedoc: 0.28.19
typescript: 6.0.3
vite: 8.1.2
vitest: 4.1.9
yaml: 2.9.0
minimumReleaseAge: 10080
minimumReleaseAgeExclude:
- '@coveo/*'
- coveo.analytics
- '@vitest/*'
- vitest
- oxlint
- '@oxlint/*'
- oxfmt
- '@oxfmt/*'
- '@wc-toolkit/storybook-helpers'
- '@storybook/*'
- storybook
- '@angular-devkit/*'
- '@angular/*'
- '@ngtools/*'
- '@schematics/*'
- ng-packagr
- '@next/*'
- next
- react
- react-dom
- react-router
- '@react-router/*'
# Allow using the shell emulator for all commands, which is required for some commands to work properly on Windows.
# https://pnpm.io/cli/run#shellemulator
shellEmulator: true