|
29 | 29 | "docs:lint:fix": "prettier '**/*.md' --write", |
30 | 30 | "test": "lerna run test --concurrency 1", |
31 | 31 | "test:unit": "lerna run test:unit --concurrency 1", |
32 | | - "test:browsers": "lerna run test:browsers", |
| 32 | + "test:browsers": "lerna run test:browsers --concurrency 1", |
33 | 33 | "test:e2e": "lerna run test:e2e --concurrency 1", |
34 | 34 | "test:e2e:sim": "lerna run test:e2e:sim", |
35 | 35 | "download-spec-tests": "lerna run download-spec-tests", |
36 | 36 | "test:spec": "lerna run test:spec", |
37 | | - "test-coverage:unit": "c8 --config .c8rc.json --report-dir coverage/unit/ --all npm run test:unit", |
38 | | - "test-coverage:browsers": "c8 --config .c8rc.json --report-dir coverage/browsers/ --all npm run test:browsers", |
39 | | - "test-coverage:e2e": "c8 --config .c8rc.json --report-dir coverage/e2e/ --all npm run test:e2e", |
40 | | - "test-coverage:e2e-sim": "c8 --config .c8rc.json --report-dir coverage/e2e-sim/ --all npm run test:e2e:sim", |
41 | | - "test-coverage:spec": "c8 --config .c8rc.json --report-dir coverage/spec/ --all npm run test:spec", |
42 | 37 | "benchmark": "yarn benchmark:files 'packages/*/test/perf/**/*.test.ts'", |
43 | 38 | "benchmark:files": "NODE_OPTIONS='--max-old-space-size=4096 --loader=ts-node/esm' benchmark --config .benchrc.yaml --defaultBranch unstable", |
44 | 39 | "release:create-rc": "node scripts/release/create_rc.mjs", |
|
51 | 46 | "@chainsafe/benchmark": "^1.2.3", |
52 | 47 | "@biomejs/biome": "^1.9.3", |
53 | 48 | "@types/node": "^20.12.8", |
54 | | - "@vitest/browser": "^2.0.4", |
55 | | - "@vitest/coverage-v8": "^2.0.4", |
| 49 | + "@vitest/browser": "^3.0.6", |
| 50 | + "@vitest/coverage-v8": "^3.0.6", |
56 | 51 | "crypto-browserify": "^3.12.0", |
57 | 52 | "dotenv": "^16.4.5", |
58 | 53 | "electron": "^26.2.2", |
|
72 | 67 | "ts-node": "^10.9.2", |
73 | 68 | "typescript": "^5.7.3", |
74 | 69 | "typescript-docs-verifier": "^2.5.3", |
75 | | - "vite": "^5.3.4", |
76 | | - "vite-plugin-dts": "^3.9.1", |
77 | | - "vite-plugin-node-polyfills": "^0.22.0", |
78 | | - "vite-plugin-top-level-await": "^1.4.2", |
79 | | - "vitest": "^2.0.4", |
80 | | - "vitest-when": "^0.4.1", |
| 70 | + "vite": "^6.0.11", |
| 71 | + "vite-plugin-dts": "^4.5.0", |
| 72 | + "vite-plugin-node-polyfills": "^0.23.0", |
| 73 | + "vite-plugin-top-level-await": "^1.5.0", |
| 74 | + "vitest": "^3.0.6", |
| 75 | + "vitest-when": "^0.6.0", |
81 | 76 | "wait-port": "^1.1.0", |
82 | | - "webdriverio": "^8.36.1" |
| 77 | + "webdriverio": "^9.7.2" |
83 | 78 | }, |
84 | 79 | "resolutions": { |
85 | | - "@puppeteer/browsers": "^2.1.0", |
86 | 80 | "dns-over-http-resolver": "^2.1.1", |
87 | 81 | "loupe": "^2.3.6", |
88 | | - "vite": "^5.3.4", |
89 | 82 | "testcontainers/**/nan": "^2.19.0" |
90 | 83 | } |
91 | 84 | } |
0 commit comments