|
5 | 5 | "scripts": { |
6 | 6 | "sync:contracts": "nx run contracts:sync", |
7 | 7 | "sync:docs-changelog": "node tools/sync-docs-changelog.js", |
8 | | - "reset": "rimraf .nx dist node_modules packages/**/node_modules tmp", |
| 8 | + "sync:check": "sh -c 'if [ -n \"$PKG\" ]; then pnpm syncpack list-mismatches --types prod,dev,peer --filter \"$PKG\"; else pnpm syncpack list-mismatches --types prod,dev,peer; fi'", |
| 9 | + "sync:fix": "sh -c 'if [ -n \"$PKG\" ]; then pnpm syncpack fix-mismatches --types prod,dev,peer --filter \"$PKG\"; else pnpm syncpack fix-mismatches --types prod,dev,peer; fi'", |
| 10 | + "reset": "rimraf dist pnpm-lock.yaml node_modules tmp yarn-error.log yarn.lock package-lock.json learn-debug.log .nx lit-auth-storage pkp-tokens lit-auth-local ./e2e/dist ./e2e/node_modules", |
9 | 11 | "build": "nx run-many --parallel=false --target=build --all --exclude=wrapped-keys,wrapped-keys-lit-actions", |
10 | 12 | "gen:local-network-context": "dotenvx run --env-file=.env -- node --conditions=import --import tsx packages/networks/src/networks/vNaga/shared/scripts/generate-abi-signatures.ts", |
11 | 13 | "prettier": "npx nx format:write --all", |
|
20 | 22 | }, |
21 | 23 | "private": true, |
22 | 24 | "dependencies": { |
23 | | - "@babel/core": "^7.28.4", |
24 | | - "@babel/preset-env": "^7.28.3", |
25 | | - "@babel/preset-typescript": "^7.27.1", |
26 | | - "@dotenvx/dotenvx": "^1.6.4", |
27 | | - "@lit-protocol/lit-status-sdk": "^0.1.8", |
| 25 | + "@babel/core": "7.28.5", |
| 26 | + "@babel/preset-env": "7.28.3", |
| 27 | + "@babel/preset-typescript": "7.27.1", |
| 28 | + "@dotenvx/dotenvx": "1.6.4", |
| 29 | + "@ethersproject/contracts": "5.7.0", |
| 30 | + "@lit-protocol/contracts": "workspace:*", |
28 | 31 | "@lit-protocol/nacl": "7.1.1", |
29 | 32 | "@lit-protocol/uint8arrays": "7.1.1", |
30 | 33 | "@metamask/eth-sig-util": "5.0.2", |
31 | | - "@noble/curves": "^1.8.1", |
32 | | - "@openagenda/verror": "^3.1.4", |
33 | | - "@simplewebauthn/browser": "^7.2.0", |
34 | | - "@simplewebauthn/typescript-types": "^7.0.0", |
35 | | - "@wagmi/core": "^2.17.1", |
36 | | - "ajv": "^8.12.0", |
37 | | - "babel-jest": "^29", |
38 | | - "base64url": "^3.0.1", |
39 | | - "bs58": "^6.0.0", |
40 | | - "cbor-web": "^9.0.2", |
| 34 | + "@noble/curves": "1.8.1", |
| 35 | + "@openagenda/verror": "3.1.4", |
| 36 | + "@simplewebauthn/browser": "7.2.0", |
| 37 | + "@simplewebauthn/typescript-types": "7.0.0", |
| 38 | + "@wagmi/core": "2.22.1", |
| 39 | + "ajv": "8.12.0", |
| 40 | + "babel-jest": "30.2.0", |
| 41 | + "base64url": "3.0.1", |
| 42 | + "bs58": "6.0.0", |
| 43 | + "cbor-web": "9.0.2", |
41 | 44 | "cross-fetch": "3.1.8", |
42 | | - "depcheck": "^1.4.7", |
43 | | - "depd": "^2.0.0", |
44 | | - "ethers": "^5.7.1", |
45 | | - "jose": "^4.14.4", |
46 | | - "pako": "^2.1.0", |
47 | | - "pino": "^9.6.0", |
48 | | - "pino-caller": "^4.0.0", |
49 | | - "siwe": "^2.3.2", |
| 45 | + "depcheck": "1.4.7", |
| 46 | + "depd": "2.0.0", |
| 47 | + "ethers": "5.7.2", |
| 48 | + "jose": "4.14.4", |
| 49 | + "pako": "2.1.0", |
| 50 | + "pino": "9.6.0", |
| 51 | + "pino-caller": "4.0.0", |
| 52 | + "siwe": "2.3.2", |
50 | 53 | "siwe-recap": "0.0.2-alpha.0", |
51 | | - "stytch": "^12.4.0", |
52 | | - "tslib": "^2.8.1", |
53 | | - "uint8arrays": "^4.0.3", |
54 | | - "viem": "2.38.x", |
55 | | - "wagmi": "^2.15.4", |
| 54 | + "stytch": "12.4.0", |
| 55 | + "syncpack": "13.0.4", |
| 56 | + "tslib": "2.8.1", |
| 57 | + "uint8arrays": "4.0.3", |
| 58 | + "viem": "2.38.3", |
| 59 | + "wagmi": "2.18.1", |
56 | 60 | "zod": "3.24.3", |
57 | | - "zod-validation-error": "3.4.0", |
58 | | - "@ethersproject/contracts": "5.8.0" |
| 61 | + "zod-validation-error": "3.4.0" |
59 | 62 | }, |
60 | 63 | "devDependencies": { |
61 | | - "@changesets/cli": "^2.29.4", |
| 64 | + "@changesets/cli": "2.29.4", |
62 | 65 | "@nx/esbuild": "21.2.1", |
63 | 66 | "@nx/eslint-plugin": "21.2.1", |
64 | 67 | "@nx/jest": "21.2.1", |
65 | 68 | "@nx/js": "21.2.1", |
66 | 69 | "@nx/node": "21.2.1", |
67 | 70 | "@nx/plugin": "21.2.1", |
68 | 71 | "@solana/web3.js": "1.95.3", |
69 | | - "@types/depd": "^1.1.36", |
70 | | - "@types/events": "^3.0.3", |
71 | | - "@types/inquirer": "^9.0.8", |
72 | | - "@types/jest": "27.4.1", |
73 | | - "@types/node": "20", |
74 | | - "@types/node-localstorage": "^1.3.3", |
75 | | - "@types/secp256k1": "^4.0.6", |
| 72 | + "@types/depd": "1.1.36", |
| 73 | + "@types/events": "3.0.3", |
| 74 | + "@types/inquirer": "9.0.8", |
| 75 | + "@types/jest": "30.0.0", |
| 76 | + "@types/node": "20.0.0", |
| 77 | + "@types/node-localstorage": "1.3.3", |
| 78 | + "@types/secp256k1": "4.0.6", |
76 | 79 | "@typescript-eslint/eslint-plugin": "6.21.0", |
77 | 80 | "@typescript-eslint/parser": "6.21.0", |
78 | | - "artillery": "^2.0.23", |
79 | | - "axios": "^1.6.0", |
80 | | - "esbuild": "^0.19.2", |
81 | | - "esbuild-node-builtins": "^0.1.0", |
82 | | - "esbuild-node-externals": "^1.14.0", |
83 | | - "esbuild-plugin-tsc": "^0.4.0", |
| 81 | + "artillery": "2.0.23", |
| 82 | + "axios": "1.6.0", |
| 83 | + "esbuild": "0.19.2", |
| 84 | + "esbuild-node-builtins": "0.1.0", |
| 85 | + "esbuild-node-externals": "1.14.0", |
| 86 | + "esbuild-plugin-tsc": "0.4.0", |
84 | 87 | "eslint": "9.34.0", |
85 | 88 | "eslint-config-prettier": "9.1.0", |
86 | 89 | "eslint-import-resolver-typescript": "3.6.3", |
87 | | - "eslint-plugin-import": "^2.29.1", |
| 90 | + "eslint-plugin-import": "2.29.1", |
88 | 91 | "eslint-plugin-jsx-a11y": "6.9.0", |
89 | 92 | "ipfs-unixfs-importer": "12.0.1", |
90 | | - "jest": "^29.2.2", |
91 | | - "jest-environment-jsdom": "^29.7.0", |
92 | | - "node-fetch": "^2.6.1", |
93 | | - "node-localstorage": "^3.0.5", |
| 93 | + "jest": "30.2.0", |
| 94 | + "jest-environment-jsdom": "29.7.0", |
| 95 | + "node-fetch": "2.6.1", |
| 96 | + "node-localstorage": "3.0.5", |
94 | 97 | "nx": "21.2.1", |
95 | | - "path": "^0.12.7", |
96 | | - "pino-pretty": "^13.0.0", |
97 | | - "prettier": "^2.6.2", |
98 | | - "rimraf": "^6.0.1", |
| 98 | + "path": "0.12.7", |
| 99 | + "pino-pretty": "13.0.0", |
| 100 | + "prettier": "2.8.8", |
| 101 | + "rimraf": "6.0.1", |
99 | 102 | "ts-jest": "29.2.5", |
100 | | - "ts-node": "^10.9.2", |
101 | | - "tsx": "^4.20.5", |
102 | | - "typedoc": "^0.28.12", |
| 103 | + "ts-node": "10.9.2", |
| 104 | + "tsx": "4.20.5", |
| 105 | + "typedoc": "0.28.12", |
103 | 106 | "typescript": "5.8.3" |
104 | 107 | }, |
105 | 108 | "workspaces": [ |
|
0 commit comments