-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
43 lines (34 loc) · 894 Bytes
/
pnpm-workspace.yaml
File metadata and controls
43 lines (34 loc) · 894 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
37
38
39
40
41
42
43
packages:
- 'apps/*'
- 'packages/*'
catalogs:
vite-core:
'vite': '^7.0.0'
vite-plugins:
'@vitejs/plugin-react-swc': '^4.2.2'
'@pivanov/vite-plugin-svg-sprite': '^3.1.5'
react-core:
react: '^19.2.0'
react-dom: '^19.2.0'
'@types/react': '^19.2.5'
'@types/react-dom': '^19.2.3'
typescript-core:
typescript: '5.9.2'
'@types/node': '^24.10.1'
eslint-core:
eslint: '^9.39.1'
node-tools:
'tsx': '^4.21.0'
vanilla-extract-core:
'@vanilla-extract/css': '^1.18.0'
'@vanilla-extract/recipes': '^0.5.7'
vanilla-extract-utils:
'@vanilla-extract/sprinkles': '^1.6.5'
'@vanilla-extract/vite-plugin': '^5.1.4'
test-core:
vitest: '^4.0.16'
'@vitest/ui': '^4.0.16'
'@testing-library/jest-dom': '^6.9.1'
'@testing-library/react': '^16.3.1'
'@testing-library/user-event': '^14.6.1'
jsdom: '^27.4.0'