forked from handsontable/handsontable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
48 lines (44 loc) · 1.29 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
48 lines (44 loc) · 1.29 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
autoInstallPeers: true
linkWorkspacePackages: true
preferWorkspacePackages: true
preferFrozenLockfile: true
packages:
- handsontable
- wrappers/*
- visual-tests
- examples
ignoredBuiltDependencies:
- nice-napi
- sharp
onlyBuiltDependencies:
- '@parcel/watcher'
- core-js
- esbuild
- puppeteer
- nx
# TODO: Replace with newer version of the Vue wrapper dependencies.
packageExtensions:
'@vue/test-utils@2.0.0-rc.16': # Force compatible Vue3 sub-dependencies for rc and alpha versions of the wrapper dependencies.
dependencies:
'vue': '3.5.16'
'@vue/compiler-dom': '3.5.16'
'@vue/compiler-sfc': '3.5.16'
'vue-jest@5.0.0-alpha.10': # Force compatible Vue3 sub-dependencies for rc and alpha versions of the wrapper dependencies.
dependencies:
'@vue/compiler-dom': '3.5.16'
'@vue/compiler-sfc': '3.5.16'
'@nx/devkit': # Add a missing peer dependency of rxjs used by the Nx devkit.
peerDependencies:
'rxjs': '*'
'jest-preset-angular@14.6.0': # Add a missing peer dependency of zone.js used by the jest preset.
peerDependencies:
'zone.js': '*'
'jsdom@16':
peerDependencies:
'form-data': '3.0.4'
'jsdom@24':
peerDependencies:
'form-data': '4.0.4'
'jsdom@20':
peerDependencies:
'form-data': '4.0.4'