|
6 | 6 | "sync:contracts": "nx run contracts:sync", |
7 | 7 | "sync:docs-changelog": "node tools/sync-docs-changelog.js", |
8 | 8 | "sync:wk": "node packages/wrapped-keys-lit-actions/sync-actions-to-ipfs.js", |
| 9 | + "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'", |
| 10 | + "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'", |
9 | 11 | "generate:lit-actions": "pnpm --filter @lit-protocol/wrapped-keys-lit-actions generate-lit-actions", |
10 | | - "reset": "rimraf .nx dist node_modules packages/**/node_modules tmp", |
| 12 | + "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", |
11 | 13 | "build": "nx run-many --parallel=false --target=build --all", |
12 | 14 | "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", |
13 | 15 | "prettier": "npx nx format:write --all", |
|
25 | 27 | }, |
26 | 28 | "private": true, |
27 | 29 | "dependencies": { |
28 | | - "@babel/core": "^7.28.4", |
29 | | - "@babel/preset-env": "^7.28.3", |
30 | | - "@babel/preset-typescript": "^7.27.1", |
31 | | - "@dotenvx/dotenvx": "^1.6.4", |
32 | | - "@ethersproject/contracts": "5.8.0", |
33 | | - "@lit-protocol/esbuild-plugin-polyfill-node": "^0.3.0", |
34 | | - "@lit-protocol/lit-status-sdk": "^0.1.8", |
| 30 | + "@babel/core": "7.28.5", |
| 31 | + "@babel/preset-env": "7.28.3", |
| 32 | + "@babel/preset-typescript": "7.27.1", |
| 33 | + "@dotenvx/dotenvx": "1.6.4", |
| 34 | + "@ethersproject/contracts": "5.7.0", |
| 35 | + "@lit-protocol/contracts": "workspace:*", |
35 | 36 | "@lit-protocol/nacl": "7.1.1", |
36 | 37 | "@lit-protocol/uint8arrays": "7.1.1", |
37 | 38 | "@metamask/eth-sig-util": "5.0.2", |
38 | | - "@noble/curves": "^1.8.1", |
39 | | - "@openagenda/verror": "^3.1.4", |
40 | | - "@simplewebauthn/browser": "^7.2.0", |
41 | | - "@simplewebauthn/typescript-types": "^7.0.0", |
42 | | - "@solana/kit": "4.0.0", |
43 | | - "@solana/web3.js": "1.98.4", |
44 | | - "@wagmi/core": "^2.17.1", |
45 | | - "ajv": "^8.12.0", |
46 | | - "babel-jest": "^29", |
47 | | - "base64url": "^3.0.1", |
48 | | - "bs58": "^6.0.0", |
49 | | - "cbor-web": "^9.0.2", |
| 39 | + "@noble/curves": "1.8.1", |
| 40 | + "@openagenda/verror": "3.1.4", |
| 41 | + "@simplewebauthn/browser": "7.2.0", |
| 42 | + "@simplewebauthn/typescript-types": "7.0.0", |
| 43 | + "@wagmi/core": "2.22.1", |
| 44 | + "ajv": "8.12.0", |
| 45 | + "babel-jest": "30.2.0", |
| 46 | + "base64url": "3.0.1", |
| 47 | + "bs58": "6.0.0", |
| 48 | + "cbor-web": "9.0.2", |
50 | 49 | "cross-fetch": "3.1.8", |
51 | | - "depcheck": "^1.4.7", |
52 | | - "depd": "^2.0.0", |
53 | | - "ethers": "^5.7.1", |
54 | | - "form-data": "^4.0.4", |
55 | | - "ipfs-only-hash": "^4.0.0", |
56 | | - "jose": "^4.14.4", |
57 | | - "pako": "^2.1.0", |
58 | | - "pino": "^9.6.0", |
59 | | - "pino-caller": "^4.0.0", |
60 | | - "siwe": "^2.3.2", |
| 50 | + "depcheck": "1.4.7", |
| 51 | + "depd": "2.0.0", |
| 52 | + "ethers": "5.7.2", |
| 53 | + "jose": "4.14.4", |
| 54 | + "pako": "2.1.0", |
| 55 | + "pino": "9.6.0", |
| 56 | + "pino-caller": "4.0.0", |
| 57 | + "siwe": "2.3.2", |
61 | 58 | "siwe-recap": "0.0.2-alpha.0", |
62 | | - "stytch": "^12.4.0", |
63 | | - "tslib": "^2.8.1", |
64 | | - "uint8arrays": "^4.0.3", |
65 | | - "viem": "2.38.x", |
66 | | - "wagmi": "^2.15.4", |
| 59 | + "stytch": "12.4.0", |
| 60 | + "syncpack": "13.0.4", |
| 61 | + "tslib": "2.8.1", |
| 62 | + "uint8arrays": "4.0.3", |
| 63 | + "viem": "2.38.3", |
| 64 | + "wagmi": "2.18.1", |
67 | 65 | "zod": "3.24.3", |
68 | 66 | "zod-validation-error": "3.4.0" |
69 | 67 | }, |
70 | 68 | "devDependencies": { |
71 | | - "@changesets/cli": "^2.29.4", |
| 69 | + "@changesets/cli": "2.29.4", |
72 | 70 | "@nx/esbuild": "21.2.1", |
73 | 71 | "@nx/eslint-plugin": "21.2.1", |
74 | 72 | "@nx/jest": "21.2.1", |
75 | 73 | "@nx/js": "21.2.1", |
76 | 74 | "@nx/node": "21.2.1", |
77 | 75 | "@nx/plugin": "21.2.1", |
78 | | - "@types/depd": "^1.1.36", |
79 | | - "@types/events": "^3.0.3", |
80 | | - "@types/inquirer": "^9.0.8", |
81 | | - "@types/jest": "27.4.1", |
82 | | - "@types/node": "20", |
83 | | - "@types/node-localstorage": "^1.3.3", |
84 | | - "@types/secp256k1": "^4.0.6", |
| 76 | + "@solana/web3.js": "1.95.3", |
| 77 | + "@types/depd": "1.1.36", |
| 78 | + "@types/events": "3.0.3", |
| 79 | + "@types/inquirer": "9.0.8", |
| 80 | + "@types/jest": "30.0.0", |
| 81 | + "@types/node": "20.0.0", |
| 82 | + "@types/node-localstorage": "1.3.3", |
| 83 | + "@types/secp256k1": "4.0.6", |
85 | 84 | "@typescript-eslint/eslint-plugin": "6.21.0", |
86 | 85 | "@typescript-eslint/parser": "6.21.0", |
87 | | - "artillery": "^2.0.23", |
88 | | - "axios": "^1.6.0", |
89 | | - "buffer": "6.0.3", |
90 | | - "esbuild": "^0.19.2", |
91 | | - "esbuild-node-builtins": "^0.1.0", |
92 | | - "esbuild-node-externals": "^1.14.0", |
93 | | - "esbuild-plugin-tsc": "^0.4.0", |
| 86 | + "artillery": "2.0.23", |
| 87 | + "axios": "1.6.0", |
| 88 | + "esbuild": "0.19.2", |
| 89 | + "esbuild-node-builtins": "0.1.0", |
| 90 | + "esbuild-node-externals": "1.14.0", |
| 91 | + "esbuild-plugin-tsc": "0.4.0", |
94 | 92 | "eslint": "9.34.0", |
95 | 93 | "eslint-config-prettier": "9.1.0", |
96 | 94 | "eslint-import-resolver-typescript": "3.6.3", |
97 | | - "eslint-plugin-import": "^2.29.1", |
| 95 | + "eslint-plugin-import": "2.29.1", |
98 | 96 | "eslint-plugin-jsx-a11y": "6.9.0", |
99 | 97 | "ipfs-unixfs-importer": "12.0.1", |
100 | | - "jest": "^29.2.2", |
101 | | - "jest-environment-jsdom": "^29.7.0", |
102 | | - "node-fetch": "^2.6.1", |
103 | | - "node-localstorage": "^3.0.5", |
| 98 | + "jest": "30.2.0", |
| 99 | + "jest-environment-jsdom": "29.7.0", |
| 100 | + "node-fetch": "2.6.1", |
| 101 | + "node-localstorage": "3.0.5", |
104 | 102 | "nx": "21.2.1", |
105 | | - "path": "^0.12.7", |
106 | | - "pino-pretty": "^13.0.0", |
107 | | - "prettier": "^2.6.2", |
108 | | - "rimraf": "^6.0.1", |
| 103 | + "path": "0.12.7", |
| 104 | + "pino-pretty": "13.0.0", |
| 105 | + "prettier": "2.8.8", |
| 106 | + "rimraf": "6.0.1", |
109 | 107 | "ts-jest": "29.2.5", |
110 | | - "ts-node": "^10.9.2", |
111 | | - "tsx": "^4.20.5", |
112 | 108 | "tweetnacl": "1.0.3", |
113 | | - "typedoc": "^0.28.12", |
| 109 | + "ts-node": "10.9.2", |
| 110 | + "tsx": "4.20.5", |
| 111 | + "typedoc": "0.28.12", |
114 | 112 | "typescript": "5.8.3" |
115 | 113 | }, |
116 | 114 | "workspaces": [ |
|
0 commit comments