-
-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
33 lines (29 loc) · 947 Bytes
/
Copy pathpnpm-workspace.yaml
File metadata and controls
33 lines (29 loc) · 947 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
packages:
- packages/*
- examples/*
allowBuilds:
'@parcel/watcher': false
esbuild: true
minimumReleaseAgeExclude:
- '@typescript-eslint/eslint-plugin@8.64.0'
- '@typescript-eslint/parser@8.64.0'
- '@typescript-eslint/project-service@8.64.0'
- '@typescript-eslint/scope-manager@8.64.0'
- '@typescript-eslint/tsconfig-utils@8.64.0'
- '@typescript-eslint/type-utils@8.64.0'
- '@typescript-eslint/types@8.64.0'
- '@typescript-eslint/typescript-estree@8.64.0'
- '@typescript-eslint/utils@8.64.0'
- '@typescript-eslint/visitor-keys@8.64.0'
- '@vitejs/plugin-vue@6.0.8'
- typescript-eslint@8.64.0
onlyBuiltDependencies:
- esbuild
overrides:
brace-expansion@>=1.0.0 <=1.1.11: '>=1.1.12'
brace-expansion@>=2.0.0 <=2.0.1: '>=2.0.2'
esbuild@<=0.24.2: '>=0.25.0'
glob@>=10.2.0 <10.5.0: '>=10.5.0'
js-yaml@>=4.0.0 <4.1.1: '>=4.1.1'
node-forge@<1.3.2: '>=1.3.2'
serialize-javascript@>=6.0.0 <6.0.2: '>=6.0.2'