-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
89 lines (79 loc) · 1.77 KB
/
pnpm-workspace.yaml
File metadata and controls
89 lines (79 loc) · 1.77 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
linkWorkspacePackages: true
packages:
- 'packages/@repo/*'
- 'packages/@sanity/cli'
- 'packages/@sanity/cli-core'
- 'packages/@sanity/cli-test'
- 'packages/@sanity/eslint-config-cli'
- 'packages/create-sanity'
- 'fixtures/*'
- 'tmp/*'
catalog:
# Linting
eslint: ^9.39.4
'@eslint/compat': ^2.0.3
publint: ^0.3.18
# Sanity
sanity: ^5.18.0
'@sanity/vision': ^5.18.0
'@sanity/types': ^5.18.0
'@sanity/schema': ^5.18.0
'@sanity/client': ^7.20.0
'@sanity/codegen': ^6.0.1
'@sanity/telemetry': ^0.9.0
# Build & Development Tools
typescript: ^5.9.3
vite: ^7.3.1
tsx: ^4.21.0
'@vitejs/plugin-react': ^5.2.0
# Testing
vitest: ^4.1.0
'@vitest/coverage-istanbul': ^4.1.0
nock: ^14.0.11
# CLI Framework
'@oclif/core': ^4.10.2
'@oclif/plugin-help': ^6.2.39
'@oclif/plugin-not-found': ^3.2.76
# Utilities
debug: ^4.4.3
jsdom: ^29.0.1
zod: ^4.3.6
'get-tsconfig': ^4.13.6
'import-meta-resolve': ^4.2.0
execa: ^9.6.0
read-package-up: ^12.0.0
ora: ^9.0.0
rxjs: ^7.8.2
tinyglobby: ^0.2.15
lodash-es: ^4.17.23
'@types/lodash-es': ^4.17.12
yaml: ^2.8.3
# Build Tools
'@swc/core': ^1.15.21
'@swc/cli': ^0.8.0
rimraf: ^6.0.1
'@sanity/pkg-utils': ^10.4.13
oxfmt: ^0.41.0
# Type Definitions
'@types/node': ^20.19.37
'@types/debug': ^4.1.13
'@types/jsdom': ^28.0.1
minimumReleaseAge: 4320
minimumReleaseAgeExclude:
- '@portabletext/*'
- '@sanity/*'
- '@types/*'
- 'data-uri-to-buffer@7.0.0'
- 'get-latest-version@6.0.1'
- 'get-uri@7.0.0'
- 'groq-js'
- 'groq'
- 'react-rx'
- 'sanity'
- 'use-effect-event'
# Renovate security update: tar@7.5.11
- tar@7.5.11
# Renovate security update: smol-toml@1.6.1
- smol-toml@1.6.1
# Renovate security update: picomatch@4.0.4
- picomatch@4.0.4