-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
33 lines (31 loc) · 1 KB
/
pnpm-workspace.yaml
File metadata and controls
33 lines (31 loc) · 1 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
packages:
- apps/*
- packages/*
catalog:
"@playwright/experimental-ct-vue": 1.57.0
"@playwright/test": 1.57.0
"@vue/compiler-core": 3.5.30
"@vue/compiler-dom": 3.5.30
"@vue/compiler-sfc": 3.5.30
"@vue/compiler-ssr": 3.5.30
"@vue/shared": 3.5.30
chart.js: 4.5.1
nuxt: 4.4.2
playwright: 1.57.0
playwright-core: 1.57.0
sass-embedded: 1.98.0
typescript: 5.9.3
vite: 7.3.1
vue: 3.5.30
# Security settings (See: https://pnpm.io/supply-chain-security)
trustPolicy: "no-downgrade"
trustPolicyExclude:
- "chokidar@4.0.3" # See https://github.com/paulmillr/chokidar/issues/1440
- "semver@6.3.1" # See https://github.com/npm/node-semver/issues/838
minimumReleaseAge: 2880 # Wait two days after a new version release - This is in sync with the `dependabot.yml` `cooldown` config
blockExoticSubdeps: true
allowBuilds:
"@parcel/watcher": true # Downloads binary
"better-sqlite3": true # Downloads binary
"esbuild": true # Downloads binary
"simple-git-hooks": true # Setup and update git hooks