-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
79 lines (79 loc) · 1.78 KB
/
pnpm-workspace.yaml
File metadata and controls
79 lines (79 loc) · 1.78 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
packages:
- activities/**
- adapters/**
- configs/**
- contracts/**
- onboarding/**
- packages/**
- scripts/**
- clusters/**
- tools/**
- tooling-configs/**
- views/**
- workflows/**
- '!**/cdk.out/**'
- '!**/debug_info/**'
catalogs:
default:
'@eslint/js': ^9.37.0
'@ethersproject/abstract-signer': ^5.8.0
'@jest/globals': ^29.7.0
'@layerzerolabs/lz-v2-utilities': 3.0.167
'@noble/hashes': ^1.1.5
'@noble/secp256k1': 1.7.1
'@stellar/stellar-sdk': ^14.1.1
'@types/jest': ^29.5.14
'@types/node': ^22.18.6
'@types/react': 19.2.6
'@types/react-dom': 19.2.3
'@types/semver': ^7.5.4
'@typescript-eslint/eslint-plugin': ^8.31.1
'@typescript-eslint/parser': ^8.31.1
axios: ^1.13.5
buffer: ^6.0.3
commander: 13.1.0
dotenv: 16.4.5
es-toolkit: ^1.39.10
eslint: ^9.17.0
eslint-config-prettier: ^10.1.2
eslint-config-turbo: ^2.5.8
eslint-plugin-only-warn: 1.1.0
eslint-plugin-simple-import-sort: 12.1.1
espree: ^10.3.0
ethers: ^5.8.0
globals: ^16.4.0
jest: ^29.7.0
merkletreejs: ^0.3.11
prettier: 3.5.3
prettier-plugin-packagejson: 2.5.19
prettier-plugin-solidity: 2.1.0
prettier-plugin-tailwindcss: 0.6.8
semver: ^7.5.4
toml: ^3.0.0
ts-jest: ^29.3.1
tsup: ^8.4.0
tsx: ^4.19.3
turbo: ^2.4.4
typescript: ^5.8.2
vitest: ^3.2.3
zod: 4.3.5
zx: ^8.8.5
paxos-mint-burn:
ethers: 5.7.2
paxos-token:
ethers: 5.7.2
proxy-v4:
ethers: 5.7.2
react19:
'@types/react': 19.2.6
'@types/react-dom': 19.2.3
cleanupUnusedCatalogs: true
disallowWorkspaceCycles: true
minimumReleaseAge: 10080
minimumReleaseAgeExclude:
- '@layerzerolabs/*'
onlyBuiltDependencies:
- '@swc/core'
- bufferutil
- esbuild
- utf-8-validate