Skip to content

Commit d1739b2

Browse files
committed
Upgrade dependencies
1 parent 5cfef87 commit d1739b2

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,21 @@
116116
"e-20.6": "tt-cli run 20.6",
117117
"s-20.6": "tt-cli run 20.6 --solution",
118118
"e-20.7": "tt-cli run 20.7",
119-
"s-20.7": "tt-cli run 20.7 --solution"
119+
"s-20.7": "tt-cli run 20.7 --solution",
120+
"e-00": "tt-cli run 00",
121+
"s-00": "tt-cli run 00 --solution",
122+
"e-01.5": "tt-cli run 01.5",
123+
"s-01.5": "tt-cli run 01.5 --solution",
124+
"e-07.5": "tt-cli run 07.5",
125+
"s-07.5": "tt-cli run 07.5 --solution",
126+
"e-22.5": "tt-cli run 22.5",
127+
"s-22.5": "tt-cli run 22.5 --solution",
128+
"e-25.5": "tt-cli run 25.5",
129+
"s-25.5": "tt-cli run 25.5 --solution"
120130
},
121131
"dependencies": {
122132
"@types/express": "^4.17.13",
123133
"express": "^4.18.1",
124134
"zod": "^3.17.10"
125135
}
126-
}
136+
}

0 commit comments

Comments
 (0)