-
-
Notifications
You must be signed in to change notification settings - Fork 133
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
146 lines (143 loc) · 3.53 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
146 lines (143 loc) · 3.53 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
packages:
- packages/amqp
- packages/astro
- packages/backfill
- packages/cfworkers
- packages/cli
- packages/debugger
- packages/create
- packages/elysia
- packages/express
- packages/fastify
- packages/fedify
- packages/fixture
- packages/h3
- packages/hono
- packages/init
- packages/interaction-controls
- packages/koa
- packages/lint
- packages/mysql
- packages/netlify
- packages/nestjs
- packages/next
- packages/nuxt
- packages/pglite
- packages/postgres
- packages/redis
- packages/relay
- packages/solidstart
- packages/sqlite
- packages/sveltekit
- packages/testing
- packages/uri-template
- packages/vocab
- packages/vocab-runtime
- packages/vocab-tools
- packages/webfinger
- docs
- examples/astro
- examples/cloudflare-workers
- examples/elysia
- examples/express
- examples/koa
- examples/lint/oxlint
- examples/next-integration
- examples/fastify
- examples/next14-app-router
- examples/next15-app-router
- examples/netlify-astro
- examples/nuxt
- examples/solidstart
- examples/sveltekit-sample
allowBuilds:
'@netlify/content-engine': true
'@parcel/watcher': true
'@tailwindcss/oxide': true
better-sqlite3: true
content-engine: true
contentful: true
es5-ext: false
esbuild: true
lmdb: true
msgpackr-extract: true
netlify-cli: true
protobufjs: true
sharp: true
unix-dgram: false
unrs-resolver: true
workerd: true
catalog:
"@astrojs/netlify": ^6.6.5
"@cloudflare/workers-types": ^4.20260511.1
"@electric-sql/pglite": ^0.5.8
"@fxts/core": ^1.21.1
"@js-temporal/polyfill": ^0.5.1
"@logtape/file": ^2.2.0
"@logtape/logtape": ^2.2.0
"@multiformats/base-x": ^4.0.1
"@nestjs/common": ^11.0.1
"@netlify/async-workloads": ^0.0.106
"@netlify/database": ^1.1.0
"@nuxt/kit": ^4.4.2
"@nuxt/schema": ^4.4.2
"@opentelemetry/api": ^1.9.1
"@opentelemetry/context-async-hooks": ^2.7.1
"@opentelemetry/core": ^2.7.1
"@opentelemetry/exporter-trace-otlp-proto": ^0.211.0
"@opentelemetry/sdk-metrics": 2.7.1
"@opentelemetry/sdk-node": ^0.211.0
"@opentelemetry/sdk-trace-base": ^2.7.1
"@opentelemetry/semantic-conventions": ^1.40.0
"@optique/config": ^1.1.0
"@optique/core": ^1.1.0
"@optique/discover": ^1.1.0
"@optique/run": ^1.1.0
"@standard-schema/spec": ^1.1.0
"@std/assert": "jsr:^1.0.13"
"@std/async": "jsr:^1.0.13"
"@std/path": "jsr:^1.0.6"
"@sveltejs/kit": ^2.0.0
"@types/amqplib": ^0.10.8
"@types/better-sqlite3": ^7.6.13
"@types/bun": ^1.2.23
"@types/emscripten": ^1.41.1
"@types/express": ^4.0.0
"@types/koa": ^2.15.0
"@types/node": ^22.17.0
netlify-cli: ^26.2.0
astro: ^7.0.0
amqplib: ^0.10.9
asn1js: ^3.0.10
better-sqlite3: ^12.9.0
byte-encodings: ^1.0.11
chalk: ^5.6.2
drizzle-orm: ^0.45.2
elysia: ^1.3.8
es-toolkit: 1.46.1
express: ">=4.0.0"
fast-check: ^3.22.0
fastify-plugin: ^5.0.1
fastify: ^5.2.0
fetch-mock: ^12.5.4
h3: ^1.15.0
hono: ^4.0.0
ioredis: ^5.8.2
koa: ^2.16.0
next: ">=15.4.6 <17"
pkijs: ^3.3.3
mysql2: ^3.22.3
nuxt: ^4.4.2
oxlint: ^1.66.0
postgres: ^3.4.7
temporal-polyfill: ^1.0.1
tsdown: ^0.22.0
typescript: ^6.0.0
urlpattern-polyfill: "^10.1.0"
# vitepress-plugin-mermaid hasn't published a VitePress 2 compatible release yet;
# it only declares `vitepress: ^1` as a peer. The `withMermaid()` wrapper merely
# augments the config object, so it works under VitePress 2 — this rule silences
# the otherwise-spurious peer warning.
peerDependencyRules:
allowedVersions:
"vitepress-plugin-mermaid>vitepress": "2"