-
-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
46 lines (42 loc) · 1.25 KB
/
pnpm-workspace.yaml
File metadata and controls
46 lines (42 loc) · 1.25 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
packages:
- "docs"
- "packages/**"
- "!**/__tests__/**"
shellEmulator: true
shamefullyHoist: true
overrides:
'@commitlint/config-validator': "catalog:commitlint"
'chalk': "4.1.2"
'color-convert': "2.0.1"
'import-meta-resolve': "4.1.0"
'resolve-from': "5.0.0"
'supports-color': "8.1.1"
peerDependencyRules:
ignoreMissing:
- "@algolia/client-search"
- "@types/react"
- "eslint-plugin-import"
- "eslint-plugin-n"
- "eslint-plugin-promise"
- "react"
- "react-dom"
- "webpack"
catalog:
# cosmiconfig > 8.2.0 will lead bundle size to 10MB +
"cosmiconfig": "8.2.0"
catalogs:
# As adapter cz-git needs keep with commitizen's inquirer (https://github.com/commitizen/cz-cli) same version
inquirer:
"@types/inquirer": "8.2.5"
"inquirer": "8.2.5"
# rimraf v4 requires node >= v14
rimraf:
"@types/rimraf": "3.0.2"
"rimraf": "3.0.2"
commitlint:
# @qbbsh/config-validator is a fork of @commitlint/config-validator for bundle build (https://github.com/qbbsh/config-validator)
"@commitlint/config-validator": "npm:@qbbsh/config-validator@19.5.0"
"@commitlint/cli": "^19.5.0"
"@commitlint/config-conventional": "^19.5.0"
"@commitlint/resolve-extends": "^19.5.0"
"@commitlint/types": "^19.5.0"