-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
41 lines (37 loc) · 902 Bytes
/
pnpm-workspace.yaml
File metadata and controls
41 lines (37 loc) · 902 Bytes
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
packages:
- packages/*
catalog:
"@tanstack/react-query": ^5.90.21
"@types/react": ^19.2.14
"@types/react-dom": ^19.2.3
"@types/vscode-webview": ^1.57.5
"@vitejs/plugin-react": ^5.1.4
"@vscode-elements/react-elements": ^2.4.0
"@vscode/codicons": ^0.0.44
babel-plugin-react-compiler: ^1.0.0
coder: github:coder/coder#main
react: ^19.2.4
react-dom: ^19.2.4
typescript: ^5.9.3
vite: ^7.3.1
catalogMode: strict
onlyBuiltDependencies:
- "@vscode/vsce-sign"
- bufferutil
- electron
- esbuild
- keytar
- unrs-resolver
- utf-8-validate
# Install @napi-rs/keyring native binaries for macOS and Windows so they're
# available when building the universal VSIX (even on Linux CI).
# Only macOS and Windows use the keyring; Linux falls back to file storage.
supportedArchitectures:
os:
- current
- darwin
- win32
cpu:
- current
- x64
- arm64