|
15 | 15 | "preview": "astro preview",
|
16 | 16 | "astro": "astro",
|
17 | 17 | "scc-ci": "scc --format-multi 'wide:stdout,html:reports/size/output.html,json:reports/size/output.json,csv:reports/size/output.csv'",
|
| 18 | + "scc": "scc --ci --format-multi tabular:stdout,html:reports/code-stats-ci.html,html-table:reports/code-stats-table-ci.html,json2:reports/code-stats-ci.json -i js,ts,jsx,tsx,c#,html,css", |
18 | 19 | "p-d": "oha --disable-keepalive --latency-correction --no-pre-lookup -j --no-tui --stats-success-breakdown -t 60sec -q 10000 -c 800 -n 1000000 -z 3sec http://localhost:4321/sln-spellbook > reports/ddos-api-perf-report-stats.json",
|
19 | 20 | "p-js": "oha --disable-keepalive --latency-correction --no-pre-lookup -j --no-tui --stats-success-breakdown -t 60sec -q 1000 -n 10000 http://localhost:4321/sln-spellbook > reports/api-perf-report-stats.json",
|
20 | 21 | "p-ten": "oha --disable-keepalive --latency-correction --no-pre-lookup -j --no-tui -t 60sec -q 10000 -n 1000000 -z 10sec http://localhost:4321/sln-spellbook > reports/ddos-api-perf-report.json",
|
|
32 | 33 | "clean-deps": "rm -rf ./node_modules"
|
33 | 34 | },
|
34 | 35 | "dependencies": {
|
35 |
| - "@astrojs/check": "^0.5.10", |
36 |
| - "@astrojs/starlight": "^0.21.5", |
37 |
| - "astro": "^4.7.0", |
| 36 | + "@astrojs/check": "^0.6.0", |
| 37 | + "@astrojs/starlight": "^0.22.2", |
| 38 | + "astro": "^4.8.1", |
38 | 39 | "sharp": "^0.33.3"
|
39 | 40 | },
|
40 | 41 | "devDependencies": {
|
41 | 42 | "@antfu/ni": "^0.21.12",
|
42 | 43 | "@asyncapi/modelina": "^3.4.9",
|
43 |
| - "@biomejs/biome": "1.7.1", |
| 44 | + "@biomejs/biome": "1.7.3", |
44 | 45 | "@changesets/cli": "^2.27.1",
|
45 |
| - "@happy-dom/global-registrator": "^14.7.1", |
| 46 | + "@happy-dom/global-registrator": "^14.10.1", |
46 | 47 | "@manypkg/cli": "^0.21.4",
|
47 | 48 | "@projectwallace/css-analyzer": "^5.14.0",
|
48 | 49 | "@tsconfig/node20": "^20.1.4",
|
49 | 50 | "@types/bun": "*",
|
50 | 51 | "cmd-ts": "^0.13.0",
|
51 | 52 | "code-inspector-plugin": "^0.13.0",
|
52 | 53 | "crawlee": "^3.9.2",
|
53 |
| - "execa": "^8.0.1", |
| 54 | + "execa": "^9.0.1", |
54 | 55 | "git-cliff": "^2.2.1",
|
55 | 56 | "inline-css": "^4.0.2",
|
56 | 57 | "just-install": "^2.0.1",
|
57 | 58 | "lefthook": "^1.6.10",
|
58 | 59 | "open-props": "^1.7.4",
|
59 |
| - "playwright": "^1.43.1", |
| 60 | + "playwright": "^1.44.0", |
60 | 61 | "reveal.js": "^5.1.0",
|
61 | 62 | "tinybench": "^2.8.0",
|
62 | 63 | "ts-dedent": "^2.2.0",
|
63 |
| - "type-fest": "^4.17.0", |
| 64 | + "type-fest": "^4.18.2", |
64 | 65 | "wallace-cli": "^3.0.0"
|
65 | 66 | },
|
66 | 67 | "peerDependencies": {
|
|
0 commit comments