|
5 | 5 | "scripts": { |
6 | 6 | "sync:contracts": "nx run contracts:sync", |
7 | 7 | "sync:docs-changelog": "node tools/sync-docs-changelog.js", |
| 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'", |
8 | 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", |
|
16 | 18 | "test:custom": "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", |
17 | 19 | "test:e2e:ci": "npx jest --clearCache --config ./jest.e2e.config.ts && LOG_LEVEL=${LOG_LEVEL:-silent} npx jest --runInBand --detectOpenHandles --forceExit --config ./jest.e2e.config.ts --testTimeout=50000000 --runTestsByPath", |
18 | 20 | "test:health": "LOG_LEVEL=${LOG_LEVEL:-silent} dotenvx run --env-file=.env -- tsx packages/e2e/src/health/index.ts", |
19 | | - "ci:health": "LOG_LEVEL=${LOG_LEVEL:-silent} tsx packages/e2e/src/health/index.ts", |
20 | | - "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'", |
21 | | - "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'" |
| 21 | + "ci:health": "LOG_LEVEL=${LOG_LEVEL:-silent} tsx packages/e2e/src/health/index.ts" |
22 | 22 | }, |
23 | 23 | "private": true, |
24 | 24 | "dependencies": { |
25 | | - "@babel/core": "7.28.4", |
| 25 | + "@babel/core": "7.28.5", |
26 | 26 | "@babel/preset-env": "7.28.3", |
27 | 27 | "@babel/preset-typescript": "7.27.1", |
28 | 28 | "@dotenvx/dotenvx": "1.6.4", |
|
37 | 37 | "@simplewebauthn/typescript-types": "7.0.0", |
38 | 38 | "@wagmi/core": "2.22.1", |
39 | 39 | "ajv": "8.12.0", |
40 | | - "babel-jest": "29", |
| 40 | + "babel-jest": "30.2.0", |
41 | 41 | "base64url": "3.0.1", |
42 | 42 | "bs58": "6.0.0", |
43 | 43 | "cbor-web": "9.0.2", |
|
72 | 72 | "@types/depd": "1.1.36", |
73 | 73 | "@types/events": "3.0.3", |
74 | 74 | "@types/inquirer": "9.0.8", |
75 | | - "@types/jest": "27.4.1", |
| 75 | + "@types/jest": "30.0.0", |
76 | 76 | "@types/node": "20.0.0", |
77 | 77 | "@types/node-localstorage": "1.3.3", |
78 | 78 | "@types/secp256k1": "4.0.6", |
|
90 | 90 | "eslint-plugin-import": "2.29.1", |
91 | 91 | "eslint-plugin-jsx-a11y": "6.9.0", |
92 | 92 | "ipfs-unixfs-importer": "12.0.1", |
93 | | - "jest": "29.2.2", |
| 93 | + "jest": "30.2.0", |
94 | 94 | "jest-environment-jsdom": "29.7.0", |
95 | 95 | "node-fetch": "2.6.1", |
96 | 96 | "node-localstorage": "3.0.5", |
|
0 commit comments