|
43 | 43 | "test:run": "vitest run tests", |
44 | 44 | "build": "tsup", |
45 | 45 | "playwright:init": "playwright install --with-deps", |
46 | | - "browser:fixture": "vite build ./benchmark/fixtures --target \"esnext\" && vite preview ./benchmark/fixtures --port 3000", |
47 | | - "browser:fixture:dev": "vite dev ./benchmark/fixtures --port 3000", |
| 46 | + "browser:fixture": "vite --config ./vite.config.ts build ./benchmark/fixtures && vite --config ./vite.config.ts preview ./benchmark/fixtures --port 3000", |
| 47 | + "browser:fixture:dev": "vite --config ./vite.config.ts dev ./benchmark/fixtures --port 3000", |
48 | 48 | "benchmark:browser": "playwright test ./benchmark/browsers.spec.ts", |
49 | 49 | "benchmark:browser:chrome": "rm -rf ./benchmark/results/chromium.md && playwright test --browser=chromium ./benchmark/browsers.spec.ts", |
50 | 50 | "benchmark:browser:firefox": "rm -rf ./benchmark/results/firefox.md && playwright test --browser=firefox ./benchmark/browsers.spec.ts", |
|
146 | 146 | "@commitlint/cli": "^19.8.1", |
147 | 147 | "@commitlint/config-conventional": "^19.8.1", |
148 | 148 | "@deno/shim-deno": "^0.19.2", |
149 | | - "@playwright/test": "^1.52.0", |
| 149 | + "@playwright/test": "^1.54.2", |
150 | 150 | "@poolifier/tatami-ng": "npm:@jsr/poolifier__tatami-ng@^0.8.16", |
151 | 151 | "@semantic-release/changelog": "^6.0.3", |
152 | 152 | "@semantic-release/git": "^10.0.1", |
153 | 153 | "@std/fmt": "npm:@jsr/std__fmt@^1.0.8", |
154 | | - "@swc/core": "^1.11.29", |
155 | | - "@types/node": "^22.15.29", |
156 | | - "@types/web": "^0.0.237", |
157 | | - "bun": "^1.2.15", |
| 154 | + "@swc/core": "^1.13.3", |
| 155 | + "@types/node": "^24.2.1", |
| 156 | + "@types/web": "^0.0.261", |
| 157 | + "bun": "^1.2.20", |
158 | 158 | "esbuild-plugin-umd-wrapper": "^3.0.0", |
159 | 159 | "husky": "^9.1.7", |
160 | 160 | "markdown-table": "^3.0.4", |
161 | 161 | "micromark": "^4.0.2", |
162 | 162 | "micromark-extension-gfm": "^3.0.0", |
163 | | - "pnpm": "^10.11.0", |
164 | | - "pretty-bytes": "^7.0.0", |
165 | | - "semantic-release": "^24.2.5", |
| 163 | + "pnpm": "^10.14.0", |
| 164 | + "pretty-bytes": "^7.0.1", |
| 165 | + "semantic-release": "^24.2.7", |
166 | 166 | "tsup": "^8.5.0", |
167 | | - "tsx": "^4.19.4", |
168 | | - "typescript": "^5.8.3", |
169 | | - "vite": "^6.3.5", |
170 | | - "vitest": "^3.1.4" |
| 167 | + "tsx": "^4.20.4", |
| 168 | + "typescript": "^5.9.2", |
| 169 | + "vite": "^7.1.2", |
| 170 | + "vitest": "^3.2.4" |
171 | 171 | } |
172 | 172 | } |
0 commit comments