Skip to content

Commit 8b7b3d8

Browse files
committed
Upgrade dependencies
1 parent cc921bb commit 8b7b3d8

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

package.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,25 @@
9393
"e-34": "tt-cli run 34",
9494
"s-34": "tt-cli run 34 --solution",
9595
"e-38": "tt-cli run 38",
96-
"s-38": "tt-cli run 38 --solution"
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"
97115
},
98116
"dependencies": {
99117
"@types/express": "^4.17.14",
@@ -106,4 +124,4 @@
106124
"ts-toolbelt": "^9.6.0",
107125
"zod": "^3.19.1"
108126
}
109-
}
127+
}

0 commit comments

Comments
 (0)