forked from nicojs/typed-html
-
-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
38 lines (35 loc) · 952 Bytes
/
pnpm-workspace.yaml
File metadata and controls
38 lines (35 loc) · 952 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
packages:
- packages/*
- benchmarks/*
- examples/*
# Fails if trusted package stops being trusted
trustPolicy: no-downgrade
# Ignores trust policies for packages older than a week
trustPolicyIgnoreAfter: 10080
# Minimum of 1 day before released packages can be installed
minimumReleaseAge: 1440
# no git/tarball dependencies, only from trusted registry
blockExoticSubdeps: true
catalog:
'@types/express': 5.0.3
'@fastify/formbody': 8.0.2
'@types/jsdom': 28.0.1
'@types/node': 24.12.2
'@types/react': 19.2.14
'@types/react-dom': 19.2.3
'@typescript/native-preview': 7.0.0-dev.20260411.1
'@vitest/coverage-v8': 4.1.4
c8: 11.0.0
express: 5.1.0
fastify: 5.8.4
fastify-plugin: 5.1.0
jsdom: 29.0.2
react: 19.2.5
react-dom: 19.2.5
tslib: 2.8.1
tsx: 4.21.0
typescript: 6.0.2
vitest: 4.1.4
patchedDependencies:
# https://github.com/shikijs/shiki/pull/1271
'@shikijs/twoslash': patches/@shikijs__twoslash.patch