-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
88 lines (83 loc) · 1.89 KB
/
pnpm-workspace.yaml
File metadata and controls
88 lines (83 loc) · 1.89 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
blockExoticSubdeps: true
minimumReleaseAge: 10080
saveExact: true
shamefullyHoist: true
shellEmulator: true
strictDepBuilds: true
trustPolicy: no-downgrade
trustPolicyExclude:
- tailwind-merge@2.6.1
- 'semver@5.7.2 || 6.3.1'
packages:
- 'packages/*'
- 'apps/*'
overrides:
chokidar: 5.0.0
jiti: ^2.6.1
allowBuilds:
'@parcel/watcher': true
esbuild: true
msw: false
catalog:
'@commitlint/cli': 20.5.0
'@commitlint/config-conventional': 20.5.0
'@floating-ui/dom': 1.7.6
'@fontsource/roboto': 5.2.10
'@playwright/test': 1.59.1
'@rotki/eslint-config': 5.0.1
'@rotki/eslint-plugin': 1.3.2
'@storybook/addon-a11y': 10.3.5
'@storybook/addon-docs': 10.3.5
'@storybook/addon-links': 10.3.5
'@storybook/addon-themes': 10.3.5
'@storybook/addon-vitest': 10.3.5
'@storybook/vue3-vite': 10.3.5
'@tsconfig/node24': 24.0.4
'@types/node': 24.12.2
'@types/tinycolor2': 1.4.6
'@vitejs/plugin-vue': 6.0.6
'@vitest/browser': 4.1.4
'@vitest/browser-playwright': 4.1.4
'@vitest/coverage-v8': 4.1.4
'@vitest/ui': 4.1.4
'@vue/test-utils': 2.4.6
'@vue/tsconfig': 0.9.1
'@vueuse/core': 14.2.1
'@vueuse/shared': 14.2.1
autoprefixer: 10.5.0
bumpp: 11.0.1
cac: 7.0.0
consola: 3.4.2
eslint: 9.39.4
eslint-plugin-storybook: 10.3.5
fast-glob: 3.3.3
fast-xml-parser: 5.5.12
fs-extra: 11.3.4
happy-dom: 20.9.0
husky: 9.1.7
lint-staged: 16.4.0
lucide: 0.577.0
msw: 2.13.3
pinia: 3.0.4
postcss: 8.5.9
scule: 1.3.0
storybook: 10.3.5
tailwind-merge: 2.6.1
tailwind-variants: 3.2.2
tailwindcss: 3.4.19
tinycolor2: 1.6.0
tsc-alias: 1.8.16
tsx: 4.21.0
typescript: 5.9.3
unplugin-auto-import: 21.0.0
vite: 8.0.8
vite-plugin-vue-devtools: 8.1.1
vitest: 4.1.4
vue: 3.5.32
vue-component-meta: 3.2.6
vue-i18n: 11.3.2
vue-router: 5.0.4
vue-tsc: 3.2.6
peerDependencyRules:
allowedVersions:
tailwind-variants>tailwind-merge: '>=2.0.0 <3.0.0'