|
19 | 19 | "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", |
20 | 20 | "prettier": "npx nx format:write --all", |
21 | 21 | "format:check": "npx nx format:check --all", |
22 | | - "test:e2e": "npx jest --clearCache && LOG_LEVEL=${LOG_LEVEL:-silent} dotenvx run --env-file=.env -- jest --runInBand --detectOpenHandles --forceExit --config ./jest.e2e.config.ts --testTimeout=50000000 -t", |
| 22 | + "test:e2e": "npx jest --clearCache --config ./jest.e2e.config.ts && LOG_LEVEL=${LOG_LEVEL:-silent} dotenvx run --env-file=.env -- jest --runInBand --detectOpenHandles --forceExit --config ./jest.e2e.config.ts --testTimeout=50000000 -t", |
23 | 23 | "artillery:init": "dotenvx run --env-file=.env -- tsx e2e/artillery/src/init.ts", |
24 | 24 | "artillery:balance-status": "LOG_LEVEL=${LOG_LEVEL:-silent} dotenvx run --env-file=.env -- tsx e2e/artillery/src/balance-status.ts", |
25 | 25 | "artillery:pkp-sign": "DEBUG_HTTP=true LOG_LEVEL=silent dotenvx run --env-file=.env -- sh -c 'artillery run ./e2e/artillery/configs/pkp-sign.yml ${ARTILLERY_KEY:+--record --key $ARTILLERY_KEY}'", |
|
34 | 34 | "@babel/preset-env": "^7.28.3", |
35 | 35 | "@babel/preset-typescript": "^7.27.1", |
36 | 36 | "@dotenvx/dotenvx": "^1.6.4", |
| 37 | + "@ethersproject/contracts": "5.8.0", |
37 | 38 | "@lit-protocol/contracts": "^0.5.0", |
38 | 39 | "@lit-protocol/nacl": "7.1.1", |
39 | 40 | "@lit-protocol/uint8arrays": "7.1.1", |
|
69 | 70 | }, |
70 | 71 | "devDependencies": { |
71 | 72 | "@changesets/cli": "^2.29.4", |
72 | | - "@nx/devkit": "17.3.0", |
73 | | - "@nx/esbuild": "17.3.0", |
74 | | - "@nx/eslint-plugin": "17.3.0", |
75 | | - "@nx/jest": "17.3.0", |
76 | | - "@nx/js": "17.3.0", |
77 | | - "@nx/linter": "17.3.0", |
78 | | - "@nx/next": "17.3.0", |
79 | | - "@nx/node": "17.3.0", |
80 | | - "@nx/plugin": "17.3.0", |
81 | | - "@nx/react": "17.3.0", |
82 | | - "@nx/web": "17.3.0", |
| 73 | + "@nx/esbuild": "21.2.1", |
| 74 | + "@nx/eslint-plugin": "21.2.1", |
| 75 | + "@nx/jest": "21.2.1", |
| 76 | + "@nx/js": "21.2.1", |
| 77 | + "@nx/node": "21.2.1", |
| 78 | + "@nx/plugin": "21.2.1", |
83 | 79 | "@solana/web3.js": "1.95.3", |
84 | 80 | "@types/depd": "^1.1.36", |
85 | 81 | "@types/events": "^3.0.3", |
|
109 | 105 | "live-server": "^1.2.2", |
110 | 106 | "node-fetch": "^2.6.1", |
111 | 107 | "node-localstorage": "^3.0.5", |
112 | | - "nx": "17.3.0", |
| 108 | + "nx": "21.2.1", |
113 | 109 | "path": "^0.12.7", |
114 | 110 | "pino-pretty": "^13.0.0", |
115 | 111 | "prettier": "^2.6.2", |
116 | 112 | "react": "^19.1.0", |
117 | 113 | "rimraf": "^6.0.1", |
118 | 114 | "ts-jest": "29.2.5", |
| 115 | + "ts-node": "^10.9.2", |
119 | 116 | "tsx": "^4.20.5", |
120 | 117 | "typedoc": "^0.28.12", |
121 | 118 | "typescript": "5.8.3" |
|
0 commit comments