-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpnpm-workspace.yaml
65 lines (50 loc) · 1.22 KB
/
pnpm-workspace.yaml
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
packages:
- 'packages/*'
- 'packages/**/**'
- 'apps/*'
catalog:
react: ^18.2.0
react-dom: ^18.2.0
'@types/node': ^20
'@types/react': ^18
'@types/react-dom': ^18
styled-components: ^6.0.8
'@types/styled-components': ^5.1.34
'@vercel/kv': 3.0.0
date-fns: ^3.2.0
jsdom: ^25.0.1
big.js: ^6.2.1
'@types/big.js': ^6.2.0
'@lingui/core': ^4.11.0
'@lingui/react': ^4.11.0
'@lingui/cli': ^4.11.0
'@lingui/conf': ^4.11.0
'@lingui/loader': ^4.11.0
'@lingui/macro': ^4.11.0
'@lingui/swc-plugin': 4.0.8
'@react-aria/button': ^3.8.1
'@react-aria/focus': ^3.14.0
'@react-aria/interactions': ^3.21.3
'@react-aria/utils': ^3.23.2
'@react-stately/collections': ^3.10.0
'@react-stately/list': ^3.9.1
'@react-aria/visually-hidden': ^3.8.3
yup: ^0.32.11
wagmi: ^2.8.1
viem: ^2.21.35
'@wagmi/core': ^2.11.0
'@tanstack/react-store': ^0.5.6
'@tanstack/react-query': ^5.35.1
'@tanstack/react-virtual': ^3.11.2
usehooks-ts: ^3.1.0
graphql-request: ^6.1.0
next: ^14.2.15
'@sentry/nextjs': ^8.30.0
'@next/third-parties': ^15.0.3
negotiator: ^0.6.3
'@types/negotiator': ^0.6.3
catalogs:
uiPeerDeps:
react: '>=18'
react-dom: '>=18'
styled-components: '>=6.0.0'