|
10 | 10 | "cross-fetch": "^3.1.5", |
11 | 11 | "jsdom": "^21.1.1", |
12 | 12 | "prettier": "^2.8.7", |
13 | | - "typescript": "^5.4.5", |
| 13 | + "typescript": "5.4.5", |
14 | 14 | "vite-tsconfig-paths": "^4.0.7", |
15 | 15 | "vitest": "^1.6.0" |
16 | 16 | }, |
|
22 | 22 | "ci": "(cd scripts/tests && npx vitest run)", |
23 | 23 | "prepare": "tt-cli prepare-stackblitz", |
24 | 24 | "update-snapshots": "(cd scripts/tests && npx vitest run -u)", |
| 25 | + "e-00": "tt-cli run 00", |
| 26 | + "s-00": "tt-cli run 00 --solution", |
| 27 | + "e-01": "tt-cli run 01", |
| 28 | + "s-01": "tt-cli run 01 --solution", |
25 | 29 | "e-02": "tt-cli run 02", |
26 | 30 | "s-02": "tt-cli run 02 --solution", |
27 | 31 | "e-03": "tt-cli run 03", |
|
58 | 62 | "s-18": "tt-cli run 18 --solution", |
59 | 63 | "e-18.2": "tt-cli run 18.2", |
60 | 64 | "s-18.2": "tt-cli run 18.2 --solution", |
| 65 | + "e-19.3": "tt-cli run 19.3", |
| 66 | + "s-19.3": "tt-cli run 19.3 --solution", |
| 67 | + "e-19.4": "tt-cli run 19.4", |
| 68 | + "s-19.4": "tt-cli run 19.4 --solution", |
61 | 69 | "e-20": "tt-cli run 20", |
62 | 70 | "s-20": "tt-cli run 20 --solution", |
63 | 71 | "e-21": "tt-cli run 21", |
64 | 72 | "s-21": "tt-cli run 21 --solution", |
65 | 73 | "e-22": "tt-cli run 22", |
66 | 74 | "s-22": "tt-cli run 22 --solution", |
| 75 | + "e-22.5": "tt-cli run 22.5", |
| 76 | + "s-22.5": "tt-cli run 22.5 --solution", |
| 77 | + "e-22.9": "tt-cli run 22.9", |
| 78 | + "s-22.9": "tt-cli run 22.9 --solution", |
67 | 79 | "e-23": "tt-cli run 23", |
68 | 80 | "s-23": "tt-cli run 23 --solution", |
| 81 | + "e-23.9": "tt-cli run 23.9", |
| 82 | + "s-23.9": "tt-cli run 23.9 --solution", |
69 | 83 | "e-24": "tt-cli run 24", |
70 | 84 | "s-24": "tt-cli run 24 --solution", |
| 85 | + "e-24.9": "tt-cli run 24.9", |
| 86 | + "s-24.9": "tt-cli run 24.9 --solution", |
71 | 87 | "e-25": "tt-cli run 25", |
72 | 88 | "s-25": "tt-cli run 25 --solution", |
| 89 | + "e-25.9": "tt-cli run 25.9", |
| 90 | + "s-25.9": "tt-cli run 25.9 --solution", |
73 | 91 | "e-26": "tt-cli run 26", |
74 | 92 | "s-26": "tt-cli run 26 --solution", |
75 | 93 | "e-26.5": "tt-cli run 26.5", |
|
93 | 111 | "e-34": "tt-cli run 34", |
94 | 112 | "s-34": "tt-cli run 34 --solution", |
95 | 113 | "e-38": "tt-cli run 38", |
96 | | - "s-38": "tt-cli run 38 --solution", |
97 | | - "e-00": "tt-cli run 00", |
98 | | - "s-00": "tt-cli run 00 --solution", |
99 | | - "e-01": "tt-cli run 01", |
100 | | - "s-01": "tt-cli run 01 --solution", |
101 | | - "e-22.9": "tt-cli run 22.9", |
102 | | - "s-22.9": "tt-cli run 22.9 --solution", |
103 | | - "e-23.9": "tt-cli run 23.9", |
104 | | - "s-23.9": "tt-cli run 23.9 --solution", |
105 | | - "e-24.9": "tt-cli run 24.9", |
106 | | - "s-24.9": "tt-cli run 24.9 --solution", |
107 | | - "e-25.9": "tt-cli run 25.9", |
108 | | - "s-25.9": "tt-cli run 25.9 --solution", |
109 | | - "e-19.3": "tt-cli run 19.3", |
110 | | - "s-19.3": "tt-cli run 19.3 --solution", |
111 | | - "e-19.4": "tt-cli run 19.4", |
112 | | - "s-19.4": "tt-cli run 19.4 --solution", |
113 | | - "e-22.5": "tt-cli run 22.5", |
114 | | - "s-22.5": "tt-cli run 22.5 --solution", |
115 | | - "e-30.6": "tt-cli run 30.6", |
116 | | - "s-30.6": "tt-cli run 30.6 --solution" |
| 114 | + "s-38": "tt-cli run 38 --solution" |
117 | 115 | }, |
118 | 116 | "dependencies": { |
119 | 117 | "@types/express": "^4.17.14", |
|
0 commit comments