-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
36 lines (36 loc) · 919 Bytes
/
Copy pathpnpm-workspace.yaml
File metadata and controls
36 lines (36 loc) · 919 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
packages:
- 'packages/*'
- 'codemods/*'
- 'demos'
catalog:
vite: npm:@voidzero-dev/vite-plus-core@0.3.0
vite-plus: 0.3.0
allowBuilds:
'@parcel/watcher': true
esbuild: true
iframe-resizer: true
minimumReleaseAgeExclude:
- '@tiptap/*'
overrides:
'@rollup/pluginutils>picomatch': '2.3.2'
'prosemirror-model': '^1.25.11'
'prosemirror-view': '^1.42.3'
'@octokit/action>undici': '6.24.1'
'anymatch>picomatch': '2.3.2'
'glob': '^10.5.0'
'micromatch>picomatch': '2.3.2'
'minimatch@^3.0.5': '3.1.4'
'minimatch@^3.1.2': '3.1.4'
'qs': '^6.14.1'
'readdirp>picomatch': '2.3.2'
'sass>immutable': '5.1.5'
'tinyglobby>picomatch': '4.0.4'
'vitest>picomatch': '4.0.4'
vite@*: 'catalog:'
peerDependencyRules:
allowedVersions:
vite: '*'
allowAny:
- vite
patchedDependencies:
'@changesets/assemble-release-plan@6.0.10': 'patches/@changesets__assemble-release-plan@6.0.10.patch'